Update src/app/page.tsx
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import { Wrench, Star } from "lucide-react";
|
||||
|
||||
@@ -118,14 +118,14 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
<TestimonialCardSixteen
|
||||
textboxLayout="default"
|
||||
animationType="depth-3d"
|
||||
useInvertedBackground={true}
|
||||
kpiItems={[{value: "500+", label: "Luxury Cars"}, {value: "10/10", label: "Precision"}, {value: "24h", label: "Support"}]}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Alexander J.", role: "Supercar Owner", testimonial: "The level of detail and care provided by the team is unlike anything I've experienced before. True automotive artists.", icon: Star },
|
||||
{ id: "t2", name: "Sophia M.", role: "Luxury SUV Enthusiast", testimonial: "Professional, efficient, and exceptionally high-end service. My vehicle has never looked this flawless.", icon: Star },
|
||||
{ id: "t3", name: "Julian B.", role: "Collector", testimonial: "Exceptional restoration work. They respect the history and design of the vehicle perfectly.", icon: Star }
|
||||
{ id: "t1", name: "Alexander J.", role: "Supercar Owner", company: "Collector", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-car_23-2149021430.jpg" },
|
||||
{ id: "t2", name: "Sophia M.", role: "Luxury SUV Enthusiast", company: "Client", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-woman-with-car-key_23-2148811440.jpg" }
|
||||
]}
|
||||
title="Client Testimonials"
|
||||
description="Hear from our most discerning owners."
|
||||
@@ -133,13 +133,14 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Begin Your Bespoke Transformation"
|
||||
description="Schedule your private consultation with our lead restoration expert today."
|
||||
tag="Inquire Today"
|
||||
inputPlaceholder="Share your specific needs"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email Address" }
|
||||
]}
|
||||
buttonText="Secure Your Slot"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user