Merge version_1 into main #4
@@ -9,8 +9,9 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Droplets, Shield, Sparkles, Wrench, Eraser, SprayCan } from "lucide-react";
|
||||
import { Droplets, Sparkles, Vacuum, Spray, Wrench, Shield } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -77,8 +78,8 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Interior Detailing", description: "Full interior reset — carpets, seats, dashboard, and more.", items: [
|
||||
{ icon: Eraser, text: "Deep vacuum" },
|
||||
{ icon: SprayCan, text: "Surface cleanup" },
|
||||
{ icon: Vacuum, text: "Deep vacuum" },
|
||||
{ icon: Spray, 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