From 306ed85c64fdd4a8d8165a9a46729c4c21eeec82 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 22:42:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 264 +++++++---------------------------------------- 1 file changed, 38 insertions(+), 226 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e16cb1..dff8064 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,6 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; export default function LandingPage() { return ( @@ -31,21 +29,11 @@ export default function LandingPage() { @@ -54,47 +42,26 @@ export default function LandingPage() {
@@ -107,26 +74,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Precision Haircut", - description: "Expert cuts designed to define your style and enhance your features.", - imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-scissors-dispenser_23-2148108757.jpg", - buttonText: "See More", - }, + title: "Precision Haircut", description: "Expert cuts designed to define your style and enhance your features.", imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-scissors-dispenser_23-2148108757.jpg", buttonText: "See More"}, { - title: "Expert Beard Trim", - description: "Sculpted beard grooming with premium products for a clean, sharp look.", - imageSrc: "http://img.b2bpic.net/free-photo/military-man-suffering-from-ptsd_23-2149307587.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg", - buttonText: "See More", - }, + title: "Expert Beard Trim", description: "Sculpted beard grooming with premium products for a clean, sharp look.", imageSrc: "http://img.b2bpic.net/free-photo/military-man-suffering-from-ptsd_23-2149307587.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg", buttonText: "See More"}, { - title: "Luxury Hot Towel Shave", - description: "Experience the ultimate smooth shave with our traditional hot towel treatment.", - imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985737.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-4293.jpg", - buttonText: "See More", - }, + title: "Luxury Hot Towel Shave", description: "Experience the ultimate smooth shave with our traditional hot towel treatment.", imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985737.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-4293.jpg", buttonText: "See More"}, ]} title="Our Signature Services" description="Premium grooming solutions tailored to your unique style." @@ -138,19 +90,13 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "The Precision Difference", - }, + type: "text", content: "The Precision Difference"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/adorable-pet-enjoying-spa-day-illustration_23-2151841549.jpg", - alt: "barbershop interior warm lighting", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/adorable-pet-enjoying-spa-day-illustration_23-2151841549.jpg", alt: "barbershop interior warm lighting"}, ]} buttons={[ { - text: "Learn More", - }, + text: "Learn More"}, ]} /> @@ -162,162 +108,40 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "p1", - title: "Classic Cut", - price: "$35", - period: "session", - features: [ - "Consultation", - "Cut & Finish", - "Neck Trim", - ], + id: "p1", title: "Classic Cut", price: "$35", period: "session", features: [ + "Consultation", "Cut & Finish", "Neck Trim"], button: { - text: "Book Now", - }, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg", - imageAlt: "Side view of leather barber shop chair", - }, + text: "Book Now"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg", imageAlt: "Side view of leather barber shop chair"}, { - id: "p2", - title: "Full Groom", - price: "$55", - period: "session", - features: [ - "Classic Cut", - "Beard Sculpt", - "Hot Towel", - ], + id: "p2", title: "Full Groom", price: "$55", period: "session", features: [ + "Classic Cut", "Beard Sculpt", "Hot Towel"], button: { - text: "Book Now", - }, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-shop-after-getting-haircut_23-2149186513.jpg?_wi=2", - imageAlt: "Side view of leather barber shop chair", - }, + text: "Book Now"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-shop-after-getting-haircut_23-2149186513.jpg?_wi=2", imageAlt: "Side view of leather barber shop chair"}, { - id: "p3", - title: "The Master Package", - price: "$75", - period: "session", - features: [ - "Full Groom", - "Scalp Massage", - "Premium Beard Product", - ], + id: "p3", title: "The Master Package", price: "$75", period: "session", features: [ + "Full Groom", "Scalp Massage", "Premium Beard Product"], button: { - text: "Book Now", - }, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7249.jpg?_wi=2", - imageAlt: "Side view of leather barber shop chair", - }, + text: "Book Now"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7249.jpg?_wi=2", imageAlt: "Side view of leather barber shop chair"}, ]} title="Service Pricing" description="High-quality grooming experiences at transparent prices." /> -
- -
- -
- -
-
@@ -328,37 +152,25 @@ export default function LandingPage() { { items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, ], }, { items: [ { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, { - label: "Book Now", - href: "#contact", - }, + label: "Book Now", href: "#contact"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} @@ -368,4 +180,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1