Merge version_1 into main #2
@@ -24,51 +24,24 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Dothan Pipe & Supply"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-section" data-section="contact-section">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Let’s Get You What You Need"
|
||||
description="Call us now — we’ll take care of the rest."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Contact"
|
||||
title="Let's Get Started"
|
||||
description="Drop us a message and we'll reach back as soon as we can."
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,36 +50,20 @@ export default function LandingPage() {
|
||||
logoText="Dothan Pipe & Supply"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:3345550199",
|
||||
},
|
||||
{
|
||||
label: "Visit Us",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
title: "Contact", items: [
|
||||
{ label: "Call Us", href: "tel:3345550199" },
|
||||
{ label: "Visit Us", href: "/contact" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
216
src/app/page.tsx
216
src/app/page.tsx
@@ -28,26 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Dothan Pipe & Supply"
|
||||
/>
|
||||
@@ -55,64 +39,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="When You Need It Done Right, You Call Dothan Pipe & Supply"
|
||||
description="From everyday fittings to hard-to-find parts, we don’t just stock it — we track it down and get it in your hands fast."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-tractor-operator_1398-1880.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-engineer-wearing-construction-vest-safety-helmet-standing-with-arms-crossed-with-serious-face-isolated-orange-wall_141793-15575.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-experienced-carpenter_329181-15660.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-wearing-casual-sweater-standing-red-background-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-6469.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-tractor-operator_1398-1880.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-engineer-wearing-construction-vest-safety-helmet-standing-with-arms-crossed-with-serious-face-isolated-orange-wall_141793-15575.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-confident-experienced-carpenter_329181-15660.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-wearing-casual-sweater-standing-red-background-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-6469.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg", alt: "Customer" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:3345550199",
|
||||
},
|
||||
{
|
||||
text: "Find a Part",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:3345550199" },
|
||||
{ text: "Find a Part", href: "#" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Pipe & Fittings",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Custom Sourcing Experts",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Local Delivery",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Contractor Partner",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Trusted Since 2024",
|
||||
},
|
||||
{ type: "text", text: "Quality Pipe & Fittings" },
|
||||
{ type: "text", text: "Custom Sourcing Experts" },
|
||||
{ type: "text", text: "Fast Local Delivery" },
|
||||
{ type: "text", text: "Contractor Partner" },
|
||||
{ type: "text", text: "Trusted Since 2024" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,26 +71,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Pipe & Fittings",
|
||||
description: "Every type imaginable for any size project.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131728.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/african-american-manual-worker-using-touchpad-while-examining-manufactured-stainless-steel-rods-factory_637285-4062.jpg",
|
||||
buttonText: "View Products",
|
||||
title: "Pipe & Fittings", description: "Every type imaginable for any size project.", imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131728.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/african-american-manual-worker-using-touchpad-while-examining-manufactured-stainless-steel-rods-factory_637285-4062.jpg", buttonText: "View Products"
|
||||
},
|
||||
{
|
||||
title: "Custom Sourcing",
|
||||
description: "If it exists, we will track it down for you.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062946.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-132701.jpg",
|
||||
buttonText: "Learn More",
|
||||
title: "Custom Sourcing", description: "If it exists, we will track it down for you.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062946.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-132701.jpg", buttonText: "Learn More"
|
||||
},
|
||||
{
|
||||
title: "Expert Advice",
|
||||
description: "Genuine local people helping you solve problems.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/manufacturer-preparing-safety-gear-apprentice-before-starting-work_482257-97729.jpg",
|
||||
buttonText: "Get Help",
|
||||
},
|
||||
title: "Expert Advice", description: "Genuine local people helping you solve problems.", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/manufacturer-preparing-safety-gear-apprentice-before-starting-work_482257-97729.jpg", buttonText: "Get Help"
|
||||
}
|
||||
]}
|
||||
title="What We Do Best"
|
||||
description="Reliable industrial supplies with a commitment to local service excellence."
|
||||
@@ -157,49 +91,15 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mike M.",
|
||||
handle: "@mikem",
|
||||
testimonial: "Anything on my list they didn't stock, they tracked it down and got it for me.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-package_23-2148889997.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Harmon C.",
|
||||
handle: "@harmon",
|
||||
testimonial: "Very helpful and polite folks to deal with.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-standing-bricks-wall-with-happy-cool-smile-face-lucky-person_839833-8060.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Brandon H.",
|
||||
handle: "@brandon",
|
||||
testimonial: "Friendly and helpful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael S.",
|
||||
handle: "@michaels",
|
||||
testimonial: "Great place for everything pipe or fittings.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-construction-wearing-protection-gear_23-2148784062.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Local Pro",
|
||||
handle: "@localpro",
|
||||
testimonial: "Best service in town for hard-to-find parts.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg",
|
||||
},
|
||||
{ id: "1", name: "Mike M.", handle: "@mikem", testimonial: "Anything on my list they didn't stock, they tracked it down and got it for me.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-package_23-2148889997.jpg" },
|
||||
{ id: "2", name: "Harmon C.", handle: "@harmon", testimonial: "Very helpful and polite folks to deal with.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-standing-bricks-wall-with-happy-cool-smile-face-lucky-person_839833-8060.jpg" },
|
||||
{ id: "3", name: "Brandon H.", handle: "@brandon", testimonial: "Friendly and helpful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg" },
|
||||
{ id: "4", name: "Michael S.", handle: "@michaels", testimonial: "Great place for everything pipe or fittings.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-worker-construction-wearing-protection-gear_23-2148784062.jpg" },
|
||||
{ id: "5", name: "Local Pro", handle: "@localpro", testimonial: "Best service in town for hard-to-find parts.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="Real People. Real Service."
|
||||
description="Hear what our local partners and contractors have to say about working with us."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -211,20 +111,11 @@ export default function LandingPage() {
|
||||
description="We are your partners in project success. With extensive inventory and a network of suppliers, we ensure you never face downtime."
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Stocked Inventory",
|
||||
description: "High-grade industrial components.",
|
||||
},
|
||||
{
|
||||
title: "Rapid Fulfillment",
|
||||
description: "Fast order processing and delivery.",
|
||||
},
|
||||
{
|
||||
title: "Customer First",
|
||||
description: "Professional support you can count on.",
|
||||
},
|
||||
{ title: "Stocked Inventory", description: "High-grade industrial components." },
|
||||
{ title: "Rapid Fulfillment", description: "Fast order processing and delivery." },
|
||||
{ title: "Customer First", description: "Professional support you can count on." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741249.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741249.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -234,13 +125,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Trusted by Local Professionals"
|
||||
description="Providing quality parts for top contractors in the Dothan area."
|
||||
names={[
|
||||
"Southern Plumbing",
|
||||
"Dothan Construction",
|
||||
"Reliable Mechanical",
|
||||
"Apex Utilities",
|
||||
"Main Street Builders",
|
||||
]}
|
||||
names={["Southern Plumbing", "Dothan Construction", "Reliable Mechanical", "Apex Utilities", "Main Street Builders"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -249,35 +134,18 @@ export default function LandingPage() {
|
||||
logoText="Dothan Pipe & Supply"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:3345550199",
|
||||
},
|
||||
{
|
||||
label: "Visit Us",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "Call Us", href: "tel:3345550199" },
|
||||
{ label: "Visit Us", href: "/contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -24,26 +24,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Dothan Pipe & Supply"
|
||||
/>
|
||||
@@ -57,62 +41,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Hard-to-Find Sourcing",
|
||||
description: "If it exists, we'll locate it.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132304.jpg?_wi=1",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/high-angle-biodegradable-straw-tip_23-2148339445.jpg",
|
||||
buttonText: "Read More",
|
||||
title: "Hard-to-Find Sourcing", description: "If it exists, we'll locate it.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132304.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/high-angle-biodegradable-straw-tip_23-2148339445.jpg", buttonText: "Read More"
|
||||
},
|
||||
{
|
||||
title: "Fast Ordering",
|
||||
description: "Quick turnaround on special requests.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-glitter-decoration-detail_23-2149048303.jpg?_wi=1",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/nozzles-ratchets_23-2148180526.jpg",
|
||||
buttonText: "Read More",
|
||||
title: "Fast Ordering", description: "Quick turnaround on special requests.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-glitter-decoration-detail_23-2149048303.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/nozzles-ratchets_23-2148180526.jpg", buttonText: "Read More"
|
||||
},
|
||||
{
|
||||
title: "Contractor Support",
|
||||
description: "Bulk orders, consistent supply.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138541.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062955.jpg",
|
||||
buttonText: "Read More",
|
||||
title: "Contractor Support", description: "Bulk orders, consistent supply.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138541.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062955.jpg", buttonText: "Read More"
|
||||
},
|
||||
{
|
||||
title: "Expert Guidance",
|
||||
description: "Not sure what you need? We'll help.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-going-out-shopping-various-consumer-goods_23-2151669823.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg",
|
||||
buttonText: "Read More",
|
||||
},
|
||||
title: "Expert Guidance", description: "Not sure what you need? We'll help.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-going-out-shopping-various-consumer-goods_23-2151669823.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg", buttonText: "Read More"
|
||||
}
|
||||
]}
|
||||
title="We Don't Just Sell — We Solve"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardTwentyNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="What We Offer"
|
||||
description="Industrial-grade solutions for every project."
|
||||
features={[
|
||||
{
|
||||
title: "Sourcing",
|
||||
description: "We find the rare stuff.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132304.jpg?_wi=2",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/high-angle-biodegradable-straw-tip_23-2148339445.jpg",
|
||||
buttonText: "Check",
|
||||
},
|
||||
{
|
||||
title: "Ordering",
|
||||
description: "Quick logistics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-glitter-decoration-detail_23-2149048303.jpg?_wi=2",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/nozzles-ratchets_23-2148180526.jpg",
|
||||
buttonText: "Check",
|
||||
},
|
||||
]}
|
||||
description="Our dedicated services are designed to ensure your projects move forward without delays."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,36 +63,20 @@ export default function LandingPage() {
|
||||
logoText="Dothan Pipe & Supply"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:3345550199",
|
||||
},
|
||||
{
|
||||
label: "Visit Us",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
title: "Contact", items: [
|
||||
{ label: "Call Us", href: "tel:3345550199" },
|
||||
{ label: "Visit Us", href: "/contact" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user