Merge version_2 into main #2
491
src/app/page.tsx
491
src/app/page.tsx
@@ -27,380 +27,139 @@ export default function LandingPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="TX Live Wire"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="TX Live Wire"
|
||||
button={{ text: "Consult Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Elite Electrical Solutions for Luxury Homes & Properties"
|
||||
description="TX Live Wire delivers white-glove electrical expertise to discerning homeowners and commercial properties across Texas. Premium craftsmanship, transparent pricing, emergency response 24/7."
|
||||
tag="Top 1% Elite Electricians"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Premium Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17800.jpg",
|
||||
imageAlt: "Luxury home electrical service",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D1rliKANCQOtxCaEylRIkuhe11/uploaded-1777460723071-2ghbd3mb.png",
|
||||
imageAlt: "Service quality",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D1rliKANCQOtxCaEylRIkuhe11/uploaded-1777460723071-nolgc5pm.png",
|
||||
imageAlt: "Premium installation",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D1rliKANCQOtxCaEylRIkuhe11/uploaded-1777460723071-zkp738pe.png",
|
||||
imageAlt: "Expert team",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg",
|
||||
imageAlt: "Smart home solution",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-55378.jpg?_wi=1",
|
||||
imageAlt: "Emergency response",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Elite Electrical Solutions for Luxury Homes & Properties"
|
||||
description="TX Live Wire delivers white-glove electrical expertise to discerning homeowners and commercial properties across Texas. Premium craftsmanship, transparent pricing, emergency response 24/7."
|
||||
tag="Top 1% Elite Electricians"
|
||||
buttons={[{ text: "Schedule Premium Consultation", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17800.jpg", imageAlt: "Luxury home electrical service" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D1rliKANCQOtxCaEylRIkuhe11/uploaded-1777460723071-2ghbd3mb.png", imageAlt: "Service quality" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D1rliKANCQOtxCaEylRIkuhe11/uploaded-1777460723071-nolgc5pm.png", imageAlt: "Premium installation" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D1rliKANCQOtxCaEylRIkuhe11/uploaded-1777460723071-zkp738pe.png", imageAlt: "Expert team" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg", imageAlt: "Smart home solution" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-55378.jpg", imageAlt: "Emergency response" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Decades of Excellence in Texas"
|
||||
description="Founded on a commitment to safety and customer trust, our team of licensed electricians brings over two decades of expertise to every project. We deliver code-compliant, efficient, and sophisticated solutions for high-end residential and commercial environments."
|
||||
tag="The Texas Edition Electrician"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#services",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-55378.jpg?_wi=2"
|
||||
imageAlt="Smart home integration"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Decades of Excellence in Texas"
|
||||
description="Founded on a commitment to safety and customer trust, our team of licensed electricians brings over two decades of expertise to every project. We deliver code-compliant, efficient, and sophisticated solutions for high-end residential and commercial environments."
|
||||
tag="The Texas Edition Electrician"
|
||||
buttons={[{ text: "Learn More", href: "#services" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-55378.jpg"
|
||||
imageAlt="Smart home integration"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Luxury Renovations",
|
||||
author: "TX Live Wire",
|
||||
description: "High-end electrical solutions tailored to unique architectural styles and smart home needs.",
|
||||
tags: [
|
||||
"Residential",
|
||||
"Luxury",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-using-electrical-connection-cable_169016-53066.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Commercial Compliance",
|
||||
author: "TX Live Wire",
|
||||
description: "Scalable systems for corporate facilities, ensuring regulatory compliance and reliability.",
|
||||
tags: [
|
||||
"Commercial",
|
||||
"Corporate",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-2834.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Emergency Response",
|
||||
author: "TX Live Wire",
|
||||
description: "24/7 dedicated support for critical electrical infrastructure failures and urgent repairs.",
|
||||
tags: [
|
||||
"Emergency",
|
||||
"24/7",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-electrical-connection-cable_169016-51119.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Elite Services"
|
||||
description="We specialize in complex electrical needs, ensuring seamless integration and absolute safety."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "1", title: "Luxury Renovations", author: "TX Live Wire", description: "High-end electrical solutions tailored to unique architectural styles and smart home needs.", tags: ["Residential", "Luxury"], imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-using-electrical-connection-cable_169016-53066.jpg" },
|
||||
{ id: "2", title: "Commercial Compliance", author: "TX Live Wire", description: "Scalable systems for corporate facilities, ensuring regulatory compliance and reliability.", tags: ["Commercial", "Corporate"], imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-2834.jpg" },
|
||||
{ id: "3", title: "Emergency Response", author: "TX Live Wire", description: "24/7 dedicated support for critical electrical infrastructure failures and urgent repairs.", tags: ["Emergency", "24/7"], imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-electrical-connection-cable_169016-51119.jpg" }
|
||||
]}
|
||||
title="Our Elite Services"
|
||||
description="We specialize in complex electrical needs, ensuring seamless integration and absolute safety."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Standard",
|
||||
name: "Safety Inspection",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "120+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-hard-hat-looks-wall-while-holding-electric-cable_169016-12103.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Pro",
|
||||
name: "Panel Upgrade",
|
||||
price: "Contact",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-hotel-reception-lobby_482257-76206.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Enterprise",
|
||||
name: "Smart Home Hub",
|
||||
price: "Contact",
|
||||
rating: 5,
|
||||
reviewCount: "42",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-engineer-reviews-tablet-schematic-by-switchboard-smart-service_169016-70942.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Pro",
|
||||
name: "Lighting Design",
|
||||
price: "Contact",
|
||||
rating: 5,
|
||||
reviewCount: "67",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/loaded-circuit-board_1384-31.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Standard",
|
||||
name: "Emergency Repair",
|
||||
price: "Contact",
|
||||
rating: 5,
|
||||
reviewCount: "200+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-application-tablet-placed-kitchen-desk-empty-house-automation-system-turning-l_482257-2841.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Pro",
|
||||
name: "Generator Setup",
|
||||
price: "Contact",
|
||||
rating: 5,
|
||||
reviewCount: "35",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24405.jpg",
|
||||
},
|
||||
]}
|
||||
title="Premium Solution Packages"
|
||||
description="Transparent pricing for our elite electrical service offerings."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", brand: "Standard", name: "Safety Inspection", price: "Custom", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/electrician-hard-hat-looks-wall-while-holding-electric-cable_169016-12103.jpg" },
|
||||
{ id: "2", brand: "Pro", name: "Panel Upgrade", price: "Contact", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/elegant-hotel-reception-lobby_482257-76206.jpg" },
|
||||
{ id: "3", brand: "Enterprise", name: "Smart Home Hub", price: "Contact", rating: 5, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/female-engineer-reviews-tablet-schematic-by-switchboard-smart-service_169016-70942.jpg" },
|
||||
{ id: "4", brand: "Pro", name: "Lighting Design", price: "Contact", rating: 5, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/loaded-circuit-board_1384-31.jpg" },
|
||||
{ id: "5", brand: "Standard", name: "Emergency Repair", price: "Contact", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/smart-application-tablet-placed-kitchen-desk-empty-house-automation-system-turning-l_482257-2841.jpg" },
|
||||
{ id: "6", brand: "Pro", name: "Generator Setup", price: "Contact", rating: 5, reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24405.jpg" }
|
||||
]}
|
||||
title="Premium Solution Packages"
|
||||
description="Transparent pricing for our elite electrical service offerings."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Exceptional Service",
|
||||
quote: "TX Live Wire handled our renovation flawlessly. Highly professional and efficient.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Luxury Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164712.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Top-tier Partnership",
|
||||
quote: "Reliability is key for my projects. TX Live Wire is my exclusive electrical partner.",
|
||||
name: "Mark Stevens",
|
||||
role: "Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-making-plans-redecorate-house_23-2148814625.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Emergency Experts",
|
||||
quote: "They showed up within an hour during a facility outage. Unmatched response speed.",
|
||||
name: "Lisa Chen",
|
||||
role: "Property Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-engraving_23-2149286573.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Flawless Integration",
|
||||
quote: "The smart home installation was seamless and easy to operate. Truly professional.",
|
||||
name: "David Wilson",
|
||||
role: "Technology Consultant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101946.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Elite Experience",
|
||||
quote: "The white-glove service set a new standard for home contractors. Highly recommended.",
|
||||
name: "Jennifer Adams",
|
||||
role: "Interior Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-18024.jpg",
|
||||
},
|
||||
]}
|
||||
title="Trusted by Texans"
|
||||
description="Our white-glove approach is reflected in the trust our clients place in us."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", title: "Exceptional Service", quote: "TX Live Wire handled our renovation flawlessly. Highly professional and efficient.", name: "Sarah Johnson", role: "Luxury Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164712.jpg" },
|
||||
{ id: "2", title: "Top-tier Partnership", quote: "Reliability is key for my projects. TX Live Wire is my exclusive electrical partner.", name: "Mark Stevens", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-making-plans-redecorate-house_23-2148814625.jpg" },
|
||||
{ id: "3", title: "Emergency Experts", quote: "They showed up within an hour during a facility outage. Unmatched response speed.", name: "Lisa Chen", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-engraving_23-2149286573.jpg" },
|
||||
{ id: "4", title: "Flawless Integration", quote: "The smart home installation was seamless and easy to operate. Truly professional.", name: "David Wilson", role: "Technology Consultant", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101946.jpg" },
|
||||
{ id: "5", title: "Elite Experience", quote: "The white-glove service set a new standard for home contractors. Highly recommended.", name: "Jennifer Adams", role: "Interior Designer", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-18024.jpg" }
|
||||
]}
|
||||
title="Trusted by Texans"
|
||||
description="Our white-glove approach is reflected in the trust our clients place in us."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "res",
|
||||
tag: "Essentials",
|
||||
price: "$199",
|
||||
period: "/visit",
|
||||
description: "Safety & essential maintenance",
|
||||
button: {
|
||||
text: "Get Started",
|
||||
},
|
||||
featuresTitle: "Included Services",
|
||||
features: [
|
||||
"Full Home Inspection",
|
||||
"Basic Safety Repair",
|
||||
"Detailed Report",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
tag: "Premium",
|
||||
price: "$499",
|
||||
period: "/project",
|
||||
description: "For renovations & smart upgrades",
|
||||
button: {
|
||||
text: "Schedule Today",
|
||||
},
|
||||
featuresTitle: "Included Services",
|
||||
features: [
|
||||
"Everything in Essentials",
|
||||
"Smart System Sync",
|
||||
"Priority Scheduling",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "comm",
|
||||
tag: "Corporate",
|
||||
price: "Custom",
|
||||
period: "/contract",
|
||||
description: "Scalable facility management",
|
||||
button: {
|
||||
text: "Contact Us",
|
||||
},
|
||||
featuresTitle: "Included Services",
|
||||
features: [
|
||||
"24/7 Response Guaranteed",
|
||||
"Compliance Audits",
|
||||
"Dedicated Support",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Transparent Investment Plans"
|
||||
description="Clear tiers designed for residential peace of mind and commercial reliability."
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "res", tag: "Essentials", price: "$199", period: "/visit", description: "Safety & essential maintenance", button: { text: "Get Started" }, featuresTitle: "Included Services", features: ["Full Home Inspection", "Basic Safety Repair", "Detailed Report"] },
|
||||
{ id: "pro", tag: "Premium", price: "$499", period: "/project", description: "For renovations & smart upgrades", button: { text: "Schedule Today" }, featuresTitle: "Included Services", features: ["Everything in Essentials", "Smart System Sync", "Priority Scheduling"] },
|
||||
{ id: "comm", tag: "Corporate", price: "Custom", period: "/contract", description: "Scalable facility management", button: { text: "Contact Us" }, featuresTitle: "Included Services", features: ["24/7 Response Guaranteed", "Compliance Audits", "Dedicated Support"] }
|
||||
]}
|
||||
title="Transparent Investment Plans"
|
||||
description="Clear tiers designed for residential peace of mind and commercial reliability."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Get in Touch"
|
||||
title="Schedule Your Premium Consultation"
|
||||
description="Ready to power your home or business safely and efficiently? Reach out today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-manager-eyeglasses-with-folder-hand_171337-16702.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Consult Now"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in Touch"
|
||||
title="Schedule Your Premium Consultation"
|
||||
description="Ready to power your home or business safely and efficiently? Reach out today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-manager-eyeglasses-with-folder-hand_171337-16702.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Consult Now"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Emergency",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="TX Live Wire"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "#" }, { label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
|
||||
{ items: [{ label: "Contact", href: "#contact" }, { label: "Emergency", href: "#contact" }] },
|
||||
{ items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||
]}
|
||||
logoText="TX Live Wire"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user