diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cdaa1b..306a150 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Car, Shield, Star, Wrench } from "lucide-react"; +import { Car, Shield, Star, Wrench, Clock, Brush, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -32,32 +32,24 @@ export default function LandingPage() {
@@ -92,15 +76,12 @@ export default function LandingPage() { @@ -131,21 +109,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "1", name: "Ceramic Basic", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-clear-drops-surface_23-2148635082.jpg"}, - { - id: "2", name: "Ceramic Pro", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/rain-drops-grey-metallic-wall_23-2148722060.jpg"}, - { - id: "3", name: "Ceramic Ultra", price: "$1299", imageSrc: "http://img.b2bpic.net/free-photo/extremely-close-up-anti-bacterial-clean-gel_23-2148758769.jpg"}, - { - id: "4", name: "Glass Coating", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212228.jpg"}, - { - id: "5", name: "Wheel Guard", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593858.jpg"}, - { - id: "6", name: "Full Package", price: "$1599", imageSrc: "http://img.b2bpic.net/free-photo/details-car-standing-car-showroom_1303-29468.jpg"}, + { id: "1", name: "Basic Exterior", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212228.jpg" }, + { id: "2", name: "Paint Restoration", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194092.jpg" }, + { id: "3", name: "Ceramic Coating", price: "$599", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-clear-drops-surface_23-2148635082.jpg" }, ]} - title="Elite Ceramic Coating" - description="Long-term paint protection for California conditions." + title="Choose Your Package" + description="Premium tiers designed to suit your specific detailing needs." /> @@ -156,24 +125,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Sarah Johnson", role: "Client", company: "Tesla Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-digital-nomad-traveling-winter-time_23-2149207258.jpg"}, - { - id: "2", name: "Michael Chen", role: "Client", company: "BMW Enthusiast", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-bus-driver-posing-portrait_23-2151582397.jpg"}, - { - id: "3", name: "Emily Rodriguez", role: "Client", company: "Porsche Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-silk-beige-dress-orange-oversized-blazer-green-positive-emotions-smile_343596-6539.jpg"}, - { - id: "4", name: "David Kim", role: "Client", company: "Audi Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-pulling-rack-with-car-tires-looking-camera-workshop_637285-7542.jpg"}, - { - id: "5", name: "Jane Smith", role: "Client", company: "Mercedes Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/satisfied-male-customer-holding-car-key-auto-repair-shop-looking-camera_637285-7746.jpg"}, + { id: "1", name: "Customer", role: "5.0 Rating", company: "Verified Yelp Review", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-digital-nomad-traveling-winter-time_23-2149207258.jpg" }, + { id: "2", name: "Customer", role: "5.0 Rating", company: "Verified Yelp Review", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-bus-driver-posing-portrait_23-2151582397.jpg" }, + { id: "3", name: "Customer", role: "5.0 Rating", company: "Verified Yelp Review", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/satisfied-male-customer-holding-car-key-auto-repair-shop-looking-camera_637285-7746.jpg" }, ]} - title="Client Transformations" - description="Real results from real car owners." + title="What Our Customers Say" + description="Join 29+ happy clients who trust us with their vehicles." /> @@ -181,14 +138,11 @@ export default function LandingPage() { @@ -196,15 +150,11 @@ export default function LandingPage() {
@@ -212,26 +162,12 @@ export default function LandingPage() { ); -} \ No newline at end of file +}