From d814a06620edaff281707beb815042db65fd33e4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 05:18:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 194 ++++++++++------------------------------------- 1 file changed, 41 insertions(+), 153 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eac1deb..f90df0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,74 +18,44 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -94,22 +64,10 @@ export default function LandingPage() { @@ -120,27 +78,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Standard Haircut", - description: "Classic and modern precision cuts.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-getting-his-beard-trimmed_23-2148257037.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/crop-barber-shaving-hair-unrecognizable-man_23-2147778749.jpg", - buttonText: "View Info", - }, - { - title: "Haircut with Beard", - description: "Full grooming experience with beard sculpting.", - imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6328.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205875.jpg", - buttonText: "View Info", - }, - { - title: "Kids Grooming", - description: "Kid-friendly and patience-first services.", - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205897.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/front-view-hairstilyst-giving-haircut_23-2148506298.jpg", - buttonText: "View Info", - }, + { title: "Standard Haircut", description: "Classic and modern precision cuts.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-getting-his-beard-trimmed_23-2148257037.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/crop-barber-shaving-hair-unrecognizable-man_23-2147778749.jpg", buttonText: "View Info" }, + { title: "Haircut with Beard", description: "Full grooming experience with beard sculpting.", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6328.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205875.jpg", buttonText: "View Info" }, + { title: "Kids Grooming", description: "Kid-friendly and patience-first services.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205897.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/front-view-hairstilyst-giving-haircut_23-2148506298.jpg", buttonText: "View Info" }, ]} title="Our Professional Services" description="Expert grooming services tailored to your style." @@ -153,21 +93,9 @@ export default function LandingPage() { title="Our Achievements" tag="Quality First" metrics={[ - { - id: "m1", - value: "5.0", - description: "Star Rating", - }, - { - id: "m2", - value: "24/7", - description: "Always Open", - }, - { - id: "m3", - value: "9+", - description: "Verified Reviews", - }, + { id: "m1", value: "5.0", description: "Star Rating" }, + { id: "m2", value: "24/7", description: "Always Open" }, + { id: "m3", value: "9+", description: "Verified Reviews" }, ]} metricsAnimation="slide-up" /> @@ -177,31 +105,11 @@ export default function LandingPage() {
-- 2.49.1