From 7745f5b0405e76e85c2693aa2312d9fd967b9b76 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 05:57:56 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 197 ++++++++++++----------------------------------- 1 file changed, 50 insertions(+), 147 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0dd341..6b0eab8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,16 @@ export default function LandingPage() { @@ -58,15 +48,12 @@ export default function LandingPage() {
@@ -96,39 +81,21 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "quality", - label: "Premium Ingredients", - title: "Only The Best For Your Plate", - items: [ - "Locally sourced fresh produce", - "Finest cuts of halal meat", - "Authentic Syrian spices", - ], + id: "quality", label: "Premium Ingredients", title: "Premium Ingredients, Unforgettable Taste.", items: [ + "Locally sourced fresh produce", "Finest cuts of halal meat", "Authentic Syrian spices"], }, { - id: "speed", - label: "Fast & Fresh", - title: "Gourmet, Delivered Quick", - items: [ - "Efficient preparation for busy schedules", - "Seamless online ordering experience", - "Reliable pickup and delivery", - ], + id: "speed", label: "Fast & Fresh", title: "Fast & Fresh, Every Time.", items: [ + "Efficient preparation for busy schedules", "Seamless online ordering experience", "Reliable pickup and delivery"], }, { - id: "taste", - label: "Unforgettable Flavors", - title: "A Taste of Damascus in Sharjah", - items: [ - "Time-honored family recipes", - "Expertly balanced spice blends", - "Crafted with culinary passion", - ], + id: "taste", label: "Unforgettable Flavors", title: "Authentic Flavors, Crafted with Passion.", items: [ + "Time-honored family recipes", "Expertly balanced spice blends", "Crafted with culinary passion"], }, ]} title="Experience The 6:18 Difference" - description="We blend tradition with efficiency, ensuring every bite is a culinary journey designed for your modern lifestyle. Quality ingredients, authentic recipes, and speedy service define our commitment to you." - tag="Why Choose Us" + description="We blend rich tradition with modern efficiency. Every bite is a culinary journey, crafted for your fast-paced, flavor-seeking life." + tag="Level Up Your Lunch" tagIcon={Sparkles} />
@@ -141,88 +108,44 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "shawarma-chicken", - name: "Classic Chicken Shawarma", - price: "AED 25", - imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-table_140725-4817.jpg", - imageAlt: "signature chicken shawarma sandwich", - }, + id: "shawarma-chicken", name: "Classic Chicken Shawarma", price: "AED 25", imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-table_140725-4817.jpg", imageAlt: "signature chicken shawarma sandwich"}, { - id: "shawarma-beef", - name: "Spiced Beef Shawarma", - price: "AED 30", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-french-fries-with-sliced-sandwich-inside-black-plate-grey-desk_140725-14422.jpg", - imageAlt: "unique crispy chicken sandwich", - }, + id: "shawarma-beef", name: "Spiced Beef Shawarma", price: "AED 30", imageSrc: "http://img.b2bpic.net/free-photo/front-view-french-fries-with-sliced-sandwich-inside-black-plate-grey-desk_140725-14422.jpg", imageAlt: "unique crispy chicken sandwich"}, { - id: "falafel-wrap", - name: "Damascus Falafel Wrap", - price: "AED 20", - imageSrc: "http://img.b2bpic.net/free-photo/pair-soups-basket-with-sliced-bread_140725-6409.jpg", - imageAlt: "special garlic sauce chicken sandwich", - }, + id: "falafel-wrap", name: "Damascus Falafel Wrap", price: "AED 20", imageSrc: "http://img.b2bpic.net/free-photo/pair-soups-basket-with-sliced-bread_140725-6409.jpg", imageAlt: "special garlic sauce chicken sandwich"}, { - id: "kofta-sandwich", - name: "Gourmet Kofta Sandwich", - price: "AED 28", - imageSrc: "http://img.b2bpic.net/free-photo/red-lentil-soup-with-herbs-white-bowl_114579-4281.jpg", - imageAlt: "spicy chicken tikka sandwich", - }, + id: "kofta-sandwich", name: "Gourmet Kofta Sandwich", price: "AED 28", imageSrc: "http://img.b2bpic.net/free-photo/red-lentil-soup-with-herbs-white-bowl_114579-4281.jpg", imageAlt: "spicy chicken tikka sandwich"}, ]} title="Our Signature Sandwiches" - description="Discover our exquisite selection of authentic Syrian sandwiches, crafted to perfection with rich flavors and premium ingredients. Each bite promises a journey to the heart of Damascus." - tag="Explore Our Menu" + description="Dive into our exquisite selection of authentic Syrian sandwiches. Crafted to perfection with rich flavors and premium ingredients, each bite is a direct ticket to Damascus." + tag="Your Next Obsession Awaits" tagIcon={Utensils} />
@@ -231,13 +154,12 @@ export default function LandingPage() { Date: Mon, 23 Mar 2026 05:57:57 +0000 Subject: [PATCH 2/3] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 8d3c47b..74f8ba3 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-font-family: var(--font-source-sans-3), sans-serif;), sans-serif; + font-family: var(--font-inter), sans-serif;), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-font-family: var(--font-source-sans-3), sans-serif;), sans-serif; + font-family: var(--font-libre-baskerville), serif;), sans-serif; } From 77001a80b93a09ad0a79c45cc30582afaed5a349 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 05:57:57 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..6d66bc8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; - --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; - --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --background: #030128; + --card: #241f48; + --foreground: #ffffff; + --primary-cta: #ffffff; + --primary-cta-text: #030128; + --secondary-cta: #131136; + --secondary-cta-text: #d5d4f6; + --accent: #44358a; + --background-accent: #b597fe; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);