3 Commits

Author SHA1 Message Date
3e3bdcc320 Update src/app/page.tsx 2026-03-10 07:26:07 +00:00
356058b4cb Update src/app/styles/variables.css 2026-03-10 07:23:47 +00:00
8e7a34e843 Update src/app/page.tsx 2026-03-10 07:23:46 +00:00

View File

@@ -48,30 +48,30 @@ export default function LandingPage() {
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193147.jpg?_wi=1", imageAlt: "Professional car detailing service"
imageSrc: "https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&q=80&_wi=1", imageAlt: "Professional car detailing service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212218.jpg?_wi=1", imageAlt: "Paint protection film application"
imageSrc: "https://images.unsplash.com/photo-1487754180144-351b8e29f7ff?w=800&q=80&_wi=1", imageAlt: "Paint protection film application"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-wearing-protection-equipment_23-2149714350.jpg?_wi=1", imageAlt: "Vehicle wrapping service"
imageSrc: "https://images.unsplash.com/photo-1559056199-641a0ac8b3f4?w=800&q=80&_wi=1", imageAlt: "Vehicle wrapping service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/benchman-owner-car-making-deal_114579-2805.jpg?_wi=1", imageAlt: "Interior car detailing"
imageSrc: "https://images.unsplash.com/photo-1517457373614-b7152f800fd1?w=800&q=80", imageAlt: "Interior car detailing"
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212218.jpg?_wi=2", imageAlt: "Ceramic coating protection"
imageSrc: "https://images.unsplash.com/photo-1542282088-fe8426682b8f?w=800&q=80", imageAlt: "Ceramic coating protection"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-wearing-protection-equipment_23-2149714350.jpg?_wi=2", imageAlt: "Premium wrapping solution"
imageSrc: "https://images.unsplash.com/photo-1447752875215-b2761acb3c5d?w=800&q=80", imageAlt: "Premium wrapping solution"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193147.jpg?_wi=2", imageAlt: "Expert detailing team"
imageSrc: "https://images.unsplash.com/photo-1489824904134-891ab64532f1?w=800&q=80", imageAlt: "Expert detailing team"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/benchman-owner-car-making-deal_114579-2805.jpg?_wi=2", imageAlt: "Vehicle care expertise"
imageSrc: "https://images.unsplash.com/photo-1507666405895-422edc8bbd94?w=800&q=80", imageAlt: "Vehicle care expertise"
},
]}
carouselPosition="right"
@@ -91,7 +91,7 @@ export default function LandingPage() {
description="Rajesh Sharma"
subdescription="Founder & Master Detailer"
icon={CheckCircle}
imageSrc="http://img.b2bpic.net/free-photo/benchman-owner-car-making-deal_114579-2805.jpg?_wi=3"
imageSrc="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&q=80"
imageAlt="Professional detailing team at work"
mediaAnimation="slide-up"
useInvertedBackground={true}
@@ -146,13 +146,13 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1", name: "Expert Technicians", price: "Professional Excellence", imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-3238.jpg", imageAlt: "Professional detailing expertise"
id: "1", name: "Expert Technicians", price: "Professional Excellence", imageSrc: "https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&q=80&_wi=2", imageAlt: "Professional detailing expertise"
},
{
id: "2", name: "Premium Materials", price: "Quality Assurance", imageSrc: "http://img.b2bpic.net/free-photo/young-man-polishing-his-car-with-rag_1303-21777.jpg", imageAlt: "High-quality protective materials"
id: "2", name: "Premium Materials", price: "Quality Assurance", imageSrc: "https://images.unsplash.com/photo-1487754180144-351b8e29f7ff?w=800&q=80&_wi=2", imageAlt: "High-quality protective materials"
},
{
id: "3", name: "Guaranteed Results", price: "100% Satisfaction", imageSrc: "http://img.b2bpic.net/free-photo/man-gray-sweater-wipes-car-car-wash_1157-35958.jpg", imageAlt: "Premium ceramic coating results"
id: "3", name: "Guaranteed Results", price: "100% Satisfaction", imageSrc: "https://images.unsplash.com/photo-1559056199-641a0ac8b3f4?w=800&q=80&_wi=2", imageAlt: "Premium ceramic coating results"
},
]}
/>