From 8ede5278d42cda30bf2d900fac3068885e1167ba Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 00:15:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 268 ++++++++++------------------------------------- 1 file changed, 56 insertions(+), 212 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7862a60..c8c9e57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,91 +31,39 @@ export default function LandingPage() {
@@ -125,8 +73,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Excellence in Every Cut" description={[ - "At SALON ALSAWARI, we blend tradition with modern artistry. Our barbers are trained to provide a sanctuary where you can relax and refine your look.", - "We use only premium products, ensuring every haircut or shave meets our standard of excellence. Your satisfaction is our signature.", + "At SALON ALSAWARI, we blend tradition with modern artistry. Our barbers are trained to provide a sanctuary where you can relax and refine your look.", "We use only premium products, ensuring every haircut or shave meets our standard of excellence. Your satisfaction is our signature." ]} /> @@ -138,23 +85,14 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Signature Shave", - description: "Hot towel shave with premium oils for a smooth, refreshing result.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-her-client-s-beard-close-up_23-2148353407.jpg?_wi=1", - imageAlt: "Service", + title: "Signature Shave", description: "Hot towel shave with premium oils for a smooth, refreshing result.", imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-her-client-s-beard-close-up_23-2148353407.jpg", imageAlt: "Service" }, { - title: "Beard Sculpting", - description: "Precision trimming and styling to perfectly shape your beard.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop-shaving_23-2148298346.jpg", - imageAlt: "Service", + title: "Beard Sculpting", description: "Precision trimming and styling to perfectly shape your beard.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop-shaving_23-2148298346.jpg", imageAlt: "Service" }, { - title: "Classic Cut", - description: "Expert haircutting personalized to fit your unique facial features.", - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-haircut-barbershop_23-2148506369.jpg", - imageAlt: "Service", - }, + title: "Classic Cut", description: "Expert haircutting personalized to fit your unique facial features.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-haircut-barbershop_23-2148506369.jpg", imageAlt: "Service" + } ]} title="Signature Services" description="From classic shaves to cutting-edge fades, our services are designed to elevate your personal style." @@ -168,53 +106,20 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - title: "Classic Cut", - price: "$30", - period: "per session", - features: [ - "Consultation", - "Haircut", - "Style", - ], - button: { - text: "Book Now", - }, - imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chair-stylish-barber-shop_627829-6180.jpg", - imageAlt: "barbershop interior luxury", + id: "basic", title: "Classic Cut", price: "$30", period: "per session", features: ["Consultation", "Haircut", "Style"], + button: { text: "Book Now" }, + imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chair-stylish-barber-shop_627829-6180.jpg", imageAlt: "barbershop interior luxury" }, { - id: "shave", - title: "Premium Shave", - price: "$25", - period: "per session", - features: [ - "Hot Towel", - "Shave", - "Aftershave Balm", - ], - button: { - text: "Book Now", - }, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg", - imageAlt: "barbershop interior luxury", + id: "shave", title: "Premium Shave", price: "$25", period: "per session", features: ["Hot Towel", "Shave", "Aftershave Balm"], + button: { text: "Book Now" }, + imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg", imageAlt: "barbershop interior luxury" }, { - id: "full", - title: "Full Experience", - price: "$50", - period: "per session", - features: [ - "Cut & Shave", - "Beard Trim", - "Consultation", - ], - button: { - text: "Book Now", - }, - imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-her-client-s-beard-close-up_23-2148353407.jpg?_wi=2", - imageAlt: "barbershop interior luxury", - }, + id: "full", title: "Full Experience", price: "$50", period: "per session", features: ["Cut & Shave", "Beard Trim", "Consultation"], + button: { text: "Book Now" }, + imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-her-client-s-beard-close-up_23-2148353407.jpg", imageAlt: "barbershop interior luxury" + } ]} title="Pricing Packages" description="Transparent pricing for high-quality grooming services." @@ -224,32 +129,13 @@ export default function LandingPage() {
@@ -323,35 +184,18 @@ export default function LandingPage() {