Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 10:18:13 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="mediumLargeSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -47,13 +47,13 @@ export default function LandingPage() {
tag="Open Until 12 AM"
tagIcon={Clock}
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Call Now", href: "tel:+971568057794" },
{ text: "Reserve a Table", href: "#contact" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/top-view-arab-dish_23-2147794277.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/top-view-arab-dish_23-2147794277.jpg"
imageAlt="Authentic restaurant dining experience in Dubai Spice Souk"
/>
</div>
@@ -81,16 +81,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
id: "1", title: "Freshly Prepared Meals", author: "Daily Specials", description: "Every dish is prepared fresh to order using premium, locally-sourced ingredients that capture authentic flavors.", tags: ["Quality", "Fresh"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-onion-greens-tomato-brown-wooden-desk-meal-food-meat-dinner_140725-26141.jpg?_wi=1", imageAlt: "Freshly prepared grilled specialties"
id: "1", title: "Freshly Prepared Meals", author: "Daily Specials", description: "Every dish is prepared fresh to order using premium, locally-sourced ingredients that capture authentic flavors.", tags: ["Quality", "Fresh"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-onion-greens-tomato-brown-wooden-desk-meal-food-meat-dinner_140725-26141.jpg", imageAlt: "Freshly prepared grilled specialties"
},
{
id: "2", title: "Friendly Service", author: "Welcoming Atmosphere", description: "Our team treats every guest like family, ensuring a warm, hospitable experience whether you're a local or tourist.", tags: ["Hospitality", "Service"],
imageSrc: "http://img.b2bpic.net/free-photo/vegan-salads-cabbage-carrots-mushroom-cheese-onion-pepper-top-view-concept_176474-213.jpg?_wi=1", imageAlt: "Friendly restaurant staff serving guests"
id: "2", title: "Friendly Service", author: "Welcoming Atmosphere", description: "Our team treats every guest like family, ensuring a warm, hospitable experience whether you're a local or tourist.", tags: ["Hospitality", "Service"], imageSrc: "http://img.b2bpic.net/free-photo/vegan-salads-cabbage-carrots-mushroom-cheese-onion-pepper-top-view-concept_176474-213.jpg", imageAlt: "Friendly restaurant staff serving guests"
},
{
id: "3", title: "Convenient Deira Location", author: "Old Baladiya Street", description: "Located in the iconic Dubai Spice Souk with easy access for shoppers, tourists, and hotel guests exploring the area.", tags: ["Location", "Accessible"],
imageSrc: "http://img.b2bpic.net/free-photo/hand-tapping-tablet-with-map_23-2147732953.jpg", imageAlt: "Dubai Deira Spice Souk location"
id: "3", title: "Convenient Deira Location", author: "Old Baladiya Street", description: "Located in the iconic Dubai Spice Souk with easy access for shoppers, tourists, and hotel guests exploring the area.", tags: ["Location", "Accessible"], imageSrc: "http://img.b2bpic.net/free-photo/hand-tapping-tablet-with-map_23-2147732953.jpg", imageAlt: "Dubai Deira Spice Souk location"
}
]}
animationType="slide-up"
@@ -109,7 +106,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Grilled Kebab Special", price: "AED 65", variant: "Tender meat • Charcoal grilled", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-onion-greens-tomato-brown-wooden-desk-meal-food-meat-dinner_140725-26141.jpg?_wi=2", imageAlt: "Grilled kebab special"
id: "1", name: "Grilled Kebab Special", price: "AED 65", variant: "Tender meat • Charcoal grilled", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-onion-greens-tomato-brown-wooden-desk-meal-food-meat-dinner_140725-26141.jpg", imageAlt: "Grilled kebab special"
},
{
id: "2", name: "Signature Burger", price: "AED 55", variant: "Premium patty • Fresh toppings", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg", imageAlt: "Restaurant signature burger"
@@ -118,7 +115,7 @@ export default function LandingPage() {
id: "3", name: "Fragrant Rice Dish", price: "AED 60", variant: "Aromatic rice • Herbs & spices", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg", imageAlt: "Fragrant rice dish"
},
{
id: "4", name: "Fresh Salad Plate", price: "AED 45", variant: "Seasonal vegetables • House dressing", imageSrc: "http://img.b2bpic.net/free-photo/vegan-salads-cabbage-carrots-mushroom-cheese-onion-pepper-top-view-concept_176474-213.jpg?_wi=2", imageAlt: "Fresh vegetable salad"
id: "4", name: "Fresh Salad Plate", price: "AED 45", variant: "Seasonal vegetables • House dressing", imageSrc: "http://img.b2bpic.net/free-photo/vegan-salads-cabbage-carrots-mushroom-cheese-onion-pepper-top-view-concept_176474-213.jpg", imageAlt: "Fresh vegetable salad"
},
{
id: "5", name: "Popular Combination", price: "AED 85", variant: "Mixed grill • Sides & bread", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-served-with-tomato-sauce-smoked-cheese_140725-7850.jpg", imageAlt: "Popular combination platter"
@@ -143,7 +140,7 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Fatima Al-Maktoum", handle: "Local Family", testimonial: "Cube is our favorite spot in Deira. The food is always fresh, the staff is incredibly welcoming, and the prices are fair. We bring our kids every week!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=1", imageAlt: "Fatima Al-Maktoum"
id: "1", name: "Fatima Al-Maktoum", handle: "Local Family", testimonial: "Cube is our favorite spot in Deira. The food is always fresh, the staff is incredibly welcoming, and the prices are fair. We bring our kids every week!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Fatima Al-Maktoum"
},
{
id: "2", name: "Ahmed Hassan", handle: "Tourist", testimonial: "Found this gem while exploring the Spice Souk. Authentic flavors, quick service, and the owner made us feel like family. Perfect experience!", imageSrc: "http://img.b2bpic.net/free-vector/modern-pack-flat-avatars_23-2147667730.jpg", imageAlt: "Ahmed Hassan"
@@ -158,7 +155,7 @@ export default function LandingPage() {
id: "5", name: "Layla Bin Zayed", handle: "Regular Customer", testimonial: "The consistency here is remarkable. Every time I visit, the food is perfectly prepared and the team remembers my order. True hospitality!", imageSrc: "http://img.b2bpic.net/free-vector/collection-avatars-men-women_23-2147671089.jpg", imageAlt: "Layla Bin Zayed"
},
{
id: "6", name: "James Wilson", handle: "Visitor", testimonial: "Stumbled upon Cube by chance and it was the highlight of my Dubai trip. Authentic, affordable, and genuinely friendly. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=2", imageAlt: "James Wilson"
id: "6", name: "James Wilson", handle: "Visitor", testimonial: "Stumbled upon Cube by chance and it was the highlight of my Dubai trip. Authentic, affordable, and genuinely friendly. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "James Wilson"
}
]}
speed={40}
@@ -198,7 +195,7 @@ export default function LandingPage() {
{ text: "Message on WhatsApp", href: "https://wa.me/971568057794" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/top-view-arab-dish_23-2147794277.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/top-view-arab-dish_23-2147794277.jpg"
imageAlt="Visit Cube Restaurant in Dubai Deira"
useInvertedBackground={true}
/>