Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -61,15 +61,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ahmed Al-Rasheed", handle: "Customer", testimonial: "Excellent service and very professional staff. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/car-wash-template-design_23-2150935657.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/car-wash-template-design_23-2150935657.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Fatima Al-Dosari", handle: "Customer", testimonial: "My car looks brand new! Best car wash in Dhahrat Laban.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27227.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27227.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Mohammed Al-Qahtani", handle: "Customer", testimonial: "Fast service with perfect results. I'm a regular now!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-from-high-pressure-hose-washes-car-car-wash_1153-9396.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-from-high-pressure-hose-washes-car-car-wash_1153-9396.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -124,11 +124,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "5", title: "Quick Wash Package", tags: ["Fast", "Convenient"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-washing-blue-car-car-wash_1153-8840.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-washing-blue-car-car-wash_1153-8840.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "6", title: "Premium Wash Package", tags: ["Luxury", "Complete"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-taxi-driver-paying-attention-road_23-2149236678.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-taxi-driver-paying-attention-road_23-2149236678.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -183,13 +183,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Ahmed Al-Rasheed", imageSrc: "http://img.b2bpic.net/free-psd/car-wash-template-design_23-2150935657.jpg"
|
||||
id: "1", name: "Ahmed Al-Rasheed", imageSrc: "http://img.b2bpic.net/free-psd/car-wash-template-design_23-2150935657.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Fatima Al-Dosari", imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27227.jpg"
|
||||
id: "2", name: "Fatima Al-Dosari", imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27227.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Mohammed Al-Qahtani", imageSrc: "http://img.b2bpic.net/free-photo/brunette-from-high-pressure-hose-washes-car-car-wash_1153-9396.jpg"
|
||||
id: "3", name: "Mohammed Al-Qahtani", imageSrc: "http://img.b2bpic.net/free-photo/brunette-from-high-pressure-hose-washes-car-car-wash_1153-9396.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Layla Al-Shammari", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-emotions-standing-front-car_1303-15200.jpg"
|
||||
@@ -246,10 +246,10 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Premium Service", price: "Starting at SAR 99", imageSrc: "http://img.b2bpic.net/free-photo/female-taxi-driver-paying-attention-road_23-2149236678.jpg"
|
||||
id: "1", name: "Premium Service", price: "Starting at SAR 99", imageSrc: "http://img.b2bpic.net/free-photo/female-taxi-driver-paying-attention-road_23-2149236678.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Standard Service", price: "Starting at SAR 49", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-washing-blue-car-car-wash_1153-8840.jpg"
|
||||
id: "2", name: "Standard Service", price: "Starting at SAR 49", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-washing-blue-car-car-wash_1153-8840.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user