Merge version_1 into main #2
@@ -46,7 +46,7 @@ export default function MenuPage() {
|
||||
<HeroBillboardTestimonial
|
||||
title="Our Menu"
|
||||
description="Explore the finest selection of pastries, gourmet breakfast dishes, and specialty coffee. Every item is crafted with passion and premium ingredients at ALICA Bakery / Eatery."
|
||||
background="plain"
|
||||
background={{ variant: "plain" }}
|
||||
tag="Culinary Excellence"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -83,7 +83,7 @@ export default function MenuPage() {
|
||||
id: "breakfast-1",
|
||||
name: "Poached Eggs & Avocado Toast",
|
||||
price: "65 AED",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-plate-with-raw-fish-special-sauce-fresh-vegetables_181624-61603.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-plate-with-raw-fish-special-sauce-fresh-vegetables_181624-61603.jpg",
|
||||
imageAlt: "Free-range poached eggs on sourdough with avocado",
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function MenuPage() {
|
||||
id: "breakfast-3",
|
||||
name: "Shakshuka Delight",
|
||||
price: "55 AED",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-vegan-rolls-hazelnuts-white-pink-flowers-grunge-purple-surface_181624-39372.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-vegan-rolls-hazelnuts-white-pink-flowers-grunge-purple-surface_181624-39372.jpg",
|
||||
imageAlt: "Spiced eggs in tomato sauce with fresh bread",
|
||||
},
|
||||
]}
|
||||
@@ -120,7 +120,7 @@ export default function MenuPage() {
|
||||
id: "pastry-1",
|
||||
name: "Butter Croissant",
|
||||
price: "25 AED",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-vegan-rolls-hazelnuts-white-pink-flowers-grunge-purple-surface_181624-39372.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-vegan-rolls-hazelnuts-white-pink-flowers-grunge-purple-surface_181624-39372.jpg",
|
||||
imageAlt: "Artisan butter croissant with 144 delicate layers",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -61,7 +61,7 @@ export default function HomePage() {
|
||||
<HeroBillboardTestimonial
|
||||
title="ALICA Bakery / Eatery"
|
||||
description="A beautiful bakery and brunch experience by the water in Dubai. Discover artisan pastries, gourmet breakfast plates, and specialty coffee in our luxury coastal café at Port de La Mer."
|
||||
background="plain"
|
||||
background={{ variant: "plain" }}
|
||||
tag="Premium Coastal Café"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -76,7 +76,7 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-talks-phone-sitting-table-restaurant_1304-5056.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-talks-phone-sitting-table-restaurant_1304-5056.jpg"
|
||||
imageAlt="Luxury ALICA Bakery exterior by the water"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
@@ -85,7 +85,7 @@ export default function HomePage() {
|
||||
handle: "@sarahwanders",
|
||||
testimonial: "One of the loveliest breakfast spots by the water in Dubai. Beautiful atmosphere and amazing service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
@@ -93,7 +93,7 @@ export default function HomePage() {
|
||||
handle: "@emmalifestyle",
|
||||
testimonial: "The interiors are gorgeous and the views are incredible. Perfect place for brunch.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
imageAlt: "Emma Roberts",
|
||||
},
|
||||
{
|
||||
@@ -101,7 +101,7 @@ export default function HomePage() {
|
||||
handle: "@michaeladventures",
|
||||
testimonial: "Every bite is perfection. The croissants are unbelievable. Must visit!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
]}
|
||||
@@ -188,21 +188,21 @@ export default function HomePage() {
|
||||
id: "croissant",
|
||||
name: "Butter Croissant",
|
||||
price: "25 AED",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-vegan-rolls-hazelnuts-white-pink-flowers-grunge-purple-surface_181624-39372.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-vegan-rolls-hazelnuts-white-pink-flowers-grunge-purple-surface_181624-39372.jpg",
|
||||
imageAlt: "Golden butter croissant",
|
||||
},
|
||||
{
|
||||
id: "eggs-poached",
|
||||
name: "Poached Eggs Plate",
|
||||
price: "65 AED",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-plate-with-raw-fish-special-sauce-fresh-vegetables_181624-61603.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-plate-with-raw-fish-special-sauce-fresh-vegetables_181624-61603.jpg",
|
||||
imageAlt: "Gourmet poached eggs with avocado",
|
||||
},
|
||||
{
|
||||
id: "specialty-coffee",
|
||||
name: "Signature Latte",
|
||||
price: "28 AED",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-cups-coffee-composition_23-2148623257.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-cups-coffee-composition_23-2148623257.jpg",
|
||||
imageAlt: "Premium specialty latte with latte art",
|
||||
},
|
||||
]}
|
||||
@@ -267,7 +267,7 @@ export default function HomePage() {
|
||||
role: "Visitor",
|
||||
company: "Dubai Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
@@ -276,7 +276,7 @@ export default function HomePage() {
|
||||
role: "Regular Guest",
|
||||
company: "Frequent Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
@@ -285,7 +285,7 @@ export default function HomePage() {
|
||||
role: "Brunch Enthusiast",
|
||||
company: "Instagram Creator",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg",
|
||||
imageAlt: "Emma Roberts",
|
||||
},
|
||||
{
|
||||
@@ -294,7 +294,7 @@ export default function HomePage() {
|
||||
role: "Business Professional",
|
||||
company: "Dubai Executive",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-glasses-stands-busy-office-with-blurred-background_188544-33150.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-glasses-stands-busy-office-with-blurred-background_188544-33150.jpg",
|
||||
imageAlt: "Ahmed Al Mansouri",
|
||||
},
|
||||
{
|
||||
@@ -303,7 +303,7 @@ export default function HomePage() {
|
||||
role: "Food Blogger",
|
||||
company: "Culinary Explorer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-attractive-carefree-ambitious-young-european-female-university-student-hear-good-news-smiling-delighted-sitting-alone-outside-stairs-relaxed-happy-touch-jawline-palm-look-camera_197531-30658.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-attractive-carefree-ambitious-young-european-female-university-student-hear-good-news-smiling-delighted-sitting-alone-outside-stairs-relaxed-happy-touch-jawline-palm-look-camera_197531-30658.jpg",
|
||||
imageAlt: "Jessica Thompson",
|
||||
},
|
||||
{
|
||||
@@ -312,7 +312,7 @@ export default function HomePage() {
|
||||
role: "Weekend Visitor",
|
||||
company: "Dubai Foodie",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg",
|
||||
imageAlt: "David Martinez",
|
||||
},
|
||||
]}
|
||||
@@ -367,7 +367,7 @@ export default function HomePage() {
|
||||
rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gazebo-surrounded-by-palm-trees-water-sunset_181624-57249.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gazebo-surrounded-by-palm-trees-water-sunset_181624-57249.jpg"
|
||||
imageAlt="Beautiful waterfront view at Port de La Mer"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -40,7 +40,7 @@ export default function VisitPage() {
|
||||
<HeroBillboardTestimonial
|
||||
title="ALICA Bakery / Eatery"
|
||||
description="A beautiful bakery and brunch experience by the water in Dubai. Discover artisan pastries, gourmet breakfast plates, and specialty coffee in our luxury coastal café at Port de La Mer."
|
||||
background="plain"
|
||||
background={{ variant: "plain" }}
|
||||
tag="Premium Coastal Café"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -55,7 +55,7 @@ export default function VisitPage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-talks-phone-sitting-table-restaurant_1304-5056.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-talks-phone-sitting-table-restaurant_1304-5056.jpg"
|
||||
imageAlt="Luxury ALICA Bakery exterior by the water"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
@@ -64,7 +64,7 @@ export default function VisitPage() {
|
||||
handle: "@sarahwanders",
|
||||
testimonial: "One of the loveliest breakfast spots by the water in Dubai. Beautiful atmosphere and amazing service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
@@ -72,7 +72,7 @@ export default function VisitPage() {
|
||||
handle: "@emmalifestyle",
|
||||
testimonial: "The interiors are gorgeous and the views are incredible. Perfect place for brunch.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
imageAlt: "Emma Roberts",
|
||||
},
|
||||
{
|
||||
@@ -80,7 +80,7 @@ export default function VisitPage() {
|
||||
handle: "@michaeladventures",
|
||||
testimonial: "Every bite is perfection. The croissants are unbelievable. Must visit!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
]}
|
||||
@@ -181,7 +181,7 @@ export default function VisitPage() {
|
||||
rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gazebo-surrounded-by-palm-trees-water-sunset_181624-57249.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gazebo-surrounded-by-palm-trees-water-sunset_181624-57249.jpg"
|
||||
imageAlt="Beautiful waterfront view at Port de La Mer"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user