Update src/app/page.tsx

This commit is contained in:
2026-04-12 03:58:49 +00:00
parent b5d171ab33
commit 61ba9756de

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="SwiftFix Garage"
/>
@@ -56,35 +48,15 @@ export default function LandingPage() {
description="Professional repair and installation for residential and commercial doors. Fast, reliable, and affordable service when you need it most."
buttons={[
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866659.jpg?_wi=1",
imageAlt: "Garage repair",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138537.jpg?_wi=1",
imageAlt: "Garage repair",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376970.jpg?_wi=1",
imageAlt: "Garage repair",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17657.jpg",
imageAlt: "Garage repair",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-construction-workers-job_23-2149366671.jpg",
imageAlt: "Garage repair",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-overalls-steel-factory-background_176420-5567.jpg",
imageAlt: "Garage repair",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866659.jpg", imageAlt: "Garage repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138537.jpg", imageAlt: "Garage repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376970.jpg", imageAlt: "Garage repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17657.jpg", imageAlt: "Garage repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-construction-workers-job_23-2149366671.jpg", imageAlt: "Garage repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-overalls-steel-factory-background_176420-5567.jpg", imageAlt: "Garage repair" },
]}
/>
</div>
@@ -94,20 +66,13 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Reliable Garage Door Experts",
},
type: "text", content: "Reliable Garage Door Experts"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/gardener-talking-by-mobile-phone_329181-20611.jpg",
alt: "About us",
},
type: "image", src: "http://img.b2bpic.net/free-photo/gardener-talking-by-mobile-phone_329181-20611.jpg", alt: "About us"},
]}
buttons={[
{
text: "Our Services",
href: "#services",
},
text: "Our Services", href: "#services"},
]}
/>
</div>
@@ -119,28 +84,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Spring Repair",
description: "Safe and professional replacement of broken garage door springs.",
bentoComponent: "reveal-icon",
icon: Wrench,
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-office-worker-man-headphones-sits-desk-with-office-tools-using-laptop-puts-finger-headphones-isolated-white-background-with-copy-space_141793-65577.jpg?_wi=1",
imageAlt: "customer service phone garage repair",
title: "Spring Repair", description: "Safe and professional replacement of broken garage door springs.", bentoComponent: "reveal-icon", icon: Wrench,
},
{
title: "Opener Maintenance",
description: "Keep your motor running smoothly with our expert tune-up services.",
bentoComponent: "reveal-icon",
icon: Settings,
imageSrc: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866659.jpg?_wi=2",
imageAlt: "customer service phone garage repair",
title: "Opener Maintenance", description: "Keep your motor running smoothly with our expert tune-up services.", bentoComponent: "reveal-icon", icon: Settings,
},
{
title: "Emergency Support",
description: "We're here for you 24/7 when your garage door won't budge.",
bentoComponent: "reveal-icon",
icon: AlertCircle,
imageSrc: "http://img.b2bpic.net/free-photo/gardener-talking-by-mobile-phone_329181-20611.jpg?_wi=1",
imageAlt: "customer service phone garage repair",
title: "Emergency Support", description: "We're here for you 24/7 when your garage door won't budge.", bentoComponent: "reveal-icon", icon: AlertCircle,
},
]}
title="Our Professional Services"
@@ -154,60 +104,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "John D.",
date: "Jan 2025",
title: "Happy Client",
quote: "Fantastic service, fixed my spring in no time!",
tag: "Repair",
avatarSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1559.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866659.jpg?_wi=3",
imageAlt: "happy homeowner standing near garage",
},
id: "1", name: "John D.", date: "Jan 2025", title: "Happy Client", quote: "Fantastic service, fixed my spring in no time!", tag: "Repair", avatarSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1559.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866659.jpg", imageAlt: "happy homeowner standing near garage"},
{
id: "2",
name: "Sarah K.",
date: "Dec 2024",
title: "Great Experience",
quote: "Swift and professional garage door maintenance.",
tag: "Maintenance",
avatarSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-handshaking-with-female-mechanic-auto-repair-shop_637285-7758.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/gardener-talking-by-mobile-phone_329181-20611.jpg?_wi=2",
imageAlt: "happy homeowner standing near garage",
},
id: "2", name: "Sarah K.", date: "Dec 2024", title: "Great Experience", quote: "Swift and professional garage door maintenance.", tag: "Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-handshaking-with-female-mechanic-auto-repair-shop_637285-7758.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gardener-talking-by-mobile-phone_329181-20611.jpg", imageAlt: "happy homeowner standing near garage"},
{
id: "3",
name: "Mark L.",
date: "Nov 2024",
title: "Prompt Help",
quote: "Best repair service I've hired in town.",
tag: "Support",
avatarSrc: "http://img.b2bpic.net/free-photo/customer-giving-her-car-keys-mechanic_1170-1483.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-office-worker-man-headphones-sits-desk-with-office-tools-using-laptop-puts-finger-headphones-isolated-white-background-with-copy-space_141793-65577.jpg?_wi=2",
imageAlt: "happy homeowner standing near garage",
},
id: "3", name: "Mark L.", date: "Nov 2024", title: "Prompt Help", quote: "Best repair service I've hired in town.", tag: "Support", avatarSrc: "http://img.b2bpic.net/free-photo/customer-giving-her-car-keys-mechanic_1170-1483.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-office-worker-man-headphones-sits-desk-with-office-tools-using-laptop-puts-finger-headphones-isolated-white-background-with-copy-space_141793-65577.jpg", imageAlt: "happy homeowner standing near garage"},
{
id: "4",
name: "Emily P.",
date: "Oct 2024",
title: "Highly Recommend",
quote: "My garage opener works perfectly now.",
tag: "Repair",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-mechanic-working-auto-repair-shop_637285-7540.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138537.jpg?_wi=2",
imageAlt: "happy homeowner standing near garage",
},
id: "4", name: "Emily P.", date: "Oct 2024", title: "Highly Recommend", quote: "My garage opener works perfectly now.", tag: "Repair", avatarSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-mechanic-working-auto-repair-shop_637285-7540.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138537.jpg", imageAlt: "happy homeowner standing near garage"},
{
id: "5",
name: "Robert B.",
date: "Sep 2024",
title: "Professional",
quote: "Fair pricing and excellent workmanship.",
tag: "Installation",
avatarSrc: "http://img.b2bpic.net/free-photo/bearded-man-with-bicycle_1098-1289.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376970.jpg?_wi=2",
imageAlt: "happy homeowner standing near garage",
},
id: "5", name: "Robert B.", date: "Sep 2024", title: "Professional", quote: "Fair pricing and excellent workmanship.", tag: "Installation", avatarSrc: "http://img.b2bpic.net/free-photo/bearded-man-with-bicycle_1098-1289.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376970.jpg", imageAlt: "happy homeowner standing near garage"},
]}
title="Customer Stories"
description="What our clients say about our service excellence."
@@ -218,8 +123,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contact Us"
title="Need Help Today?"
description="Get in touch for a quick quote or emergency repair."
@@ -230,29 +134,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}