From 60ee5012672dd2c597ac3099ef39252b06d27de8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 08:14:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 +++++++++++++----------------------- 1 file changed, 13 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27376f1..11ed4ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,14 +54,10 @@ export default function LandingPage() { text: "Order via WhatsApp", href: "https://wa.me/966505533895"}, ]} slides={[ - { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CQlGpgYJiwtIJOXjhvpHLOeLIE/uploaded-1776325963320-86wey07r.jpg", imageAlt: "Hero slide 1"}, - { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CQlGpgYJiwtIJOXjhvpHLOeLIE/uploaded-1776325963321-7laktnrq.jpg", imageAlt: "Hero slide 2"}, - { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CQlGpgYJiwtIJOXjhvpHLOeLIE/uploaded-1776325963321-b2r4iqiw.jpg", imageAlt: "Hero slide 3"}, - { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CQlGpgYJiwtIJOXjhvpHLOeLIE/uploaded-1776325963321-65r4t1s9.jpg", imageAlt: "Hero slide 4"}, + {}, + {}, + {}, + {}, ]} /> @@ -72,11 +68,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Perfect Cleanliness", description: "Your clothes come back fresh and ready to wear.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x87bhb", imageAlt: "Cleanliness"}, + title: "Perfect Cleanliness", description: "Your clothes come back fresh and ready to wear."}, { - title: "On-Time Service", description: "No delays in pickup or delivery schedules.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=al9si6", imageAlt: "Punctuality"}, + title: "On-Time Service", description: "No delays in pickup or delivery schedules."}, { - title: "Special Garment Care", description: "Dedicated care for thobes and shemaghs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tgvvcs", imageAlt: "Garment Care"}, + title: "Special Garment Care", description: "Dedicated care for thobes and shemaghs."}, ]} title="Why Choose Us?" description="Providing exceptional garment care with speed and professional touch." @@ -121,20 +117,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", name: "Ahmed", role: "Client", company: "Local", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=64ld31"}, + id: "t1", name: "Ahmed", role: "Client", company: "Local", rating: 5}, { - id: "t2", name: "Sarah", role: "Client", company: "Local", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vr00p9"}, + id: "t2", name: "Sarah", role: "Client", company: "Local", rating: 5}, { - id: "t3", name: "Khalid", role: "Client", company: "Local", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jokjfi"}, + id: "t3", name: "Khalid", role: "Client", company: "Local", rating: 5}, { - id: "t4", name: "Laila", role: "Client", company: "Local", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7xgyou"}, + id: "t4", name: "Laila", role: "Client", company: "Local", rating: 5}, { - id: "t5", name: "Omar", role: "Client", company: "Local", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ockwel"}, + id: "t5", name: "Omar", role: "Client", company: "Local", rating: 5}, ]} kpiItems={[ { @@ -195,7 +186,6 @@ export default function LandingPage() { { name: "phone", type: "tel", placeholder: "Phone Number"}, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9ddtkd" /> @@ -225,4 +215,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1