From aec24d8cbc053f1ffb08fe6231d34600214ff7eb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 07:49:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f08101f..8e880ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="largeSmall" - background="grid" + background="animated-grid" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -47,19 +47,19 @@ export default function LandingPage() { tag="Expert Grooming" tagIcon={Scissors} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} buttons={[ { text: "Book Appointment", href: "#contact" }, { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-trimmed-salon_23-2148242774.jpg?_wi=1", imageAlt: "Professional barbershop interior at Eillia" }, - { imageSrc: "http://img.b2bpic.net/free-photo/reflection-barber-cutting-man-s-hair-before-mirror_1304-2773.jpg?_wi=1", imageAlt: "Professional haircut service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/anonymous-barber-trimming-beard-man_23-2147778850.jpg?_wi=1", imageAlt: "Beard grooming service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-cut-beauty-salon_23-2149167400.jpg?_wi=1", imageAlt: "Hair styling and treatment" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-trimmed-salon_23-2148242774.jpg?_wi=2", imageAlt: "Barbershop styling station" }, - { imageSrc: "http://img.b2bpic.net/free-photo/reflection-barber-cutting-man-s-hair-before-mirror_1304-2773.jpg?_wi=2", imageAlt: "Professional grooming session" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-trimmed-salon_23-2148242774.jpg", imageAlt: "Professional barbershop interior at Eillia" }, + { imageSrc: "http://img.b2bpic.net/free-photo/reflection-barber-cutting-man-s-hair-before-mirror_1304-2773.jpg", imageAlt: "Professional haircut service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/anonymous-barber-trimming-beard-man_23-2147778850.jpg", imageAlt: "Beard grooming service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-cut-beauty-salon_23-2149167400.jpg", imageAlt: "Hair styling and treatment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-trimmed-salon_23-2148242774.jpg", imageAlt: "Barbershop styling station" }, + { imageSrc: "http://img.b2bpic.net/free-photo/reflection-barber-cutting-man-s-hair-before-mirror_1304-2773.jpg", imageAlt: "Professional grooming session" } ]} /> @@ -92,13 +92,13 @@ export default function LandingPage() { animationType="slide-up" features={[ { - title: "Professional Haircuts", description: "Expert haircuts including fades, designs, and classic styles tailored to your preferences and face shape.", imageSrc: "http://img.b2bpic.net/free-photo/reflection-barber-cutting-man-s-hair-before-mirror_1304-2773.jpg?_wi=3", imageAlt: "Professional haircut service" + title: "Professional Haircuts", description: "Expert haircuts including fades, designs, and classic styles tailored to your preferences and face shape.", imageSrc: "http://img.b2bpic.net/free-photo/reflection-barber-cutting-man-s-hair-before-mirror_1304-2773.jpg", imageAlt: "Professional haircut service" }, { - title: "Beard Grooming", description: "Complete beard care including trimming, shaping, and grooming with premium products to keep your beard looking sharp.", imageSrc: "http://img.b2bpic.net/free-photo/anonymous-barber-trimming-beard-man_23-2147778850.jpg?_wi=2", imageAlt: "Beard grooming and trimming" + title: "Beard Grooming", description: "Complete beard care including trimming, shaping, and grooming with premium products to keep your beard looking sharp.", imageSrc: "http://img.b2bpic.net/free-photo/anonymous-barber-trimming-beard-man_23-2147778850.jpg", imageAlt: "Beard grooming and trimming" }, { - title: "Hair Styling", description: "Professional styling services with premium hair products and treatments to enhance your appearance and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-cut-beauty-salon_23-2149167400.jpg?_wi=2", imageAlt: "Hair styling and treatment services" + title: "Hair Styling", description: "Professional styling services with premium hair products and treatments to enhance your appearance and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-cut-beauty-salon_23-2149167400.jpg", imageAlt: "Hair styling and treatment services" } ]} buttons={[ @@ -170,7 +170,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Book Your Appointment Today" description="Ready for a premium grooming experience? Contact us to schedule your appointment with one of our expert barbers. Walk-ins welcome!" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} buttons={[ { text: "Call Now", href: "tel:+61893726254" }, -- 2.49.1