Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,6 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { CheckCircle, ShieldCheck, Palette, Award, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -56,6 +55,7 @@ export default function LandingPage() {
|
||||
description="Precision crafting and elite materials to elevate your driving experience."
|
||||
textboxLayout="split"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "s1", title: "Full Vehicle Wraps", descriptions: ["Complete transformation with satin or matte finishes."], imageSrc: "http://img.b2bpic.net/free-photo/effect-city-lights-night_23-2149338542.jpg?_wi=2" },
|
||||
{ id: "s2", title: "Window Tinting", descriptions: ["Premium ceramic tinting for heat rejection and stealth look."], imageSrc: "http://img.b2bpic.net/free-photo/town-city-dusk-building-modern_1127-2782.jpg?_wi=2" },
|
||||
@@ -74,6 +74,7 @@ export default function LandingPage() {
|
||||
{ id: "m3", value: "5yrs", description: "Years Experience" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -84,6 +85,7 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Matte Stealth M4", price: "Custom Build", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139391.jpg" },
|
||||
{ id: "p2", name: "Gloss Midnight C63", price: "Full Wrap", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg" }
|
||||
@@ -98,6 +100,7 @@ export default function LandingPage() {
|
||||
author="Alex R., BMW Enthusiast"
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/business-woman-car_1303-3852.jpg", alt: "Alex" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,6 +110,8 @@ export default function LandingPage() {
|
||||
title="Partnered Brands"
|
||||
names={["BMW", "Audi", "Mercedes-Benz", "Porsche", "Supra Sport"]}
|
||||
textboxLayout="split"
|
||||
description="Brands we trust."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -117,6 +122,7 @@ export default function LandingPage() {
|
||||
description="Get a free consultation for your next automotive project."
|
||||
background={{ variant: "rotated-rays-static-grid" }}
|
||||
mediaPosition="right"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cyberpunk-city-car-ride_23-2152007991.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user