From c2adbc5b02dd6b15ed27b4272b7ecac556f29620 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 17:19:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 204 +++++++++++------------------------------------ 1 file changed, 47 insertions(+), 157 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e0e6e5..1ec638b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -56,35 +48,21 @@ export default function LandingPage() { description="Bareilly's Most Loved Salon. Where glamour meets expertise. Join 505+ happy women who trust us with their beauty." buttons={[ { - text: "Book Your Appointment", - href: "tel:+917088900800", - }, + text: "Book Your Appointment", href: "tel:+917088900800"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1565.jpg?_wi=1", - imageAlt: "Luxurious FTV Salon interior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1565.jpg", imageAlt: "Luxurious FTV Salon interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1565.jpg?_wi=2", - imageAlt: "Professional hair styling", - }, + imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1565.jpg", imageAlt: "Professional hair styling"}, { - imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1565.jpg?_wi=3", - imageAlt: "Bridal makeup service", - }, + imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1565.jpg", imageAlt: "Bridal makeup service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1565.jpg?_wi=4", - imageAlt: "Elegant manicure area", - }, + imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1565.jpg", imageAlt: "Elegant manicure area"}, { - imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1565.jpg?_wi=5", - imageAlt: "Relaxing skincare treatment", - }, + imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1565.jpg", imageAlt: "Relaxing skincare treatment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1565.jpg?_wi=6", - imageAlt: "Professional salon experience", - }, + imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1565.jpg", imageAlt: "Professional salon experience"}, ]} /> @@ -93,42 +71,23 @@ export default function LandingPage() { @@ -205,49 +132,25 @@ export default function LandingPage() {
@@ -275,33 +177,21 @@ export default function LandingPage() { logoText="FTV Salon" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, { - label: "Book Now", - href: "tel:+917088900800", - }, + label: "Book Now", href: "tel:+917088900800"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "070889 00800", - href: "tel:+917088900800", - }, + label: "070889 00800", href: "tel:+917088900800"}, { - label: "Pilibhit Bypass Rd, Bareilly", - href: "#", - }, + label: "Pilibhit Bypass Rd, Bareilly", href: "#"}, ], }, ]} -- 2.49.1