diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9920372..fcd0570 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -27,72 +27,30 @@ export default function LandingPage() {
@@ -112,34 +70,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Sourdough Toast",
- price: "AED 35",
- variant: "Breakfast",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/delicious-sourdough-avocado-toast-on-a-c-1774724890256-057d66c1.png",
- },
- {
- id: "p2",
- name: "Classic Croissant",
- price: "AED 18",
- variant: "Bakery",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-freshly-baked-croissant-with-golden-fl-1774724905132-9d4fec58.png",
- },
- {
- id: "p3",
- name: "Signature Iced Latte",
- price: "AED 28",
- variant: "Beverage",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-perfectly-crafted-iced-latte-with-colo-1774724889890-740a9b59.png",
- },
- {
- id: "p4",
- name: "Flat White",
- price: "AED 22",
- variant: "Beverage",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-high-end-macro-shot-of-a-barista-pouri-1774724891700-38862e7b.png?_wi=2",
- },
+ { id: "p1", name: "Sourdough Toast", price: "AED 35", variant: "Breakfast", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/delicious-sourdough-avocado-toast-on-a-c-1774724890256-057d66c1.png" },
+ { id: "p2", name: "Classic Croissant", price: "AED 18", variant: "Bakery", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-freshly-baked-croissant-with-golden-fl-1774724905132-9d4fec58.png" },
+ { id: "p3", name: "Signature Iced Latte", price: "AED 28", variant: "Beverage", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-perfectly-crafted-iced-latte-with-colo-1774724889890-740a9b59.png" },
+ { id: "p4", name: "Flat White", price: "AED 22", variant: "Beverage", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-high-end-macro-shot-of-a-barista-pouri-1774724891700-38862e7b.png" }
]}
title="Signature Selections"
description="Curated flavors, freshly prepared for your daily ritual."
@@ -152,41 +86,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah Ahmed",
- role: "Frequent Visitor",
- testimonial: "The best specialty coffee spot in Abu Dhabi. Every sip is perfect.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-stylish-young-professional-1774724890394-8f8e1fc8.png?_wi=1",
- },
- {
- id: "2",
- name: "Khalid Al Mansouri",
- role: "Regular",
- testimonial: "I love the warm ambiance and the quality of beans they use.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-local-abu-dhabi-resident-s-1774724890561-845d64fe.png",
- },
- {
- id: "3",
- name: "Elena Rossi",
- role: "Designer",
- testimonial: "Finally, a place that balances great coffee with excellent aesthetic.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-traveler-sipping-coffee-in-1774724890147-7f173b6a.png",
- },
- {
- id: "4",
- name: "Omar F.",
- role: "Tech Professional",
- testimonial: "Highly recommended for those who appreciate a well-crafted flat white.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-food-blogger-in-a-stylish--1774724890069-6ca175a1.png",
- },
- {
- id: "5",
- name: "Laila J.",
- role: "Food Critic",
- testimonial: "An incredible addition to the city's coffee scene. Truly artisanal.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-stylish-young-professional-1774724890394-8f8e1fc8.png?_wi=2",
- },
+ { id: "1", name: "Sarah Ahmed", role: "Frequent Visitor", testimonial: "The best specialty coffee spot in Abu Dhabi. Every sip is perfect.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-stylish-young-professional-1774724890394-8f8e1fc8.png" },
+ { id: "2", name: "Khalid Al Mansouri", role: "Regular", testimonial: "I love the warm ambiance and the quality of beans they use.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-local-abu-dhabi-resident-s-1774724890561-845d64fe.png" },
+ { id: "3", name: "Elena Rossi", role: "Designer", testimonial: "Finally, a place that balances great coffee with excellent aesthetic.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-traveler-sipping-coffee-in-1774724890147-7f173b6a.png" },
+ { id: "4", name: "Omar F.", role: "Tech Professional", testimonial: "Highly recommended for those who appreciate a well-crafted flat white.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-food-blogger-in-a-stylish--1774724890069-6ca175a1.png" },
+ { id: "5", name: "Laila J.", role: "Food Critic", testimonial: "An incredible addition to the city's coffee scene. Truly artisanal.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-stylish-young-professional-1774724890394-8f8e1fc8.png" }
]}
title="Community Voices"
description="What our patrons say about the B Club experience."
@@ -196,14 +100,8 @@ export default function LandingPage() {