From f17040dc33ba0c83bc2bed6653e5877f94731fc9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 20:59:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 218 ++++++++++++----------------------------------- 1 file changed, 56 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1459026..f5f7cae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { AlertTriangle, Shield, Zap } from "lucide-react"; +import { AlertTriangle, Shield, Zap, Factory, Tools } from "lucide-react"; export default function LandingPage() { return ( @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,113 +49,79 @@ export default function LandingPage() {
@@ -205,20 +155,11 @@ export default function LandingPage() { tag="Our Achievements" metrics={[ { - id: "m1", - value: "4.8", - description: "Star Rating on Google", - }, + id: "m1", value: "4.8", description: "Star Rating on Google"}, { - id: "m2", - value: "18", - description: "Verified Google Reviews", - }, + id: "m2", value: "18", description: "Verified Google Reviews"}, { - id: "m3", - value: "$200", - description: "Starting common job price", - }, + id: "m3", value: "$200", description: "Starting common job price"}, ]} metricsAnimation="slide-up" /> @@ -232,45 +173,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "John Doe", - role: "Homeowner", - company: "Greeley", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=2", - }, + id: "1", name: "John Doe", role: "Homeowner", company: "Greeley", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg"}, { - id: "2", - name: "Jane Smith", - role: "Business Owner", - company: "Greeley", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-concept-with-modern-woman_23-2148115601.jpg", - }, + id: "2", name: "Jane Smith", role: "Business Owner", company: "Greeley", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-concept-with-modern-woman_23-2148115601.jpg"}, { - id: "3", - name: "Mark Wilson", - role: "Homeowner", - company: "Greeley", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-handsome-happy-enthusiastic-guy-striped-shirt-sitting-kitchen-table-with-arms-crossed_343059-3858.jpg", - }, + id: "3", name: "Mark Wilson", role: "Homeowner", company: "Greeley", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-handsome-happy-enthusiastic-guy-striped-shirt-sitting-kitchen-table-with-arms-crossed_343059-3858.jpg"}, { - id: "4", - name: "Sara King", - role: "Local Resident", - company: "Greeley", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-specialists-engineers-doing-teamwork-modern-production-line_482257-125964.jpg", - }, + id: "4", name: "Sara King", role: "Local Resident", company: "Greeley", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-specialists-engineers-doing-teamwork-modern-production-line_482257-125964.jpg"}, { - id: "5", - name: "Bob Davis", - role: "Farm Owner", - company: "Greeley", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg", - }, + id: "5", name: "Bob Davis", role: "Farm Owner", company: "Greeley", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg"}, ]} title="What Our Customers Say" description="Prompt, professional, and reliable electrical service." @@ -283,20 +199,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "Do you provide free estimates?", - content: "Yes, we offer free estimates for most projects. Call us today.", - }, + id: "q1", title: "Do you provide free estimates?", content: "Yes, we offer free estimates for most projects. Call us today."}, { - id: "q2", - title: "Do you offer same-day service?", - content: "We do our best to provide prompt, same-day responses when possible.", - }, + id: "q2", title: "Do you offer same-day service?", content: "We do our best to provide prompt, same-day responses when possible."}, { - id: "q3", - title: "What are your prices?", - content: "Many common jobs typically range between $200 and $400.", - }, + id: "q3", title: "What are your prices?", content: "Many common jobs typically range between $200 and $400."}, ]} title="Common Questions" description="Answers about our process and pricing." @@ -308,16 +215,13 @@ export default function LandingPage() { @@ -327,29 +231,19 @@ export default function LandingPage() { logoText="Greeley Electrical" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Wiring", - href: "#services", - }, + label: "Wiring", href: "#services"}, { - label: "Troubleshooting", - href: "#services", - }, + label: "Troubleshooting", href: "#services"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Reviews", - href: "#testimonials", - }, + label: "Reviews", href: "#testimonials"}, ], }, ]} -- 2.49.1