@aws505/sheetsite 1.0.7 → 1.0.8
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 +9 -2
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +9 -2
- package/dist/components/index.mjs.map +1 -1
- package/dist/index.js +9 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/sections/Hero.tsx +9 -2
package/dist/index.mjs
CHANGED
|
@@ -4020,12 +4020,19 @@ function Footer({
|
|
|
4020
4020
|
import { jsx as jsx4, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
4021
4021
|
var defaultTrustSignals = {
|
|
4022
4022
|
salon: ["Expert Stylists", "Walk-Ins Welcome", "Quality Products"],
|
|
4023
|
+
barbershop: ["Skilled Barbers", "Walk-Ins Welcome", "Classic & Modern Styles"],
|
|
4023
4024
|
restaurant: ["Fresh Ingredients", "Family Recipes", "Friendly Service"],
|
|
4025
|
+
cafe: ["Fresh Brewed Daily", "Cozy Atmosphere", "Local Favorite"],
|
|
4026
|
+
bakery: ["Baked Fresh Daily", "Quality Ingredients", "Made with Love"],
|
|
4027
|
+
bar: ["Great Drinks", "Friendly Staff", "Good Vibes"],
|
|
4028
|
+
"food-truck": ["Fresh & Fast", "Local Favorite", "Quality Ingredients"],
|
|
4024
4029
|
repair: ["Certified Technicians", "Honest Estimates", "Quality Parts"],
|
|
4030
|
+
"auto-repair": ["ASE Certified", "Honest Estimates", "Quality Parts"],
|
|
4025
4031
|
tailor: ["Expert Craftsmanship", "Perfect Fit Guaranteed", "Quick Turnaround"],
|
|
4026
|
-
professional: ["
|
|
4032
|
+
professional: ["Licensed & Insured", "Years of Experience", "Client Focused"],
|
|
4027
4033
|
retail: ["Quality Products", "Great Selection", "Friendly Service"],
|
|
4028
|
-
|
|
4034
|
+
generic: ["Quality Service", "Customer First", "Community Trusted"],
|
|
4035
|
+
default: ["Quality Service", "Fair Prices", "Customer First"]
|
|
4029
4036
|
};
|
|
4030
4037
|
function Hero({
|
|
4031
4038
|
business,
|