diff --git a/src/app/page.tsx b/src/app/page.tsx index 11ed4ed..a7dd8c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,16 +30,11 @@ export default function LandingPage() {
@@ -68,11 +61,14 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Perfect Cleanliness", description: "Your clothes come back fresh and ready to wear."}, + 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=f1" + }, { - title: "On-Time Service", description: "No delays in pickup or delivery schedules."}, + 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=f2" + }, { - title: "Special Garment Care", description: "Dedicated care for thobes and shemaghs."}, + 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=f3" + }, ]} title="Why Choose Us?" description="Providing exceptional garment care with speed and professional touch." @@ -86,24 +82,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "s1", brand: "Care", name: "Laundry Washing", price: "From 15 SAR", rating: 5, - reviewCount: "100+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c0h7w8"}, - { - id: "s2", brand: "Care", name: "Professional Ironing", price: "From 5 SAR", rating: 5, - reviewCount: "100+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mp8u91"}, - { - id: "s3", brand: "Care", name: "Steam Cleaning", price: "From 20 SAR", rating: 5, - reviewCount: "100+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nwqegq"}, - { - id: "s4", brand: "Care", name: "Blankets & Bedding", price: "From 40 SAR", rating: 5, - reviewCount: "100+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8kidch"}, - { - id: "s5", brand: "Care", name: "Pickup & Delivery", price: "Free", rating: 5, - reviewCount: "100+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7g5luo"}, - { - id: "s6", brand: "Care", name: "Special Thobe Care", price: "From 10 SAR", rating: 5, - reviewCount: "100+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j6ql0y"}, + { id: "s1", brand: "Care", name: "Laundry Washing", price: "From 15 SAR", rating: 5, reviewCount: "100+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c0h7w8" }, + { id: "s2", brand: "Care", name: "Professional Ironing", price: "From 5 SAR", rating: 5, reviewCount: "100+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mp8u91" }, + { id: "s3", brand: "Care", name: "Steam Cleaning", price: "From 20 SAR", rating: 5, reviewCount: "100+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nwqegq" }, + { id: "s4", brand: "Care", name: "Blankets & Bedding", price: "From 40 SAR", rating: 5, reviewCount: "100+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8kidch" }, + { id: "s5", brand: "Care", name: "Pickup & Delivery", price: "Free", rating: 5, reviewCount: "100+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7g5luo" }, + { id: "s6", brand: "Care", name: "Special Thobe Care", price: "From 10 SAR", rating: 5, reviewCount: "100+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j6ql0y" }, ]} title="Our Services" description="Professional cleaning for all your garment needs." @@ -116,24 +100,16 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", name: "Ahmed", role: "Client", company: "Local", rating: 5}, - { - id: "t2", name: "Sarah", role: "Client", company: "Local", rating: 5}, - { - id: "t3", name: "Khalid", role: "Client", company: "Local", rating: 5}, - { - id: "t4", name: "Laila", role: "Client", company: "Local", rating: 5}, - { - id: "t5", name: "Omar", role: "Client", company: "Local", rating: 5}, + { id: "t1", name: "Ahmed", role: "Client", company: "Local", rating: 5 }, + { id: "t2", name: "Sarah", role: "Client", company: "Local", rating: 5 }, + { id: "t3", name: "Khalid", role: "Client", company: "Local", rating: 5 }, + { id: "t4", name: "Laila", role: "Client", company: "Local", rating: 5 }, + { id: "t5", name: "Omar", role: "Client", company: "Local", rating: 5 }, ]} kpiItems={[ - { - value: "100+", label: "Happy Customers"}, - { - value: "5/5", label: "Rating"}, - { - value: "Fast", label: "Delivery"}, + { value: "100+", label: "Happy Customers" }, + { value: "5/5", label: "Rating" }, + { value: "Fast", label: "Delivery" }, ]} title="Customer Reviews" description="See why our customers love our service." @@ -145,8 +121,7 @@ export default function LandingPage() { useInvertedBackground={false} title="About Nadharah Kay Laundry" buttons={[ - { - text: "Contact Us", href: "#contact"}, + { text: "Contact Us", href: "#contact" }, ]} /> @@ -157,18 +132,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { - id: "p1", badge: "Rewards", price: "Stamp 1-5", subtitle: "Small rewards", features: [ - "Discount 10%", "Priority service"], - }, - { - id: "p2", badge: "Gold", price: "Stamp 6-10", subtitle: "VIP rewards", features: [ - "Free pickup", "Extra care"], - }, - { - id: "p3", badge: "Platinum", price: "Stamp 11+", subtitle: "Elite rewards", features: [ - "Monthly special", "Top service"], - }, + { id: "p1", badge: "Rewards", price: "Stamp 1-5", subtitle: "Small rewards", features: ["Discount 10%", "Priority service"] }, + { id: "p2", badge: "Gold", price: "Stamp 6-10", subtitle: "VIP rewards", features: ["Free pickup", "Extra care"] }, + { id: "p3", badge: "Platinum", price: "Stamp 11+", subtitle: "Elite rewards", features: ["Monthly special", "Top service"] }, ]} title="Loyalty Program" description="Get 1 stamp for every 35 SAR bill." @@ -181,10 +147,8 @@ export default function LandingPage() { title="Contact Us" description="Located in Fanateer, Al Jubail. Reach out for any questions or schedule your pickup today." inputs={[ - { - name: "name", type: "text", placeholder: "Your Name"}, - { - name: "phone", type: "tel", placeholder: "Phone Number"}, + { name: "name", type: "text", placeholder: "Your Name" }, + { name: "phone", type: "tel", placeholder: "Phone Number" }, ]} /> @@ -195,18 +159,14 @@ export default function LandingPage() { columns={[ { title: "Links", items: [ - { - label: "Services", href: "#services"}, - { - label: "Reviews", href: "#testimonials"}, + { label: "Services", href: "#services" }, + { label: "Reviews", href: "#testimonials" }, ], }, { title: "Contact", items: [ - { - label: "050 553 3895", href: "tel:0505533895"}, - { - label: "WhatsApp", href: "https://wa.me/966505533895"}, + { label: "050 553 3895", href: "tel:0505533895" }, + { label: "WhatsApp", href: "https://wa.me/966505533895" }, ], }, ]}