Merge version_1 into main #1
307
src/app/page.tsx
307
src/app/page.tsx
@@ -25,220 +25,111 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Sultan Autos"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Sultan Autos"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
imagePosition="right"
|
||||
title="Quality Care for Your Vehicle"
|
||||
description="Sultan Autos, owned by Zeshan Bajwa, provides expert mechanical repairs and maintenance. Located on Daska Road, Pasrur, we ensure your car runs at its best."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:03150205530",
|
||||
},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BshmezgxwvVEzPORw6Oxat8kaB/uploaded-1775284083518-j6hggn7e.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BshmezgxwvVEzPORw6Oxat8kaB/uploaded-1775284083518-j6hggn7e.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BshmezgxwvVEzPORw6Oxat8kaB/uploaded-1775284083519-jjzk4bo3.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BshmezgxwvVEzPORw6Oxat8kaB/uploaded-1775284083519-1c6v90hh.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BshmezgxwvVEzPORw6Oxat8kaB/uploaded-1775284083518-j6hggn7e.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BshmezgxwvVEzPORw6Oxat8kaB/uploaded-1775284083519-jjzk4bo3.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Repairs",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Service",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Reliable Parts",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Trustworthy",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Local Pros",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{ variant: "radial-gradient" }}
|
||||
imagePosition="right"
|
||||
title="Quality Care for Your Vehicle"
|
||||
description="Sultan Autos, owned by Zeshan Bajwa, provides expert mechanical repairs and maintenance. Located on Daska Road, Pasrur, we ensure your car runs at its best."
|
||||
buttons={[{ text: "Call Now", href: "tel:03150205530" }, { text: "Get Directions", href: "#contact" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BshmezgxwvVEzPORw6Oxat8kaB/uploaded-1775284083518-j6hggn7e.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BshmezgxwvVEzPORw6Oxat8kaB/uploaded-1775284083518-j6hggn7e.jpg", alt: "Customer 1" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BshmezgxwvVEzPORw6Oxat8kaB/uploaded-1775284083519-jjzk4bo3.jpg", alt: "Customer 2" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BshmezgxwvVEzPORw6Oxat8kaB/uploaded-1775284083519-1c6v90hh.jpg", alt: "Customer 3" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BshmezgxwvVEzPORw6Oxat8kaB/uploaded-1775284083518-j6hggn7e.jpg", alt: "Customer 4" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BshmezgxwvVEzPORw6Oxat8kaB/uploaded-1775284083519-jjzk4bo3.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Expert Repairs" },
|
||||
{ type: "text", text: "Fast Service" },
|
||||
{ type: "text", text: "Reliable Parts" },
|
||||
{ type: "text", text: "Trustworthy" },
|
||||
{ type: "text", text: "Local Pros" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="About Sultan Autos"
|
||||
description="Led by Zeshan Bajwa, our shop is committed to professional vehicle servicing and honest repair work. We take pride in our precision and customer satisfaction."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Care",
|
||||
description: "Professional mechanical diagnostics.",
|
||||
},
|
||||
{
|
||||
title: "Quality Parts",
|
||||
description: "Use of reliable, high-grade parts.",
|
||||
},
|
||||
{
|
||||
title: "Local Service",
|
||||
description: "Serving the Pasrur community near Data Fast Food.",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BshmezgxwvVEzPORw6Oxat8kaB/uploaded-1775284083519-jjzk4bo3.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="About Sultan Autos"
|
||||
description="Led by Zeshan Bajwa, our shop is committed to professional vehicle servicing and honest repair work. We take pride in our precision and customer satisfaction."
|
||||
bulletPoints={[
|
||||
{ title: "Expert Care", description: "Professional mechanical diagnostics." },
|
||||
{ title: "Quality Parts", description: "Use of reliable, high-grade parts." },
|
||||
{ title: "Local Service", description: "Serving the Pasrur community near Data Fast Food." },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BshmezgxwvVEzPORw6Oxat8kaB/uploaded-1775284083519-jjzk4bo3.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Engine Diagnostics",
|
||||
description: "Precise troubleshooting and repair.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brutal-tattooed-bearded-mechanic-specialist-repairs-car-engine-which-is-raised-hydraulic-lift-garage-service-station_613910-5606.jpg",
|
||||
},
|
||||
{
|
||||
title: "Brake Services",
|
||||
description: "Full inspection and brake pad replacement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg",
|
||||
},
|
||||
{
|
||||
title: "Tire & Alignment",
|
||||
description: "Professional tire repair and balancing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-brave-woman-is-posing-photographer-auto-workshop-with-part-car_613910-17142.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="From engine diagnostics to general maintenance, we handle all your vehicle's mechanical needs."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Engine Diagnostics", description: "Precise troubleshooting and repair.", imageSrc: "http://img.b2bpic.net/free-photo/brutal-tattooed-bearded-mechanic-specialist-repairs-car-engine-which-is-raised-hydraulic-lift-garage-service-station_613910-5606.jpg" },
|
||||
{ title: "Brake Services", description: "Full inspection and brake pad replacement.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg" },
|
||||
{ title: "Tire & Alignment", description: "Professional tire repair and balancing.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brave-woman-is-posing-photographer-auto-workshop-with-part-car_613910-17142.jpg" },
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="From engine diagnostics to general maintenance, we handle all your vehicle's mechanical needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="Sultan Autos provided incredible service. Zeshan is truly professional and fixed my engine issues quickly."
|
||||
rating={5}
|
||||
author="Ali Khan"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BshmezgxwvVEzPORw6Oxat8kaB/uploaded-1775284083519-1c6v90hh.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="Sultan Autos provided incredible service. Zeshan is truly professional and fixed my engine issues quickly."
|
||||
rating={5}
|
||||
author="Ali Khan"
|
||||
avatars={[{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BshmezgxwvVEzPORw6Oxat8kaB/uploaded-1775284083519-1c6v90hh.jpg", alt: "Client" }]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
tag="Visit Us Today"
|
||||
title="Ready for a Service?"
|
||||
description="Contact Zeshan Bajwa at 03150205530 or visit our shop on Daska Road, Pasrur (near Data Fast Food)."
|
||||
buttons={[
|
||||
{
|
||||
text: "03150205530",
|
||||
href: "tel:03150205530",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Visit Us Today"
|
||||
title="Ready for a Service?"
|
||||
description="Contact Zeshan Bajwa at 03150205530 or visit our shop on Daska Road, Pasrur (near Data Fast Food)."
|
||||
buttons={[{ text: "03150205530", href: "tel:03150205530" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Sultan Autos",
|
||||
items: [
|
||||
{
|
||||
label: "Daska Road, Pasrur",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Near Data Fast Food",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Call Zeshan Bajwa",
|
||||
href: "tel:03150205530",
|
||||
},
|
||||
{
|
||||
label: "03150205530",
|
||||
href: "tel:03150205530",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Sultan Autos"
|
||||
copyrightText="© 2025 | Sultan Autos"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Sultan Autos", items: [{ label: "Daska Road, Pasrur", href: "#" }, { label: "Near Data Fast Food", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "Call Zeshan Bajwa", href: "tel:03150205530" }, { label: "03150205530", href: "tel:03150205530" }] },
|
||||
]}
|
||||
logoText="Sultan Autos"
|
||||
copyrightText="© 2025 | Sultan Autos"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user