Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 059e56c955 | |||
| 28a4f69737 | |||
| dbbe44d014 | |||
| 04533aeb23 | |||
| 0f77c638bf | |||
| 7647e18eae | |||
| 7dbf1869d3 |
@@ -4,15 +4,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import { CreditCard, Shield, MessageCircle, AlertTriangle } from "lucide-react";
|
import { AlertTriangle, MessageCircle, Star } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -61,7 +61,6 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/solid-asian-man-white-shirt-sunglasses-posed-near-black-mafia-suv-cars_627829-13667.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/solid-asian-man-white-shirt-sunglasses-posed-near-black-mafia-suv-cars_627829-13667.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
containerClassName="px-4 py-8 md:py-16"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -78,7 +77,6 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/important-document-manager-stands-front-modern-white-car-with-paper-hands_146671-16503.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/important-document-manager-stands-front-modern-white-car-with-paper-hands_146671-16503.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
className="px-4 py-12"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -97,22 +95,19 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Recently Inspected Cars"
|
title="Recently Inspected Cars"
|
||||||
description="Premium imported and local stock. Book your inspection online today."
|
description="Premium imported and local stock. Book your inspection online today."
|
||||||
className="px-4 py-12"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardTwentyFive
|
<FeatureCardSix
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ title: "200-Point Inspection", description: "Every car is rigorously inspected by our certified automotive experts.", icon: Shield, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384798.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1661.jpg" }] },
|
{ title: "Certified Safety Standards", description: "Our 200-point inspection ensures every vehicle is road-ready and reliable for your family.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1661.jpg" },
|
||||||
{ title: "Flexible EMI Plans", description: "Calculate your monthly installments instantly with our smart finance tools.", icon: CreditCard, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-phone-car-showroom_1303-21395.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-personal-planning-financial-with-coffee_23-2148305941.jpg" }] },
|
{ title: "Transparent Pricing", description: "No surprises. We believe in honest pricing so you can budget with peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-personal-planning-financial-with-coffee_23-2148305941.jpg" },
|
||||||
]}
|
]}
|
||||||
title="A Smarter Way to Buy"
|
title="Engineered for Your Peace of Mind"
|
||||||
description="We leverage technology to ensure you get the best deal on the market."
|
description="We combine rigorous technical standards with customer-centric service to guarantee your total satisfaction."
|
||||||
className="px-4 py-12"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -129,21 +124,20 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="The Numbers Don't Lie"
|
title="The Numbers Don't Lie"
|
||||||
description="Thousands of happy drivers trust us with their automotive needs."
|
description="Thousands of happy drivers trust us with their automotive needs."
|
||||||
className="px-4 py-12"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTen
|
<TestimonialCardSix
|
||||||
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "t1", title: "Reliable Service", quote: "The inspection process gave me total peace of mind.", name: "Ahmed Raza", role: "Software Engineer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg" },
|
{ id: "t1", name: "Ahmed Raza", handle: "Verified Buyer", testimonial: "The rigorous inspection gave me total confidence in my purchase. Truly professional service!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", icon: Star },
|
||||||
{ id: "t2", title: "Transparent", quote: "No hidden costs. The price I saw online is exactly what I paid.", name: "Fatima Khan", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11594.jpg" },
|
{ id: "t2", name: "Fatima Khan", handle: "Verified Buyer", testimonial: "Transparent pricing and a seamless experience. AutoTrust is the only place I'd buy a car.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11594.jpg", icon: Star },
|
||||||
]}
|
]}
|
||||||
title="What Our Drivers Say"
|
title="Trusted by Pakistan's Drivers"
|
||||||
description="Don't take our word for it — listen to our community."
|
description="Read real success stories from customers who found their perfect vehicle with our certified, reliable process."
|
||||||
className="px-4 py-12"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -158,7 +152,6 @@ export default function LandingPage() {
|
|||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Have questions? We have answers."
|
description="Have questions? We have answers."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
className="px-4 py-12"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -173,7 +166,6 @@ export default function LandingPage() {
|
|||||||
{ text: "Call Now", href: "tel:+923000000000" },
|
{ text: "Call Now", href: "tel:+923000000000" },
|
||||||
{ text: "Contact via WhatsApp", href: "https://wa.me/923000000000" },
|
{ text: "Contact via WhatsApp", href: "https://wa.me/923000000000" },
|
||||||
]}
|
]}
|
||||||
className="px-4 py-16"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user