Merge version_7 into main #6
348
src/app/page.tsx
348
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Services", id: "pricing"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="EP Central"
|
||||
/>
|
||||
@@ -59,112 +49,65 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Excellence in Every Cut"
|
||||
description="Where tradition meets modern style. EP Central Barbershop provides premium grooming services for the modern gentleman."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hairstilyst-giving-haircut_23-2148506294.jpg",
|
||||
imageAlt: "Hero scene 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hairstilyst-giving-haircut_23-2148506294.jpg", imageAlt: "Hero scene 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barber-giving-his-client-nice-haircut_23-2149186489.jpg",
|
||||
imageAlt: "Hero scene 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barber-giving-his-client-nice-haircut_23-2149186489.jpg", imageAlt: "Hero scene 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barbershop_1157-21635.jpg",
|
||||
imageAlt: "Hero scene 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barbershop_1157-21635.jpg", imageAlt: "Hero scene 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-chair-vintage-barber-shop_23-2148298304.jpg",
|
||||
imageAlt: "Hero scene 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-chair-vintage-barber-shop_23-2148298304.jpg", imageAlt: "Hero scene 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-barber-hair-salon_23-2148242782.jpg",
|
||||
imageAlt: "Hero scene 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-barber-hair-salon_23-2148242782.jpg", imageAlt: "Hero scene 5"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-hairdressers-brushing-coloring-beard-client_651396-2992.jpg",
|
||||
imageAlt: "Hero scene 6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-hairdressers-brushing-coloring-beard-client_651396-2992.jpg", imageAlt: "Hero scene 6"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205858.jpg",
|
||||
imageAlt: "Hero scene 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205858.jpg", imageAlt: "Hero scene 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dad-teaching-his-boy-how-shave_23-2149588730.jpg",
|
||||
imageAlt: "Hero scene 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dad-teaching-his-boy-how-shave_23-2149588730.jpg", imageAlt: "Hero scene 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-composition-with-variety-elements_23-2147631308.jpg",
|
||||
imageAlt: "Hero scene 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-composition-with-variety-elements_23-2147631308.jpg", imageAlt: "Hero scene 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121960.jpg",
|
||||
imageAlt: "Hero scene 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121960.jpg", imageAlt: "Hero scene 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-tools-arrangement_23-2149167462.jpg",
|
||||
imageAlt: "Hero scene 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-tools-arrangement_23-2149167462.jpg", imageAlt: "Hero scene 5"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-razor-scissors-wooden-table_23-2147839842.jpg",
|
||||
imageAlt: "Hero scene 6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-razor-scissors-wooden-table_23-2147839842.jpg", imageAlt: "Hero scene 6"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-barber-s-instruments-shop_23-2149186524.jpg",
|
||||
alt: "Barber tools",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-barber-s-instruments-shop_23-2149186524.jpg", alt: "Barber tools"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg",
|
||||
alt: "Barber chair",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg", alt: "Barber chair"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-man-getting-haircut_23-2150665441.jpg",
|
||||
alt: "Haircut service",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-man-getting-haircut_23-2150665441.jpg", alt: "Haircut service"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg",
|
||||
alt: "Vintage decor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg", alt: "Vintage decor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-cuts-hair-barbershop_1157-15500.jpg",
|
||||
alt: "Grooming expert",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-cuts-hair-barbershop_1157-15500.jpg", alt: "Grooming expert"},
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ local clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Precision Cuts",
|
||||
},
|
||||
type: "text", text: "Precision Cuts"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hot Towel Shaves",
|
||||
},
|
||||
type: "text", text: "Hot Towel Shaves"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Beard Sculpting",
|
||||
},
|
||||
type: "text", text: "Beard Sculpting"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Styling",
|
||||
},
|
||||
type: "text", text: "Modern Styling"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Classic Expertise",
|
||||
},
|
||||
type: "text", text: "Classic Expertise"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -176,17 +119,11 @@ export default function LandingPage() {
|
||||
description="With years of expertise, our barbers blend classic techniques with contemporary aesthetics. We believe a haircut is more than maintenance; it's a statement."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "10+", title: "Years Experience"},
|
||||
{
|
||||
value: "5k+",
|
||||
title: "Satisfied Customers",
|
||||
},
|
||||
value: "5k+", title: "Satisfied Customers"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Quality Assured",
|
||||
},
|
||||
value: "100%", title: "Quality Assured"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286008.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -200,26 +137,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Style",
|
||||
title: "Precision Cuts",
|
||||
subtitle: "Perfect fades",
|
||||
description: "Expertly executed cuts for any hair type.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg",
|
||||
},
|
||||
tag: "Style", title: "Precision Cuts", subtitle: "Perfect fades", description: "Expertly executed cuts for any hair type.", imageSrc: "http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg"},
|
||||
{
|
||||
tag: "Care",
|
||||
title: "Beard Grooming",
|
||||
subtitle: "Sculpted perfection",
|
||||
description: "Hot towel shaves and expert beard shaping.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121966.jpg",
|
||||
},
|
||||
tag: "Care", title: "Beard Grooming", subtitle: "Sculpted perfection", description: "Hot towel shaves and expert beard shaping.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121966.jpg"},
|
||||
{
|
||||
tag: "Style",
|
||||
title: "Consultations",
|
||||
subtitle: "Customized approach",
|
||||
description: "We analyze your hair structure and facial features.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/putting-up-barber-shop-sign_23-2151961900.jpg",
|
||||
},
|
||||
tag: "Style", title: "Consultations", subtitle: "Customized approach", description: "We analyze your hair structure and facial features.", imageSrc: "http://img.b2bpic.net/free-photo/putting-up-barber-shop-sign_23-2151961900.jpg"},
|
||||
]}
|
||||
title="Our Signature Services"
|
||||
description="Personalized grooming solutions tailored to your unique style."
|
||||
@@ -234,59 +156,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "EP Central",
|
||||
name: "Matte Pomade",
|
||||
price: "$22",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-self-care-items-arrangement_23-2150347125.jpg",
|
||||
},
|
||||
id: "1", brand: "EP Central", name: "Matte Pomade", price: "$22", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/male-self-care-items-arrangement_23-2150347125.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "EP Central",
|
||||
name: "Beard Oil",
|
||||
price: "$28",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-razor-foam-shaving-brush-white-folded-napkin-against-wooden-surface_23-2148088540.jpg",
|
||||
},
|
||||
id: "2", brand: "EP Central", name: "Beard Oil", price: "$28", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/blue-razor-foam-shaving-brush-white-folded-napkin-against-wooden-surface_23-2148088540.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "EP Central",
|
||||
name: "Styling Clay",
|
||||
price: "$25",
|
||||
rating: 4,
|
||||
reviewCount: "88",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cream-bath-concept_23-2148419383.jpg",
|
||||
},
|
||||
id: "3", brand: "EP Central", name: "Styling Clay", price: "$25", rating: 4,
|
||||
reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cream-bath-concept_23-2148419383.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "EP Central",
|
||||
name: "Shaving Soap",
|
||||
price: "$18",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-skin-care-moisture-recipients-arrangement_23-2148761407.jpg",
|
||||
},
|
||||
id: "4", brand: "EP Central", name: "Shaving Soap", price: "$18", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/front-view-skin-care-moisture-recipients-arrangement_23-2148761407.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "EP Central",
|
||||
name: "Aftershave Tonic",
|
||||
price: "$24",
|
||||
rating: 4,
|
||||
reviewCount: "72",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-man-showing-cleanser_23-2148621240.jpg",
|
||||
},
|
||||
id: "5", brand: "EP Central", name: "Aftershave Tonic", price: "$24", rating: 4,
|
||||
reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-man-showing-cleanser_23-2148621240.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "EP Central",
|
||||
name: "Sea Salt Spray",
|
||||
price: "$20",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-salon-blur-background_1385-169.jpg",
|
||||
},
|
||||
id: "6", brand: "EP Central", name: "Sea Salt Spray", price: "$20", rating: 5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-salon-blur-background_1385-169.jpg"},
|
||||
]}
|
||||
title="Premium Grooming Goods"
|
||||
description="Professional tools for your daily routine."
|
||||
@@ -300,57 +186,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$35",
|
||||
subtitle: "Basic Grooming",
|
||||
buttons: [
|
||||
id: "basic", badge: "Essential", price: "$35", subtitle: "Basic Grooming", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Haircut",
|
||||
"Hot towel rinse",
|
||||
"Styling",
|
||||
],
|
||||
"Haircut", "Hot towel rinse", "Styling"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Premium",
|
||||
price: "$55",
|
||||
subtitle: "Full Experience",
|
||||
buttons: [
|
||||
id: "pro", badge: "Premium", price: "$55", subtitle: "Full Experience", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Haircut",
|
||||
"Beard Trim",
|
||||
"Hot towel treatment",
|
||||
"Scalp massage",
|
||||
],
|
||||
"Haircut", "Beard Trim", "Hot towel treatment", "Scalp massage"],
|
||||
},
|
||||
{
|
||||
id: "deluxe",
|
||||
badge: "VIP",
|
||||
price: "$85",
|
||||
subtitle: "Luxury Grooming",
|
||||
buttons: [
|
||||
id: "deluxe", badge: "VIP", price: "$85", subtitle: "Luxury Grooming", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Full Haircut",
|
||||
"Beard Sculpting",
|
||||
"Face massage",
|
||||
"Full styling pack",
|
||||
],
|
||||
"Full Haircut", "Beard Sculpting", "Face massage", "Full styling pack"],
|
||||
},
|
||||
]}
|
||||
title="Choose Your Session"
|
||||
@@ -366,26 +223,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcus A.",
|
||||
role: "Master Barber",
|
||||
description: "Precision specialist with a passion for classic style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-tattoo-his-face-with-crossed-arms-dressed-white-shirt-grey-background_613910-1374.jpg",
|
||||
},
|
||||
id: "1", name: "Marcus A.", role: "Master Barber", description: "Precision specialist with a passion for classic style.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-tattoo-his-face-with-crossed-arms-dressed-white-shirt-grey-background_613910-1374.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David L.",
|
||||
role: "Stylist",
|
||||
description: "Expert in modern fades and current trends.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hairdresser-posing-salon_23-2150462487.jpg",
|
||||
},
|
||||
id: "2", name: "David L.", role: "Stylist", description: "Expert in modern fades and current trends.", imageSrc: "http://img.b2bpic.net/free-photo/male-hairdresser-posing-salon_23-2150462487.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "James P.",
|
||||
role: "Barber",
|
||||
description: "Traditional hot-towel specialist and master sculptor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-away-barber-shop_23-2148353460.jpg",
|
||||
},
|
||||
id: "3", name: "James P.", role: "Barber", description: "Traditional hot-towel specialist and master sculptor.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-away-barber-shop_23-2148353460.jpg"},
|
||||
]}
|
||||
title="Our Skilled Barbers"
|
||||
description="Dedicated artists committed to your best look."
|
||||
@@ -399,40 +241,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
role: "CEO",
|
||||
testimonial: "Best haircut I've had in years. Professional and clean.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94762.jpg",
|
||||
},
|
||||
id: "1", name: "John Doe", role: "CEO", testimonial: "Best haircut I've had in years. Professional and clean.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94762.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike Smith",
|
||||
role: "Marketing",
|
||||
testimonial: "Always a great experience. The barbers really listen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-good-care-his-face-home_23-2148883814.jpg",
|
||||
},
|
||||
id: "2", name: "Mike Smith", role: "Marketing", testimonial: "Always a great experience. The barbers really listen.", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-good-care-his-face-home_23-2148883814.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Alex J.",
|
||||
role: "Creative",
|
||||
testimonial: "Consistency is key, and these guys deliver every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-expecting-child_23-2150167522.jpg",
|
||||
},
|
||||
id: "3", name: "Alex J.", role: "Creative", testimonial: "Consistency is key, and these guys deliver every time.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-expecting-child_23-2150167522.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Steve R.",
|
||||
role: "Manager",
|
||||
testimonial: "Very high quality standards. Worth every cent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-hugging-beard-trimmer-hair-brushes-scarted-confused-standing-orange-wall_141793-61541.jpg",
|
||||
},
|
||||
id: "4", name: "Steve R.", role: "Manager", testimonial: "Very high quality standards. Worth every cent.", imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-hugging-beard-trimmer-hair-brushes-scarted-confused-standing-orange-wall_141793-61541.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David K.",
|
||||
role: "Student",
|
||||
testimonial: "Love the atmosphere and the attention to detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-goodlooking-attractive-stylish-bearded-man-brown_285396-4616.jpg",
|
||||
},
|
||||
id: "5", name: "David K.", role: "Student", testimonial: "Love the atmosphere and the attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-goodlooking-attractive-stylish-bearded-man-brown_285396-4616.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Real results from real clients."
|
||||
@@ -443,14 +260,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
text="Ready for your next cut? Book your appointment at EP Central Barbershop today."
|
||||
variant: "rotated-rays-animated"}}
|
||||
text="Ready for your next cut? Book your appointment at EP Central Barbershop today. Open daily 9am - 8pm."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Appointment",
|
||||
href: "tel:555-0123",
|
||||
},
|
||||
text: "Book Online Now", href: "#booking"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -460,33 +274,21 @@ export default function LandingPage() {
|
||||
logoText="EP Central"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Services", href: "#pricing"},
|
||||
{
|
||||
label: "Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Team", href: "#team"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -496,4 +298,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user