Merge version_2 into main #2
@@ -44,11 +44,11 @@ export default function LandingPage() {
|
||||
title="Made with passion, served with love"
|
||||
description="Discover our cozy café experience featuring handcrafted specialty drinks, artisan desserts, and fresh brunch plates in an aesthetic floral sanctuary."
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-portrait_23-2149213154.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/curly-haired-man-with-brown-blouse-posing_23-2148892066.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-with-flower_23-2149438498.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-gorgeous-woman-outdoors-sun_23-2148803630.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-posing-with-broken-cloth_23-2148546991.jpg", alt: "Customer" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLdn4hPSbi7XtFiLteqmH4Ovki/uploaded-1774724899969-h5q8hquf.png", alt: "Customer 1" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLdn4hPSbi7XtFiLteqmH4Ovki/uploaded-1774724899969-yjkddxib.png", alt: "Customer 2" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLdn4hPSbi7XtFiLteqmH4Ovki/uploaded-1774724899969-o29hgxxm.png", alt: "Customer 3" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLdn4hPSbi7XtFiLteqmH4Ovki/uploaded-1774724899969-ripzae57.png", alt: "Customer 4" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLdn4hPSbi7XtFiLteqmH4Ovki/uploaded-1774724899969-hx6li1q8.png", alt: "Customer 5" },
|
||||
]}
|
||||
buttons={[{ text: "See Menu", href: "#menu" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
{ title: "Handmade with Love", description: "Every dessert crafted daily in-house." },
|
||||
{ title: "Cozy Atmosphere", description: "Designed to be your home away from home." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-strawberry-pie-with-tea-light-white_140725-78208.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLdn4hPSbi7XtFiLteqmH4Ovki/uploaded-1774724899969-h5q8hquf.png"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -78,9 +78,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Specialty Latte Art", price: "£4.50", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-latte_1339-5392.jpg" },
|
||||
{ id: "p2", name: "Artisan Cake Slice", price: "£5.95", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-jelly-cake-closeup_23-2148536813.jpg" },
|
||||
{ id: "p3", name: "Fresh Seasonal Brunch", price: "£12.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-with-herbs-copy-space_23-2148417417.jpg" },
|
||||
{ id: "p1", name: "Specialty Latte Art", price: "£4.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLdn4hPSbi7XtFiLteqmH4Ovki/uploaded-1774724899969-yjkddxib.png" },
|
||||
{ id: "p2", name: "Artisan Cake Slice", price: "£5.95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLdn4hPSbi7XtFiLteqmH4Ovki/uploaded-1774724899969-o29hgxxm.png" },
|
||||
{ id: "p3", name: "Fresh Seasonal Brunch", price: "£12.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLdn4hPSbi7XtFiLteqmH4Ovki/uploaded-1774724899969-ripzae57.png" },
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Curated selection of artisan coffee, matcha, and sweet treats."
|
||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flowers-bakery-plate-playing-cards-cup-drink_23-2148031632.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLdn4hPSbi7XtFiLteqmH4Ovki/uploaded-1774724899969-hx6li1q8.png"
|
||||
columns={[
|
||||
{ title: "Garden Café", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
|
||||
{ title: "Info", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
@@ -130,4 +130,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user