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() {