15 Commits

Author SHA1 Message Date
f45dc80dee Update src/app/page.tsx 2026-04-16 16:43:23 +00:00
8481618b5c Merge version_10 into main
Merge version_10 into main
2026-04-16 16:42:11 +00:00
34562e3547 Update src/app/page.tsx 2026-04-16 16:42:08 +00:00
10b2f70044 Merge version_9 into main
Merge version_9 into main
2026-04-16 16:39:28 +00:00
c1a7e012c7 Update src/app/page.tsx 2026-04-16 16:39:25 +00:00
b544a8f516 Merge version_8 into main
Merge version_8 into main
2026-04-16 16:38:23 +00:00
8ef2a51617 Update src/app/page.tsx 2026-04-16 16:38:17 +00:00
cda52caab6 Merge version_8 into main
Merge version_8 into main
2026-04-16 16:36:04 +00:00
dc737307f2 Update theme colors 2026-04-16 16:35:58 +00:00
bc614524be Merge version_7 into main
Merge version_7 into main
2026-04-16 16:35:50 +00:00
d5495600fe Merge version_6 into main
Merge version_6 into main
2026-04-16 16:35:36 +00:00
e505baebe0 Merge version_5 into main
Merge version_5 into main
2026-04-16 16:32:05 +00:00
58e8d2db55 Merge version_5 into main
Merge version_5 into main
2026-04-16 16:31:37 +00:00
c2fa2fcdc1 Merge version_5 into main
Merge version_5 into main
2026-04-16 16:26:40 +00:00
2d143dd5e7 Merge version_5 into main
Merge version_5 into main
2026-04-16 16:21:58 +00:00
2 changed files with 14 additions and 10 deletions

View File

@@ -118,6 +118,9 @@ export default function LandingPage() {
testimonials={[ testimonials={[
{ id: "1", name: "Barry H.", role: "Loyal Customer", company: "FL", rating: 5 }, { id: "1", name: "Barry H.", role: "Loyal Customer", company: "FL", rating: 5 },
{ id: "2", name: "Melissa C.", role: "Regular Client", company: "NY", rating: 5 }, { id: "2", name: "Melissa C.", role: "Regular Client", company: "NY", rating: 5 },
{ id: "3", name: "Tom K.", role: "Local Resident", company: "NJ", rating: 5 },
{ id: "4", name: "Sarah J.", role: "Frequent Visitor", company: "NJ", rating: 5 },
{ id: "5", name: "Michael P.", role: "Client", company: "NY", rating: 5 },
]} ]}
kpiItems={[ kpiItems={[
{ value: "100+", label: "Weekly Cuts" }, { value: "100+", label: "Weekly Cuts" },
@@ -146,7 +149,8 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
text="Ready for your next haircut? Stop by the shop today and meet the team. We look forward to seeing you!" text="Ready for your next haircut? Stop by the shop today and meet the team. We look forward to seeing you!"
buttons={[{ text: "+1 (973) 538-1675", href: "tel:+19735381675" }]} buttons={[{ text: "Visit our site! ", href: "https://maps.apple.com/?ll=40.7961,-74.4815&q=Lackawanna%20Barber%20Shop" }]
}
/> />
</div> </div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #f5f4ef;
--card: #f9f9f9; --card: #dad6cd;
--foreground: #120006e6; --foreground: #2a2928;
--primary-cta: #e63946; --primary-cta: #2a2928;
--primary-cta-text: #ffffff; --primary-cta-text: #f5f4ef;
--secondary-cta: #f9f9f9; --secondary-cta: #ecebea;
--secondary-cta-text: #120006e6; --secondary-cta-text: #2a2928;
--accent: #e2e2e2; --accent: #ffffff;
--background-accent: #c4c4c4; --background-accent: #c6b180;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);