Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 89c83747c2 | |||
| a28135d2c7 |
207
src/app/page.tsx
207
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Why Chip X",
|
||||
id: "about",
|
||||
},
|
||||
name: "Why Chip X", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Call Now",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Call Now", id: "contact"},
|
||||
]}
|
||||
brandName="Chip X"
|
||||
/>
|
||||
@@ -52,62 +44,39 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Premium Mobile Chip & Scratch Repair"
|
||||
description="Don't let chips ruin your car's value. Same-day repair at your doorstep with luxury results."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 079 935 4291",
|
||||
href: "tel:0799354291",
|
||||
},
|
||||
text: "Call 079 935 4291", href: "tel:0799354291"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31509.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-satisfied-africanamerican-woman-showing-okay-sign-smiling-recommending-something-good_1258-179439.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-satisfied-africanamerican-woman-showing-okay-sign-smiling-recommending-something-good_1258-179439.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg",
|
||||
alt: "Professional client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", alt: "Professional client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-having-mobile-talk-while-waiting-electric-car-charge-station-eco-cars_1157-50634.jpg",
|
||||
alt: "Satisfied owner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-having-mobile-talk-while-waiting-electric-car-charge-station-eco-cars_1157-50634.jpg", alt: "Satisfied owner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg",
|
||||
alt: "Luxury car owner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg", alt: "Luxury car owner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-satisfied-africanamerican-woman-showing-okay-sign-smiling-recommending-something-good_1258-179439.jpg",
|
||||
alt: "Returning client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-satisfied-africanamerican-woman-showing-okay-sign-smiling-recommending-something-good_1258-179439.jpg", alt: "Returning client"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ luxury vehicle owners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Factory Match Guaranteed",
|
||||
},
|
||||
type: "text", text: "Factory Match Guaranteed"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Same-Day Mobile Service",
|
||||
},
|
||||
type: "text", text: "Same-Day Mobile Service"},
|
||||
{
|
||||
type: "text",
|
||||
text: "High-End Results",
|
||||
},
|
||||
type: "text", text: "High-End Results"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Convenient & Clean",
|
||||
},
|
||||
type: "text", text: "Convenient & Clean"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Standards",
|
||||
},
|
||||
type: "text", text: "Professional Standards"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,64 +88,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
label: "Body",
|
||||
title: "Stone Chip Repair",
|
||||
items: [
|
||||
"Deep impact repair",
|
||||
"Blending technology",
|
||||
"Factory color match",
|
||||
],
|
||||
id: "s1", label: "Body", title: "Stone Chip Repair", items: [
|
||||
"Deep impact repair", "Blending technology", "Factory color match"],
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
label: "Body",
|
||||
title: "Bumper Scuffs",
|
||||
items: [
|
||||
"Light scuff removal",
|
||||
"Deep scratch filling",
|
||||
"Seamless finish",
|
||||
],
|
||||
id: "s2", label: "Body", title: "Bumper Scuffs", items: [
|
||||
"Light scuff removal", "Deep scratch filling", "Seamless finish"],
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
label: "Body",
|
||||
title: "Mirror Caps",
|
||||
items: [
|
||||
"Scuff polishing",
|
||||
"Color correction",
|
||||
"Perfect match",
|
||||
],
|
||||
id: "s3", label: "Body", title: "Mirror Caps", items: [
|
||||
"Scuff polishing", "Color correction", "Perfect match"],
|
||||
},
|
||||
{
|
||||
id: "s4",
|
||||
label: "Body",
|
||||
title: "Door Edges",
|
||||
items: [
|
||||
"Chip prevention",
|
||||
"Touch-up artistry",
|
||||
"Invisible finish",
|
||||
],
|
||||
id: "s4", label: "Body", title: "Door Edges", items: [
|
||||
"Chip prevention", "Touch-up artistry", "Invisible finish"],
|
||||
},
|
||||
{
|
||||
id: "s5",
|
||||
label: "Body",
|
||||
title: "Scratch Removal",
|
||||
items: [
|
||||
"Surface buffing",
|
||||
"Clear coat repair",
|
||||
"Deep scratch focus",
|
||||
],
|
||||
id: "s5", label: "Body", title: "Scratch Removal", items: [
|
||||
"Surface buffing", "Clear coat repair", "Deep scratch focus"],
|
||||
},
|
||||
{
|
||||
id: "s6",
|
||||
label: "Body",
|
||||
title: "Paint Detailing",
|
||||
items: [
|
||||
"Polishing",
|
||||
"Wax protection",
|
||||
"Gloss restoration",
|
||||
],
|
||||
id: "s6", label: "Body", title: "Paint Detailing", items: [
|
||||
"Polishing", "Wax protection", "Gloss restoration"],
|
||||
},
|
||||
]}
|
||||
title="Our Specialized Repair Services"
|
||||
@@ -189,20 +122,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The Chip X Difference: Expertise in Every Drop",
|
||||
},
|
||||
type: "text", content: "The Chip X Difference: Expertise in Every Drop"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/man-wrapping-car-inside-full-shot_23-2149385683.jpg",
|
||||
alt: "Professional repair",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/man-wrapping-car-inside-full-shot_23-2149385683.jpg", alt: "Professional repair"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Charlie Now",
|
||||
href: "tel:0799354291",
|
||||
},
|
||||
text: "Call Charlie Now", href: "tel:0799354291"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -213,45 +139,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Amazing Results",
|
||||
quote: "My car looks brand new after the stone chip repair.",
|
||||
name: "Sarah J.",
|
||||
role: "Sedan Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-grey-car-standing-bridge_114579-4084.jpg?_wi=1",
|
||||
},
|
||||
id: "t1", title: "Amazing Results", quote: "My car looks brand new after the stone chip repair.", name: "Sarah J.", role: "Sedan Owner", imageSrc: "http://img.b2bpic.net/free-photo/back-view-grey-car-standing-bridge_114579-4084.jpg?_wi=1"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Perfect Color Match",
|
||||
quote: "I couldn't even find where the scratch was. Incredible.",
|
||||
name: "Michael T.",
|
||||
role: "Sports Car Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149487036.jpg",
|
||||
},
|
||||
id: "t2", title: "Perfect Color Match", quote: "I couldn't even find where the scratch was. Incredible.", name: "Michael T.", role: "Sports Car Owner", imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149487036.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "So Convenient",
|
||||
quote: "Same-day service at my home? Unbeatable experience.",
|
||||
name: "Elena R.",
|
||||
role: "Luxury SUV Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36588.jpg",
|
||||
},
|
||||
id: "t3", title: "So Convenient", quote: "Same-day service at my home? Unbeatable experience.", name: "Elena R.", role: "Luxury SUV Owner", imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36588.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Pro Quality",
|
||||
quote: "The finish is flawless. Highly recommend Chip X.",
|
||||
name: "David L.",
|
||||
role: "Coupe Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-smiling-girl-is-curious-about-car-s-engine-auto-service-with-her-mother-which-is-doing-man-s-job_613910-17098.jpg",
|
||||
},
|
||||
id: "t4", title: "Pro Quality", quote: "The finish is flawless. Highly recommend Chip X.", name: "David L.", role: "Coupe Owner", imageSrc: "http://img.b2bpic.net/free-photo/little-smiling-girl-is-curious-about-car-s-engine-auto-service-with-her-mother-which-is-doing-man-s-job_613910-17098.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Exceptional",
|
||||
quote: "Expertise you can trust. The attention to detail is unmatched.",
|
||||
name: "Mark S.",
|
||||
role: "Collector",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-grey-car-standing-bridge_114579-4084.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", title: "Exceptional", quote: "Expertise you can trust. The attention to detail is unmatched.", name: "Mark S.", role: "Collector", imageSrc: "http://img.b2bpic.net/free-photo/back-view-grey-car-standing-bridge_114579-4084.jpg?_wi=2"},
|
||||
]}
|
||||
title="Trusted by Car Enthusiasts"
|
||||
description="See why locals trust Chip X for their luxury vehicles."
|
||||
@@ -262,16 +158,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Ready to restore your car?"
|
||||
title="Don't let chips spread."
|
||||
description="Contact Chip X for a quote. Professional mobile service right to your door."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 079 935 4291",
|
||||
href: "tel:0799354291",
|
||||
},
|
||||
text: "Call 079 935 4291", href: "tel:0799354291"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -280,29 +173,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Service",
|
||||
items: [
|
||||
title: "Service", items: [
|
||||
{
|
||||
label: "Book Now",
|
||||
href: "tel:0799354291",
|
||||
},
|
||||
label: "Book Now", href: "tel:0799354291"},
|
||||
{
|
||||
label: "Our Process",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Our Process", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Testimonials", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -312,4 +195,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user