Merge version_1 into main #3
@@ -96,11 +96,11 @@ export default function HomePage() {
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-washing_23-2149172890.jpg", imageAlt: "Professional car wash in action"},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2002.jpg", imageAlt: "Exterior car washing"},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2002.jpg?_wi=1", imageAlt: "Exterior car washing"},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Interior car detailing"},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=1", imageAlt: "Interior car detailing"},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Professional wax coating"},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=1", imageAlt: "Professional wax coating"},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/three-men-plastic-garbage-collecting-polluted-park_1268-20117.jpg", imageAlt: "Eco-friendly car wash"},
|
||||
{
|
||||
@@ -116,7 +116,7 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Exterior Wash", description: "Professional exterior washing with premium soap and spot-free rinse. We use eco-friendly products and advanced water recycling systems to protect both your car and the environment.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2002.jpg", imageAlt: "Exterior car washing"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2002.jpg?_wi=2", imageAlt: "Exterior car washing"},
|
||||
items: [
|
||||
{ icon: Droplets, text: "Spot-free rinse" },
|
||||
{ icon: Shield, text: "Eco-friendly products" },
|
||||
@@ -126,7 +126,7 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Interior Detailing", description: "Deep clean your car's interior with vacuum, steam cleaning, and protective treatments. Removes dirt, allergens, and odors for a fresh, healthy cabin environment.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Interior car detailing"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=2", imageAlt: "Interior car detailing"},
|
||||
items: [
|
||||
{ icon: Wind, text: "Deep vacuuming" },
|
||||
{ icon: Droplets, text: "Steam cleaning" },
|
||||
@@ -136,7 +136,7 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
id: "3", title: "Wax & Coating", description: "Premium wax and ceramic coating services that protect your paint and enhance shine. Long-lasting protection against UV rays, salt, and environmental contaminants.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Professional wax coating"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=2", imageAlt: "Professional wax coating"},
|
||||
items: [
|
||||
{ icon: Sun, text: "UV protection" },
|
||||
{ icon: Shield, text: "Long-lasting gloss" },
|
||||
@@ -196,13 +196,13 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sarah Johnson"},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Michael Chen"},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Emily Rodriguez"},
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "David Kim"},
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "David Kim"},
|
||||
]}
|
||||
cardTitle="Over 5,000 customers trust Jack's Car Wash for premium auto care"
|
||||
cardTag="Read customer reviews"
|
||||
|
||||
Reference in New Issue
Block a user