Merge version_1 into main #5
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Droplets, Sparkles, Vacuum, Spray, Wrench, Shield } from "lucide-react";
|
||||
import { Droplets, Sparkles, Fan, SprayCan, Wrench, Shield } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -78,8 +78,8 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Interior Detailing", description: "Full interior reset — carpets, seats, dashboard, and more.", items: [
|
||||
{ icon: Vacuum, text: "Deep vacuum" },
|
||||
{ icon: Spray, text: "Surface cleanup" },
|
||||
{ icon: Fan, text: "Deep vacuum" },
|
||||
{ icon: SprayCan, text: "Surface cleanup" },
|
||||
],
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/driver-view-car-interior-hand-steering-wheel-speed-motion_169016-68523.jpg", imageAlt: "Interior detailing" },
|
||||
reverse: true
|
||||
|
||||
Reference in New Issue
Block a user