Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-08 22:08:11 +00:00

View File

@@ -29,26 +29,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Features",
id: "features",
},
{
name: "About",
id: "about",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Features", id: "features" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Diamond Electric"
/>
@@ -59,16 +44,10 @@ export default function LandingPage() {
logoText="Diamond Electric Supply"
description="Your trusted partner for professional-grade electrical components in Danbury since 1970. Deep inventory, expert advice, and family-owned reliability."
buttons={[
{
text: "Get Directions",
href: "#contact",
},
{
text: "Contact Us",
href: "#contact",
},
{ text: "Get Directions", href: "#contact" },
{ text: "Contact Us", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/empty-cashier-work-place_171337-2421.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/empty-cashier-work-place_171337-2421.jpg"
imageAlt="Diamond Electric Storefront"
/>
</div>
@@ -80,72 +59,32 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Deep Inventory",
description: "From 12/2 Romex to high-end industrial breakers, we stock what you need.",
icon: CheckCircle,
title: "Deep Inventory", description: "From 12/2 Romex to high-end industrial breakers, we stock what you need.", icon: CheckCircle,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-tablet-standing-warehouse_259150-56877.jpg?_wi=1",
imageAlt: "Inventory",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-tablet-standing-warehouse_259150-56877.jpg?_wi=2",
imageAlt: "Inventory",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/empty-cashier-work-place_171337-2421.jpg?_wi=2",
imageAlt: "electrical supply store interior",
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-working-tablet-standing-warehouse_259150-56877.jpg", imageAlt: "Inventory" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-working-tablet-standing-warehouse_259150-56877.jpg", imageAlt: "Inventory" },
]
},
{
title: "Expert Staff",
description: "Our team has decades of experience to help you solve any installation challenge.",
icon: Award,
title: "Expert Staff", description: "Our team has decades of experience to help you solve any installation challenge.", icon: Award,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-holding-hand-near-ear-trying-listen_141793-28675.jpg?_wi=1",
imageAlt: "Staff",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-holding-hand-near-ear-trying-listen_141793-28675.jpg?_wi=2",
imageAlt: "Staff",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-tablet-standing-warehouse_259150-56877.jpg?_wi=3",
imageAlt: "warehouse shelves electrical parts",
{ imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-holding-hand-near-ear-trying-listen_141793-28675.jpg", imageAlt: "Staff" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-holding-hand-near-ear-trying-listen_141793-28675.jpg", imageAlt: "Staff" },
]
},
{
title: "Competitive Pricing",
description: "Professional-grade products at prices that respect your bottom line.",
icon: Shield,
title: "Competitive Pricing", description: "Professional-grade products at prices that respect your bottom line.", icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/paper-label-black-surface_1220-445.jpg?_wi=1",
imageAlt: "Pricing",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/paper-label-black-surface_1220-445.jpg?_wi=2",
imageAlt: "Pricing",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-holding-hand-near-ear-trying-listen_141793-28675.jpg?_wi=3",
imageAlt: "electrician assistance customer service",
{ imageSrc: "http://img.b2bpic.net/free-photo/paper-label-black-surface_1220-445.jpg", imageAlt: "Pricing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/paper-label-black-surface_1220-445.jpg", imageAlt: "Pricing" },
]
},
{
title: "Family Feel",
description: "Whether it's Casey the dog or our friendly counter staff, you're always welcome.",
icon: Zap,
title: "Family Feel", description: "Whether it's Casey the dog or our friendly counter staff, you're always welcome.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-businessman-focuses-his-company-career-development_482257-123195.jpg?_wi=1",
imageAlt: "Shop Dog",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-businessman-focuses-his-company-career-development_482257-123195.jpg?_wi=2",
imageAlt: "Shop Dog",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/paper-label-black-surface_1220-445.jpg?_wi=3",
imageAlt: "price tags industrial components",
{ imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-businessman-focuses-his-company-career-development_482257-123195.jpg", imageAlt: "Shop Dog" },
{ imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-businessman-focuses-his-company-career-development_482257-123195.jpg", imageAlt: "Shop Dog" },
]
},
]}
title="Why Choose Diamond?"
@@ -158,21 +97,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Serving Danbury Since 1970"
metrics={[
{
icon: Star,
label: "Google Rating",
value: "4.6★",
},
{
icon: Users,
label: "Happy Contractors",
value: "27+",
},
{
icon: Clock,
label: "Years in Business",
value: "50+",
},
{ icon: Star, label: "Google Rating", value: "4.6★" },
{ icon: Users, label: "Happy Contractors", value: "27+" },
{ icon: Clock, label: "Years in Business", value: "50+" },
]}
metricsAnimation="slide-up"
/>
@@ -184,41 +111,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Contractor",
testimonial: "Best service in Danbury. They always have what I need.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-young-man-with-helmet_23-2148269289.jpg",
},
{
id: "2",
name: "Mike T.",
role: "Homeowner",
testimonial: "Incredibly helpful staff, they made my renovation so much easier.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13338.jpg",
},
{
id: "3",
name: "Dave L.",
role: "Electrician",
testimonial: "I wouldn't shop anywhere else. Genuine family-owned business.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-electrician-standing-against-wall_23-2148087578.jpg",
},
{
id: "4",
name: "Jessica R.",
role: "Contractor",
testimonial: "Casey the shop dog is the highlight of every visit!",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-worker-wearing-vest_23-2149366621.jpg",
},
{
id: "5",
name: "Tom B.",
role: "Project Manager",
testimonial: "Always competitive pricing and deep inventory. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-old-man-showing-approval_23-2148269353.jpg",
},
{ id: "1", name: "Sarah J.", role: "Contractor", testimonial: "Best service in Danbury. They always have what I need.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-young-man-with-helmet_23-2148269289.jpg" },
{ id: "2", name: "Mike T.", role: "Homeowner", testimonial: "Incredibly helpful staff, they made my renovation so much easier.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13338.jpg" },
{ id: "3", name: "Dave L.", role: "Electrician", testimonial: "I wouldn't shop anywhere else. Genuine family-owned business.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-electrician-standing-against-wall_23-2148087578.jpg" },
{ id: "4", name: "Jessica R.", role: "Contractor", testimonial: "Casey the shop dog is the highlight of every visit!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-worker-wearing-vest_23-2149366621.jpg" },
{ id: "5", name: "Tom B.", role: "Project Manager", testimonial: "Always competitive pricing and deep inventory. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-old-man-showing-approval_23-2148269353.jpg" },
]}
title="What Our Partners Say"
description="Don't just take our word for it—contractors and homeowners trust us."
@@ -228,9 +125,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "animated-grid",
}}
background={{ variant: "animated-grid" }}
tag="Visit Us"
title="Find Diamond Electric"
description="Stop by 12 North St, Danbury, CT 06810. We're open early to help you get your day started."
@@ -243,45 +138,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Store",
items: [
{
label: "12 North St, Danbury, CT",
href: "#contact",
},
{
label: "(203) 794-9390",
href: "tel:2037949390",
},
],
},
{
title: "Hours",
items: [
{
label: "Mon-Fri: 6:30AM - 5PM",
href: "#",
},
{
label: "Sat: Closed",
href: "#",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Reviews",
href: "#testimonials",
},
],
},
{ title: "Store", items: [{ label: "12 North St, Danbury, CT", href: "#contact" }, { label: "(203) 794-9390", href: "tel:2037949390" }] },
{ title: "Hours", items: [{ label: "Mon-Fri: 6:30AM - 5PM", href: "#" }, { label: "Sat: Closed", href: "#" }] },
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Reviews", href: "#testimonials" }] },
]}
bottomLeftText="© 2024 Diamond Electric Supply"
bottomRightText="Built with pride in CT"
@@ -290,4 +149,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}