diff --git a/src/app/page.tsx b/src/app/page.tsx index 567391d..9c9ab24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import { Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -29,17 +30,11 @@ export default function LandingPage() { @@ -48,41 +43,26 @@ export default function LandingPage() {
@@ -94,47 +74,23 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "General Repairs", - description: "High-quality general auto repairs done right the first time.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95946.jpg", - imageAlt: "modern auto garage high tech professional", - }, + title: "General Repairs", description: "High-quality general auto repairs done right the first time.", buttonIcon: Zap, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95946.jpg", imageAlt: "modern auto garage high tech professional"}, { - title: "Engine Work", - description: "In-depth engine repairs and tuning by experienced specialists.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-tablet-office_23-2149307827.jpg?_wi=2", - imageAlt: "modern auto garage high tech professional", - }, + title: "Engine Work", description: "In-depth engine repairs and tuning by experienced specialists.", buttonIcon: Zap, + imageSrc: "http://img.b2bpic.net/free-photo/man-working-tablet-office_23-2149307827.jpg", imageAlt: "modern auto garage high tech professional"}, { - title: "Brake Service", - description: "Complete brake inspection and replacement for your safety.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/muslim-couple-traveling-together_23-2149305596.jpg?_wi=1", - imageAlt: "modern auto garage high tech professional", - }, + title: "Brake Service", description: "Complete brake inspection and replacement for your safety.", buttonIcon: Zap, + imageSrc: "http://img.b2bpic.net/free-photo/muslim-couple-traveling-together_23-2149305596.jpg", imageAlt: "modern auto garage high tech professional"}, { - title: "Diagnostics", - description: "Modern scanning technology to find issues fast.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/happy-black-mechanic-taking-notes-while-talking-customer-auto-repair-shop_637285-11587.jpg?_wi=1", - imageAlt: "modern auto garage high tech professional", - }, + title: "Diagnostics", description: "Modern scanning technology to find issues fast.", buttonIcon: Zap, + imageSrc: "http://img.b2bpic.net/free-photo/happy-black-mechanic-taking-notes-while-talking-customer-auto-repair-shop_637285-11587.jpg", imageAlt: "modern auto garage high tech professional"}, { - title: "Oil Changes", - description: "Quick and professional oil service to keep your car running smooth.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-handshaking-with-female-mechanic-auto-repair-shop_637285-7758.jpg?_wi=1", - imageAlt: "modern auto garage high tech professional", - }, + title: "Oil Changes", description: "Quick and professional oil service to keep your car running smooth.", buttonIcon: Zap, + imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-handshaking-with-female-mechanic-auto-repair-shop_637285-7758.jpg", imageAlt: "modern auto garage high tech professional"}, { - title: "Maintenance", - description: "Routine checkups to prevent major future repair costs.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg?_wi=1", - imageAlt: "modern auto garage high tech professional", - }, + title: "Maintenance", description: "Routine checkups to prevent major future repair costs.", buttonIcon: Zap, + imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg", imageAlt: "modern auto garage high tech professional"}, ]} title="Our Services" description="Professional automotive care you can trust, delivered by Chicago's best mechanics." @@ -149,20 +105,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "100%", - description: "Transparent & Honest Pricing", - }, + id: "m1", value: "100%", description: "Transparent & Honest Pricing"}, { - id: "m2", - value: "24h", - description: "Fast Turnaround on Most Jobs", - }, + id: "m2", value: "24h", description: "Fast Turnaround on Most Jobs"}, { - id: "m3", - value: "5000+", - description: "Trusted Chicago Customers", - }, + id: "m3", value: "5000+", description: "Trusted Chicago Customers"}, ]} title="Why Choose Sevilla's?" description="Excellence and integrity in every repair." @@ -177,45 +124,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Samy", - role: "Client", - company: "Local Driver", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/muslim-couple-traveling-together_23-2149305596.jpg?_wi=2", - }, + id: "t1", name: "Samy", role: "Client", company: "Local Driver", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/muslim-couple-traveling-together_23-2149305596.jpg"}, { - id: "t2", - name: "Amanda", - role: "Client", - company: "Local Driver", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-black-mechanic-taking-notes-while-talking-customer-auto-repair-shop_637285-11587.jpg?_wi=2", - }, + id: "t2", name: "Amanda", role: "Client", company: "Local Driver", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-black-mechanic-taking-notes-while-talking-customer-auto-repair-shop_637285-11587.jpg"}, { - id: "t3", - name: "Zack", - role: "Client", - company: "Local Driver", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-handshaking-with-female-mechanic-auto-repair-shop_637285-7758.jpg?_wi=2", - }, + id: "t3", name: "Zack", role: "Client", company: "Local Driver", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-handshaking-with-female-mechanic-auto-repair-shop_637285-7758.jpg"}, { - id: "t4", - name: "Marcus", - role: "Client", - company: "Local Driver", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg?_wi=2", - }, + id: "t4", name: "Marcus", role: "Client", company: "Local Driver", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg"}, { - id: "t5", - name: "Elena", - role: "Client", - company: "Local Driver", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-standing-repair-garage_1170-1536.jpg", - }, + id: "t5", name: "Elena", role: "Client", company: "Local Driver", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-standing-repair-garage_1170-1536.jpg"}, ]} title="Trusted by Drivers" description="Hear what our Chicago neighbors say about their experience." @@ -226,8 +148,7 @@ export default function LandingPage() {