Merge version_2 into main #1
133
src/app/page.tsx
133
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Garage USA"
|
||||
/>
|
||||
@@ -53,34 +45,23 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Garage USA: Reliable Garage Door Repair"
|
||||
description="Expert repairs, installation, and maintenance for your home. We ensure your garage doors are safe, secure, and functioning perfectly every single day."
|
||||
variant: "gradient-bars"}}
|
||||
title="Garage USA: Lightning-Fast Garage Door Repairs"
|
||||
description="We deliver immediate response and expert service for your home. Get your garage doors fixed instantly so you can return to your routine without delay."
|
||||
tag="Trusted Repair Professionals"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Services", href: "#services"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-city-with-engagement-ring-after-proposal_23-2149488119.jpg",
|
||||
imageAlt: "Modern suburban home garage",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-city-with-engagement-ring-after-proposal_23-2149488119.jpg", imageAlt: "Modern suburban home garage"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17799.jpg",
|
||||
imageAlt: "Technician repairing springs",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17799.jpg", imageAlt: "Technician repairing springs"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13590.jpg",
|
||||
imageAlt: "Custom carriage-style garage door",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13590.jpg", imageAlt: "Custom carriage-style garage door"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -93,29 +74,19 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Projects Completed",
|
||||
value: "10,000+",
|
||||
},
|
||||
label: "Projects Completed", value: "10,000+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years in Business",
|
||||
value: "15",
|
||||
},
|
||||
label: "Years in Business", value: "15"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Satisfied Customers",
|
||||
value: "99%",
|
||||
},
|
||||
label: "Satisfied Customers", value: "99%"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Expert Technicians",
|
||||
value: "50+",
|
||||
},
|
||||
label: "Expert Technicians", value: "50+"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Emergency Response",
|
||||
value: "24/7",
|
||||
},
|
||||
label: "Emergency Response", value: "24/7"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -127,23 +98,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Spring Replacement",
|
||||
description: "Quick and safe broken spring replacement to get your door running smoothly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-house-entrance-with-windows_23-2149301046.jpg",
|
||||
imageAlt: "Spring replacement service",
|
||||
},
|
||||
title: "Spring Replacement", description: "Quick and safe broken spring replacement to get your door running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/japanese-house-entrance-with-windows_23-2149301046.jpg", imageAlt: "Spring replacement service"},
|
||||
{
|
||||
title: "Door Opener Repair",
|
||||
description: "Diagnosing and fixing opener issues for reliable entry/exit functionality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-production-factory-theme-blur-background_1385-1604.jpg",
|
||||
imageAlt: "Opener repair service",
|
||||
},
|
||||
title: "Door Opener Repair", description: "Diagnosing and fixing opener issues for reliable entry/exit functionality.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-production-factory-theme-blur-background_1385-1604.jpg", imageAlt: "Opener repair service"},
|
||||
{
|
||||
title: "New Installations",
|
||||
description: "High-quality, durable garage doors tailored to your home style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-abandoned-house-front-view_23-2149454784.jpg",
|
||||
imageAlt: "New garage installation",
|
||||
},
|
||||
title: "New Installations", description: "High-quality, durable garage doors tailored to your home style.", imageSrc: "http://img.b2bpic.net/free-photo/old-abandoned-house-front-view_23-2149454784.jpg", imageAlt: "New garage installation"},
|
||||
]}
|
||||
title="Professional Services"
|
||||
description="From emergency spring repairs to brand new installations, our expert team is ready to handle all your garage door needs."
|
||||
@@ -155,30 +114,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362800.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362800.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mike D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065008.jpg",
|
||||
},
|
||||
id: "t2", name: "Mike D.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065008.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Linda M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-park_1157-23458.jpg",
|
||||
},
|
||||
id: "t3", name: "Linda M.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-park_1157-23458.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "The Miller Family",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-brush-full-shot_23-2148903519.jpg",
|
||||
},
|
||||
id: "t4", name: "The Miller Family", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-brush-full-shot_23-2148903519.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Robert & Karen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-celebrating-birthday-together_23-2150598981.jpg",
|
||||
},
|
||||
id: "t5", name: "Robert & Karen", imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-celebrating-birthday-together_23-2150598981.jpg"},
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Reviews"
|
||||
@@ -190,8 +134,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Request a Service"
|
||||
title="Need a Professional Repair?"
|
||||
description="Don't wait for your garage issues to escalate. Reach out to our team for a fast, reliable quote today."
|
||||
@@ -206,29 +149,19 @@ export default function LandingPage() {
|
||||
logoText="Garage USA"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -237,4 +170,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user