diff --git a/src/app/page.tsx b/src/app/page.tsx
index 839ba5b..44c4011 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
@@ -56,80 +41,34 @@ export default function LandingPage() {
@@ -141,48 +80,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Signature Coffee",
- price: "Artisan Blend",
- variant: "Velvety & Smooth",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cup-with-hot-drink-background-cozy-things-home-comfort-warmth-concept_169016-9651.jpg?_wi=2",
- },
- {
- id: "2",
- name: "Premium Iced Latte",
- price: "Signature",
- variant: "Artistic Duck Foam",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-having-iced-coffee-break-outside_23-2149567229.jpg?_wi=1",
- },
- {
- id: "3",
- name: "House Karkadeh",
- price: "Star",
- variant: "Signature Hibiscus",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-sangria-peach-pink-flowers_23-2149454202.jpg",
- },
- {
- id: "4",
- name: "Cold Brew Gold",
- price: "Premium",
- variant: "Chocolate Notes",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg?_wi=1",
- },
- {
- id: "5",
- name: "Drip Specialty",
- price: "Rare",
- variant: "Single Origin",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cup-with-hot-drink-background-cozy-things-home-comfort-warmth-concept_169016-9651.jpg?_wi=3",
- },
- {
- id: "6",
- name: "Duck Signature Mocha",
- price: "Special",
- variant: "Velvety Cocoa",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-having-iced-coffee-break-outside_23-2149567229.jpg?_wi=2",
- },
+ { id: "1", name: "Signature Coffee", price: "Artisan Blend", variant: "Velvety & Smooth", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cup-with-hot-drink-background-cozy-things-home-comfort-warmth-concept_169016-9651.jpg" },
+ { id: "2", name: "Premium Iced Latte", price: "Signature", variant: "Artistic Duck Foam", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-iced-coffee-break-outside_23-2149567229.jpg" },
+ { id: "3", name: "House Karkadeh", price: "Star", variant: "Signature Hibiscus", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sangria-peach-pink-flowers_23-2149454202.jpg" },
+ { id: "4", name: "Cold Brew Gold", price: "Premium", variant: "Chocolate Notes", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg" },
+ { id: "5", name: "Drip Specialty", price: "Rare", variant: "Single Origin", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cup-with-hot-drink-background-cozy-things-home-comfort-warmth-concept_169016-9651.jpg" },
+ { id: "6", name: "Duck Signature Mocha", price: "Special", variant: "Velvety Cocoa", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-iced-coffee-break-outside_23-2149567229.jpg" },
]}
title="Our Signature Creations"
description="مشروبات مصممة لتكون ذكرتك المفضّلة في اليوم — من أجود أنواع البن إلى أشهر كركديه في المنطقة."
@@ -191,49 +94,15 @@ export default function LandingPage() {
@@ -270,16 +127,9 @@ export default function LandingPage() {
@@ -287,45 +137,9 @@ export default function LandingPage() {