12 Commits

Author SHA1 Message Date
83fff226f5 Update src/app/page.tsx 2026-05-07 13:01:25 +00:00
bcf58b15a5 Merge version_5 into main
Merge version_5 into main
2026-05-07 12:58:19 +00:00
092cca22af Update src/app/page.tsx 2026-05-07 12:58:16 +00:00
deeb93ebca Merge version_5 into main
Merge version_5 into main
2026-05-07 12:55:17 +00:00
c3df3367fc Update src/app/page.tsx 2026-05-07 12:55:14 +00:00
d8f89fb6f6 Merge version_5 into main
Merge version_5 into main
2026-05-07 12:54:48 +00:00
355484d6e7 Update src/app/page.tsx 2026-05-07 12:54:41 +00:00
5241812440 Merge version_3 into main
Merge version_3 into main
2026-04-22 19:23:52 +00:00
32191ef01c Update src/app/styles/variables.css 2026-04-22 19:23:48 +00:00
7cbbafd7d1 Update src/app/page.tsx 2026-04-22 19:23:48 +00:00
74548ba960 Merge version_2 into main
Merge version_2 into main
2026-04-22 19:14:50 +00:00
bd29770ead Merge version_1 into main
Merge version_1 into main
2026-04-22 19:11:41 +00:00
2 changed files with 21 additions and 14 deletions

View File

@@ -49,7 +49,6 @@ export default function LandingPage() {
title="غيمـ | قهوة مختصة"
description="تجربة قهوة فاخرة... نكهات استثنائية تبدأ من أول رشفة."
tag="تجربة فريدة"
buttons={[{ text: "اطلب الآن", href: "#products" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/female-barista-prepares-espresso-from-coffee-machine-caf_23-2148209260.jpg", imageAlt: "specialty coffee beans dark mood" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-pouring-hot-water_23-2148865612.jpg", imageAlt: "specialty coffee beans dark mood" }
@@ -80,12 +79,20 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{ id: "1", name: "ماتشا", price: "22 ريال", imageSrc: "http://img.b2bpic.net/free-photo/matcha-latte-cup_417767-46.jpg" },
{ id: "2", name: "آيس بلاك كوفي", price: "18 ريال", imageSrc: "http://img.b2bpic.net/free-photo/brown-brew-maker-jar-freshness_1203-3928.jpg" },
{ id: "3", name: وكيز كندر", price: "15 ريال", imageSrc: "http://img.b2bpic.net/free-photo/delicious-round-cookies-with-christmas-pinecones_114579-56338.jpg" },
{ id: "1", name: "قهوة اليوم (1 سعرة)", price: "صغير: 4.75 SAR, كبير: 6.75 SAR", imageSrc: "http://img.b2bpic.net/free-photo/brown-brew-maker-jar-freshness_1203-3928.jpg" },
{ id: "2", name: "كركديه عنب (90 سعرة)", price: "صغير: 6.75 SAR, كبير: 8.75 SAR", imageSrc: "http://img.b2bpic.net/free-photo/glass-hibiscus-tea-with-grapes_1150-13725.jpg" },
{ id: "3", name: ركديه سادة (60 سعرة)", price: "صغير: 5.75 SAR, كبير: 7.75 SAR", imageSrc: "http://img.b2bpic.net/free-photo/hibiscus-tea-glass_1150-13725.jpg" },
{ id: "4", name: "آيس V60 (1 سعرة)", price: "صغير: 10 SAR, كبير: 12 SAR", imageSrc: "http://img.b2bpic.net/free-photo/iced-v60-drip_1203-3928.jpg" },
{ id: "5", name: "آيس ماتشا (60 سعرة)", price: "10 SAR", imageSrc: "http://img.b2bpic.net/free-photo/matcha-latte-cup_417767-46.jpg" },
{ id: "6", name: "ماء (0 سعرة)", price: "1 SAR", imageSrc: "http://img.b2bpic.net/free-photo/glass-water_1150-13725.jpg" },
{ id: "7", name: "كوكيز شوكولاتة (300 سعرة)", price: "5 SAR", imageSrc: "http://img.b2bpic.net/free-photo/delicious-round-cookies-with-christmas-pinecones_114579-56338.jpg" },
{ id: "8", name: "كوكيز فستق (300 سعرة)", price: "7 SAR", imageSrc: "http://img.b2bpic.net/free-photo/pistachio-cookies_1150-13725.jpg" },
{ id: "9", name: "كوكيز كندر (320 سعرة)", price: "6 SAR", imageSrc: "http://img.b2bpic.net/free-photo/kinder-cookies_1150-13725.jpg" },
{ id: "10", name: "سينابون (405 سعرة)", price: "9 SAR", imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-roll_1150-13725.jpg" },
{ id: "11", name: "بودينج (500 سعرة)", price: "10 SAR", imageSrc: "http://img.b2bpic.net/free-photo/pudding-cup_1150-13725.jpg" }
]}
title="قائمتنا المميزة"
description="استكشف تشكيلتنا المختارة بعناية من القهوة والمشروبات الباردة والحلويات."
title="قائمتنا"
description="اكتشف تشكيلة مشروباتنا وحلوياتنا المختارة بعناية."
/>
</div>
@@ -164,4 +171,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #7a96ff;
--card: #000000;
--foreground: #ffffff;
--primary-cta: #ffffff;
--background: #f0f8ff;
--card: #e6f3ff;
--foreground: #0a192f;
--primary-cta: #1e90ff;
--primary-cta-text: #0a1a0c;
--secondary-cta: #0d200f;
--secondary-cta: #ffffff;
--secondary-cta-text: #d4f6d8;
--accent: #1a3d1f;
--background-accent: #355e3b;
--accent: #87ceeb;
--background-accent: #d1e9ff;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);