Merge version_2 into main #2
265
src/app/page.tsx
265
src/app/page.tsx
@@ -32,27 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Big River"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Call Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,75 +52,38 @@ export default function LandingPage() {
|
||||
description="Premium electrical solutions for residential and commercial projects. Safe, reliable, and future-ready power management."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alice Johnson",
|
||||
handle: "@alicej",
|
||||
testimonial: "Excellent service and very knowledgeable about local codes.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uhwxfu&_wi=1",
|
||||
imageAlt: "professional electrical technician working",
|
||||
},
|
||||
name: "Alice Johnson", handle: "@alicej", testimonial: "Excellent service and very knowledgeable about local codes.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uhwxfu&_wi=1", imageAlt: "professional electrical technician working"},
|
||||
{
|
||||
name: "Bob Smith",
|
||||
handle: "@bobsmith",
|
||||
testimonial: "Fixed our entire office wiring without interrupting workflow.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=osguc3&_wi=1",
|
||||
imageAlt: "professional electrical technician working",
|
||||
},
|
||||
name: "Bob Smith", handle: "@bobsmith", testimonial: "Fixed our entire office wiring without interrupting workflow.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=osguc3&_wi=1", imageAlt: "professional electrical technician working"},
|
||||
{
|
||||
name: "Charlie D.",
|
||||
handle: "@charlied",
|
||||
testimonial: "Prompt response and great cleanup after installation.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kl67yy&_wi=1",
|
||||
imageAlt: "professional electrical technician working",
|
||||
},
|
||||
name: "Charlie D.", handle: "@charlied", testimonial: "Prompt response and great cleanup after installation.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kl67yy&_wi=1", imageAlt: "professional electrical technician working"},
|
||||
{
|
||||
name: "David W.",
|
||||
handle: "@davidw",
|
||||
testimonial: "Professional and courteous, highly recommended for home projects.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r2ygx0&_wi=1",
|
||||
imageAlt: "professional electrical technician working",
|
||||
},
|
||||
name: "David W.", handle: "@davidw", testimonial: "Professional and courteous, highly recommended for home projects.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r2ygx0&_wi=1", imageAlt: "professional electrical technician working"},
|
||||
{
|
||||
name: "Eva Miller",
|
||||
handle: "@evamiller",
|
||||
testimonial: "Fast, reliable, and safety-conscious. A true professional service.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7ou6jx&_wi=1",
|
||||
imageAlt: "professional electrical technician working",
|
||||
},
|
||||
name: "Eva Miller", handle: "@evamiller", testimonial: "Fast, reliable, and safety-conscious. A true professional service.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7ou6jx&_wi=1", imageAlt: "professional electrical technician working"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uhwxfu&_wi=2"
|
||||
imageAlt="professional electrical technician working"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vqsifb",
|
||||
alt: "happy client professional service",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vqsifb", alt: "happy client professional service"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=47nrl9",
|
||||
alt: "smiling commercial client",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=47nrl9", alt: "smiling commercial client"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w2ti6h",
|
||||
alt: "homeowner near fixed outlet",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w2ti6h", alt: "homeowner near fixed outlet"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jw1vgf",
|
||||
alt: "residential electrical renovation result",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jw1vgf", alt: "residential electrical renovation result"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=klj93v",
|
||||
alt: "satisfied commercial landlord",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=klj93v", alt: "satisfied commercial landlord"},
|
||||
]}
|
||||
avatarText="Trusted by 5000+ happy clients"
|
||||
/>
|
||||
@@ -153,29 +106,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Residential Wiring",
|
||||
description: "Expert installations for home safety and smart connectivity.",
|
||||
tag: "Safe",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kl67yy&_wi=2",
|
||||
imageAlt: "electrician fixing circuit breaker",
|
||||
},
|
||||
id: "f1", title: "Residential Wiring", description: "Expert installations for home safety and smart connectivity.", tag: "Safe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kl67yy&_wi=2", imageAlt: "electrician fixing circuit breaker"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Commercial Maintenance",
|
||||
description: "High-capacity systems for businesses and industrial zones.",
|
||||
tag: "Pro",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r2ygx0&_wi=2",
|
||||
imageAlt: "smart home electrical wiring",
|
||||
},
|
||||
id: "f2", title: "Commercial Maintenance", description: "High-capacity systems for businesses and industrial zones.", tag: "Pro", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r2ygx0&_wi=2", imageAlt: "smart home electrical wiring"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Emergency Repairs",
|
||||
description: "Reliable 24/7 support for critical power outages and repairs.",
|
||||
tag: "Fast",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7ou6jx&_wi=2",
|
||||
imageAlt: "electrical safety inspection tools",
|
||||
},
|
||||
id: "f3", title: "Emergency Repairs", description: "Reliable 24/7 support for critical power outages and repairs.", tag: "Fast", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7ou6jx&_wi=2", imageAlt: "electrical safety inspection tools"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Delivering high-quality, safe, and efficient electrical contracting across the region."
|
||||
@@ -189,29 +124,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Serving the community reliably.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tyi2s1",
|
||||
imageAlt: "electrician fixing circuit breaker",
|
||||
},
|
||||
id: "m1", value: "15+", title: "Years Experience", description: "Serving the community reliably.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tyi2s1", imageAlt: "electrician fixing circuit breaker"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5000+",
|
||||
title: "Successful Projects",
|
||||
description: "Projects completed safely.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ny3bjk",
|
||||
imageAlt: "smart home electrical wiring",
|
||||
},
|
||||
id: "m2", value: "5000+", title: "Successful Projects", description: "Projects completed safely.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ny3bjk", imageAlt: "smart home electrical wiring"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99.9%",
|
||||
title: "Safety Rating",
|
||||
description: "Highest standards ensured.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bazsqs",
|
||||
imageAlt: "electrical safety inspection tools",
|
||||
},
|
||||
id: "m3", value: "99.9%", title: "Safety Rating", description: "Highest standards ensured.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bazsqs", imageAlt: "electrical safety inspection tools"},
|
||||
]}
|
||||
title="Proven Performance"
|
||||
description="We stand by our results and our commitment to safety and efficiency."
|
||||
@@ -223,14 +140,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"HomeBuilder Inc",
|
||||
"TechSpace Offices",
|
||||
"City Light Utilities",
|
||||
"Global Power Corp",
|
||||
"Metro Retailers",
|
||||
"Green Energy Partners",
|
||||
"SecureBank Infra",
|
||||
]}
|
||||
"HomeBuilder Inc", "TechSpace Offices", "City Light Utilities", "Global Power Corp", "Metro Retailers", "Green Energy Partners", "SecureBank Infra"]}
|
||||
title="Trusted Partners & Clients"
|
||||
description="Working with leaders in every sector to deliver optimal power infrastructure."
|
||||
/>
|
||||
@@ -243,64 +153,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Owner",
|
||||
company: "Home Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vqsifb",
|
||||
imageAlt: "happy client professional service",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Owner", company: "Home Solutions", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vqsifb", imageAlt: "happy client professional service"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Manager",
|
||||
company: "Tech Group",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=47nrl9",
|
||||
imageAlt: "smiling commercial client",
|
||||
},
|
||||
id: "2", name: "Mark D.", role: "Manager", company: "Tech Group", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=47nrl9", imageAlt: "smiling commercial client"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lisa K.",
|
||||
role: "Architect",
|
||||
company: "Modern Builds",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w2ti6h",
|
||||
imageAlt: "homeowner near fixed outlet",
|
||||
},
|
||||
id: "3", name: "Lisa K.", role: "Architect", company: "Modern Builds", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w2ti6h", imageAlt: "homeowner near fixed outlet"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
role: "Developer",
|
||||
company: "Urban Living",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jw1vgf",
|
||||
imageAlt: "residential electrical renovation result",
|
||||
},
|
||||
id: "4", name: "David W.", role: "Developer", company: "Urban Living", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jw1vgf", imageAlt: "residential electrical renovation result"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena R.",
|
||||
role: "CEO",
|
||||
company: "Creative Spaces",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=klj93v",
|
||||
imageAlt: "satisfied commercial landlord",
|
||||
},
|
||||
id: "5", name: "Elena R.", role: "CEO", company: "Creative Spaces", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=klj93v", imageAlt: "satisfied commercial landlord"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5/5",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
value: "5/5", label: "Avg Rating"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Support",
|
||||
},
|
||||
value: "24/7", label: "Support"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Satisfaction",
|
||||
},
|
||||
value: "100%", label: "Satisfaction"},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="What our clients are saying about our electrical services."
|
||||
@@ -313,20 +187,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer free estimates?",
|
||||
content: "Yes, we provide competitive, no-obligation quotes for all projects.",
|
||||
},
|
||||
id: "q1", title: "Do you offer free estimates?", content: "Yes, we provide competitive, no-obligation quotes for all projects."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Absolutely, all our electricians are fully certified, licensed, and insured for your peace of mind.",
|
||||
},
|
||||
id: "q2", title: "Are you licensed and insured?", content: "Absolutely, all our electricians are fully certified, licensed, and insured for your peace of mind."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you provide emergency services?",
|
||||
content: "We have 24/7 emergency teams available for critical power issues.",
|
||||
},
|
||||
id: "q3", title: "Do you provide emergency services?", content: "We have 24/7 emergency teams available for critical power issues."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common concerns regarding electrical installations."
|
||||
@@ -338,14 +203,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to get started? Contact Big River for all your electrical needs today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Your Free Quote Today", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -354,42 +216,27 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -400,4 +247,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user