Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-16 08:14:13 +00:00

View File

@@ -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"},
{},
{},
{},
{},
]}
/>
</div>
@@ -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"
/>
</div>
@@ -225,4 +215,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}