Merge version_1 into main #2
150
src/app/page.tsx
150
src/app/page.tsx
@@ -27,72 +27,30 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="The B Club"
|
||||
button={{ text: "Visit Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="The B Club: A New Era of Coffee"
|
||||
description="Experience artisanal coffee culture in the heart of Abu Dhabi. Where every cup tells a story of quality, tradition, and innovation."
|
||||
tag="Abu Dhabi's Finest"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Explore Menu", href: "#menu" }]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-high-end-macro-shot-of-a-barista-pouri-1774724891700-38862e7b.png?_wi=1",
|
||||
imageAlt: "Latte Art",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-steaming-hot-cup-of-specialty-coffee-p-1774724890383-0e8ecab7.png",
|
||||
imageAlt: "Coffee Morning",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-close-up-view-of-roasted-coffee-beans--1774724892801-509d7e9b.png",
|
||||
imageAlt: "Roast and Brew",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-warm-atmospheric-photo-of-a-cafe-count-1774724890864-0fa7ad98.png",
|
||||
imageAlt: "Pastries",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-sleek-modern-cup-of-coffee-with-delica-1774724891363-224682ed.png",
|
||||
imageAlt: "Specialty Brew",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-premium-cup-of-coffee-featuring-a-uniq-1774724890451-54eb5f97.png",
|
||||
imageAlt: "The B Club Cup",
|
||||
},
|
||||
{ id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-high-end-macro-shot-of-a-barista-pouri-1774724891700-38862e7b.png", imageAlt: "Latte Art" },
|
||||
{ id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-steaming-hot-cup-of-specialty-coffee-p-1774724890383-0e8ecab7.png", imageAlt: "Coffee Morning" },
|
||||
{ id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-close-up-view-of-roasted-coffee-beans--1774724892801-509d7e9b.png", imageAlt: "Roast and Brew" },
|
||||
{ id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-warm-atmospheric-photo-of-a-cafe-count-1774724890864-0fa7ad98.png", imageAlt: "Pastries" },
|
||||
{ id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-sleek-modern-cup-of-coffee-with-delica-1774724891363-224682ed.png", imageAlt: "Specialty Brew" },
|
||||
{ id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-premium-cup-of-coffee-featuring-a-uniq-1774724890451-54eb5f97.png", imageAlt: "The B Club Cup" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -112,34 +70,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Sourdough Toast",
|
||||
price: "AED 35",
|
||||
variant: "Breakfast",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/delicious-sourdough-avocado-toast-on-a-c-1774724890256-057d66c1.png",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Classic Croissant",
|
||||
price: "AED 18",
|
||||
variant: "Bakery",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-freshly-baked-croissant-with-golden-fl-1774724905132-9d4fec58.png",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Signature Iced Latte",
|
||||
price: "AED 28",
|
||||
variant: "Beverage",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-perfectly-crafted-iced-latte-with-colo-1774724889890-740a9b59.png",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Flat White",
|
||||
price: "AED 22",
|
||||
variant: "Beverage",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-high-end-macro-shot-of-a-barista-pouri-1774724891700-38862e7b.png?_wi=2",
|
||||
},
|
||||
{ id: "p1", name: "Sourdough Toast", price: "AED 35", variant: "Breakfast", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/delicious-sourdough-avocado-toast-on-a-c-1774724890256-057d66c1.png" },
|
||||
{ id: "p2", name: "Classic Croissant", price: "AED 18", variant: "Bakery", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-freshly-baked-croissant-with-golden-fl-1774724905132-9d4fec58.png" },
|
||||
{ id: "p3", name: "Signature Iced Latte", price: "AED 28", variant: "Beverage", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-perfectly-crafted-iced-latte-with-colo-1774724889890-740a9b59.png" },
|
||||
{ id: "p4", name: "Flat White", price: "AED 22", variant: "Beverage", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/a-high-end-macro-shot-of-a-barista-pouri-1774724891700-38862e7b.png" }
|
||||
]}
|
||||
title="Signature Selections"
|
||||
description="Curated flavors, freshly prepared for your daily ritual."
|
||||
@@ -152,41 +86,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Ahmed",
|
||||
role: "Frequent Visitor",
|
||||
testimonial: "The best specialty coffee spot in Abu Dhabi. Every sip is perfect.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-stylish-young-professional-1774724890394-8f8e1fc8.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Khalid Al Mansouri",
|
||||
role: "Regular",
|
||||
testimonial: "I love the warm ambiance and the quality of beans they use.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-local-abu-dhabi-resident-s-1774724890561-845d64fe.png",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rossi",
|
||||
role: "Designer",
|
||||
testimonial: "Finally, a place that balances great coffee with excellent aesthetic.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-traveler-sipping-coffee-in-1774724890147-7f173b6a.png",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Omar F.",
|
||||
role: "Tech Professional",
|
||||
testimonial: "Highly recommended for those who appreciate a well-crafted flat white.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-food-blogger-in-a-stylish--1774724890069-6ca175a1.png",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Laila J.",
|
||||
role: "Food Critic",
|
||||
testimonial: "An incredible addition to the city's coffee scene. Truly artisanal.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-stylish-young-professional-1774724890394-8f8e1fc8.png?_wi=2",
|
||||
},
|
||||
{ id: "1", name: "Sarah Ahmed", role: "Frequent Visitor", testimonial: "The best specialty coffee spot in Abu Dhabi. Every sip is perfect.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-stylish-young-professional-1774724890394-8f8e1fc8.png" },
|
||||
{ id: "2", name: "Khalid Al Mansouri", role: "Regular", testimonial: "I love the warm ambiance and the quality of beans they use.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-local-abu-dhabi-resident-s-1774724890561-845d64fe.png" },
|
||||
{ id: "3", name: "Elena Rossi", role: "Designer", testimonial: "Finally, a place that balances great coffee with excellent aesthetic.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-traveler-sipping-coffee-in-1774724890147-7f173b6a.png" },
|
||||
{ id: "4", name: "Omar F.", role: "Tech Professional", testimonial: "Highly recommended for those who appreciate a well-crafted flat white.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-food-blogger-in-a-stylish--1774724890069-6ca175a1.png" },
|
||||
{ id: "5", name: "Laila J.", role: "Food Critic", testimonial: "An incredible addition to the city's coffee scene. Truly artisanal.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQjYULv9RPEQGFs0BRVLfF8SZ/portrait-of-a-stylish-young-professional-1774724890394-8f8e1fc8.png" }
|
||||
]}
|
||||
title="Community Voices"
|
||||
description="What our patrons say about the B Club experience."
|
||||
@@ -196,14 +100,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="The B Club"
|
||||
leftLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Contact Us", href: "#contact" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user