5 Commits

Author SHA1 Message Date
f101bf6ce4 Merge version_3 into main
Merge version_3 into main
2026-03-04 00:14:00 +00:00
ed3b175c56 Update src/app/page.tsx 2026-03-04 00:13:55 +00:00
fd34b8b2b0 Merge version_2 into main
Merge version_2 into main
2026-03-04 00:13:02 +00:00
821bf50d28 Update src/app/page.tsx 2026-03-04 00:12:58 +00:00
09c40bca36 Merge version_1 into main
Merge version_1 into main
2026-03-04 00:10:52 +00:00

View File

@@ -64,6 +64,8 @@ export default function LandingPage() {
tagAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Book All Services", href: "contact" }]}
buttonAnimation="slide-up"
features={[
{
id: 1,
@@ -78,8 +80,6 @@ export default function LandingPage() {
tag: "Modern", title: "Fade & Taper Specialist", subtitle: "Contemporary styling perfected", description: "Get the latest fade and taper styles executed with precision. Our specialists stay updated with current trends and execute clean lines and smooth transitions that define modern barbering.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg", imageAlt: "Modern fade haircut service", buttons: [{ text: "Schedule", href: "#" }]
}
]}
buttons={[{ text: "Book Your Appointment", href: "contact" }]}
buttonAnimation="slide-up"
/>
</div>
@@ -182,4 +182,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}