@aws505/sheetsite 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/index.js +1 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +1 -0
- package/dist/components/index.mjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/sections/Hero.tsx +1 -0
package/dist/components/index.js
CHANGED
|
@@ -824,6 +824,7 @@ var defaultTrustSignals = {
|
|
|
824
824
|
tailor: ["Expert Craftsmanship", "Perfect Fit Guaranteed", "Quick Turnaround"],
|
|
825
825
|
professional: ["Licensed & Insured", "Years of Experience", "Client Focused"],
|
|
826
826
|
retail: ["Quality Products", "Great Selection", "Friendly Service"],
|
|
827
|
+
boutique: ["Unique Selection", "Personal Service", "Quality Brands"],
|
|
827
828
|
generic: ["Quality Service", "Customer First", "Community Trusted"],
|
|
828
829
|
default: ["Quality Service", "Fair Prices", "Customer First"]
|
|
829
830
|
};
|