Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
262
src/app/page.tsx
262
src/app/page.tsx
@@ -19,27 +19,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
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="Heeb Cafe"
|
||||
/>
|
||||
@@ -47,64 +42,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Welcome to Heeb Cafe"
|
||||
description="Experience the warmth of artisanal coffee and delicious bites in the heart of Ras Al Khaimah. Your daily escape, crafted with love."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View Menu", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg"
|
||||
imageAlt="Heeb Cafe interior"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg",
|
||||
alt: "Person in a cafe enjoying a book",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg",
|
||||
alt: "Two men in cafe",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brunette-girl-using-her-cellphone-reach-friend_1157-17795.jpg",
|
||||
alt: "brunette girl using her cellphone to reach a friend",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg",
|
||||
alt: "Stylish young woman using digital tablet at restaurant table",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coffee_1385-1030.jpg",
|
||||
alt: "Coffee",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg", alt: "Person in a cafe enjoying a book" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg", alt: "Two men in cafe" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/brunette-girl-using-her-cellphone-reach-friend_1157-17795.jpg", alt: "brunette girl using her cellphone to reach a friend" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg", alt: "Stylish young woman using digital tablet at restaurant table" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/coffee_1385-1030.jpg", alt: "Coffee" },
|
||||
]}
|
||||
avatarText="Join our 5,000+ community members"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Roasted",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hand-Crafted",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cozy Atmosphere",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Open Daily",
|
||||
},
|
||||
{ type: "text", text: "Freshly Roasted" },
|
||||
{ type: "text", text: "Locally Sourced" },
|
||||
{ type: "text", text: "Hand-Crafted" },
|
||||
{ type: "text", text: "Cozy Atmosphere" },
|
||||
{ type: "text", text: "Open Daily" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,9 +72,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Story"
|
||||
description={[
|
||||
"At Heeb Cafe, we believe in the art of hospitality. Our journey began with a passion for high-quality brews and creating a community space for everyone in Ras Al Khaimah.",
|
||||
"Every cup we serve is a testament to our dedication to excellence, sourced ethically and prepared by experts.",
|
||||
]}
|
||||
"At Heeb Cafe, we believe in the art of hospitality. Our journey began with a passion for high-quality brews and creating a community space for everyone in Ras Al Khaimah.", "Every cup we serve is a testament to our dedication to excellence, sourced ethically and prepared by experts."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -125,27 +81,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Coffee",
|
||||
title: "Artisanal Brews",
|
||||
subtitle: "Crafted Perfection",
|
||||
description: "Hand-picked beans, roasted to perfection for the ultimate coffee experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-coffee-wooden-table_23-2148251625.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Bakery",
|
||||
title: "Fresh Pastries",
|
||||
subtitle: "Baked Daily",
|
||||
description: "Indulge in our selection of buttery croissants and gourmet pastries.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-delicious-bagels-inside-tray-with-fresh-sour-plums-tea-light-pink-desk_140725-66169.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Specialty",
|
||||
title: "Signature Lattes",
|
||||
subtitle: "Flavorful Creations",
|
||||
description: "Unique blends that redefine your coffee break with bold and smooth flavors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-coffee_23-2148865576.jpg",
|
||||
},
|
||||
{ tag: "Coffee", title: "Artisanal Brews", subtitle: "Crafted Perfection", description: "Hand-picked beans, roasted to perfection for the ultimate coffee experience.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-coffee-wooden-table_23-2148251625.jpg" },
|
||||
{ tag: "Bakery", title: "Fresh Pastries", subtitle: "Baked Daily", description: "Indulge in our selection of buttery croissants and gourmet pastries.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-delicious-bagels-inside-tray-with-fresh-sour-plums-tea-light-pink-desk_140725-66169.jpg" },
|
||||
{ tag: "Specialty", title: "Signature Lattes", subtitle: "Flavorful Creations", description: "Unique blends that redefine your coffee break with bold and smooth flavors.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-coffee_23-2148865576.jpg" },
|
||||
]}
|
||||
title="Our Signature Flavors"
|
||||
description="Discover a selection of handcrafted beverages and delicious pastries designed to delight your senses."
|
||||
@@ -159,60 +97,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Heeb",
|
||||
name: "Classic Latte",
|
||||
price: "AED 25",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-table_23-2148251693.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Heeb",
|
||||
name: "Croissant",
|
||||
price: "AED 15",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-cup-tea-dark_140725-120926.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Heeb",
|
||||
name: "Cappuccino",
|
||||
price: "AED 22",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-stirring-coffee_23-2147765348.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Heeb",
|
||||
name: "Iced Matcha",
|
||||
price: "AED 30",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-boy-preparing-coffee-drink-table_179666-978.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Heeb",
|
||||
name: "Muffin",
|
||||
price: "AED 12",
|
||||
rating: 4,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cup-tea-cake-cupcakes-cup-tea-sweets-cinnamon-sticks-white-notebook_140725-123215.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Heeb",
|
||||
name: "Espresso",
|
||||
price: "AED 18",
|
||||
rating: 5,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-cafe-pouring-filter-coffee-brewing-preparing-order-counter-wearing-blue-apron_1258-203371.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Heeb", name: "Classic Latte", price: "AED 25", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-table_23-2148251693.jpg" },
|
||||
{ id: "p2", brand: "Heeb", name: "Croissant", price: "AED 15", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-cup-tea-dark_140725-120926.jpg" },
|
||||
{ id: "p3", brand: "Heeb", name: "Cappuccino", price: "AED 22", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-stirring-coffee_23-2147765348.jpg" },
|
||||
{ id: "p4", brand: "Heeb", name: "Iced Matcha", price: "AED 30", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-boy-preparing-coffee-drink-table_179666-978.jpg" },
|
||||
{ id: "p5", brand: "Heeb", name: "Muffin", price: "AED 12", rating: 4, reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cup-tea-cake-cupcakes-cup-tea-sweets-cinnamon-sticks-white-notebook_140725-123215.jpg" },
|
||||
{ id: "p6", brand: "Heeb", name: "Espresso", price: "AED 18", rating: 5, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/barista-cafe-pouring-filter-coffee-brewing-preparing-order-counter-wearing-blue-apron_1258-203371.jpg" },
|
||||
]}
|
||||
title="Fresh Menu Selection"
|
||||
description="Explore our full catalog of daily fresh offerings available for dine-in or drive-through."
|
||||
@@ -226,46 +116,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Ahmed",
|
||||
role: "Regular Guest",
|
||||
company: "RAK Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-shy-young-asian-woman-standing-front-cafe-entrance-touching-her-neck_1258-199358.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mohamed Ali",
|
||||
role: "Coffee Enthusiast",
|
||||
company: "Local Community",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-enjoys-meal-street-cafe-pretty-lady-grey-tee-jacket-smiles-posing-good-mood-outside_197531-18552.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Layla Omar",
|
||||
role: "Blogger",
|
||||
company: "Foodie Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-662.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Smith",
|
||||
role: "Visitor",
|
||||
company: "Expats RAK",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-tender-parisian-girl-stylish-outfit-sends-air-kiss-portrait-young-woman-with-expressive-look_197531-12004.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Fatima Zaid",
|
||||
role: "Daily Visitor",
|
||||
company: "Local Business",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Ahmed", role: "Regular Guest", company: "RAK Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-shy-young-asian-woman-standing-front-cafe-entrance-touching-her-neck_1258-199358.jpg" },
|
||||
{ id: "t2", name: "Mohamed Ali", role: "Coffee Enthusiast", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-enjoys-meal-street-cafe-pretty-lady-grey-tee-jacket-smiles-posing-good-mood-outside_197531-18552.jpg" },
|
||||
{ id: "t3", name: "Layla Omar", role: "Blogger", company: "Foodie Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-662.jpg" },
|
||||
{ id: "t4", name: "David Smith", role: "Visitor", company: "Expats RAK", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-tender-parisian-girl-stylish-outfit-sends-air-kiss-portrait-young-woman-with-expressive-look_197531-12004.jpg" },
|
||||
{ id: "t5", name: "Fatima Zaid", role: "Daily Visitor", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg" },
|
||||
]}
|
||||
title="Loved by our Community"
|
||||
description="Read what our wonderful guests have to say about their experience at Heeb Cafe."
|
||||
@@ -277,14 +132,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Ras Al Khaimah Tourism",
|
||||
"RAK Chamber",
|
||||
"Local Business Union",
|
||||
"Community Magazine",
|
||||
"Coffee Enthusiasts Group",
|
||||
"RAK Arts Council",
|
||||
"Sheikh Saqr City Hub",
|
||||
]}
|
||||
"Ras Al Khaimah Tourism", "RAK Chamber", "Local Business Union", "Community Magazine", "Coffee Enthusiasts Group", "RAK Arts Council", "Sheikh Saqr City Hub"]}
|
||||
title="Proudly Supported By"
|
||||
description="We are honored to be part of the vibrant Ras Al Khaimah community."
|
||||
/>
|
||||
@@ -295,21 +143,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open daily from 9 AM to late evening.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer drive-through?",
|
||||
content: "Yes, we provide convenient drive-through services.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is there outdoor seating?",
|
||||
content: "Yes, we have a comfortable outdoor area for our guests.",
|
||||
},
|
||||
{ id: "f1", title: "What are your operating hours?", content: "We are open daily from 9 AM to late evening." },
|
||||
{ id: "f2", title: "Do you offer drive-through?", content: "Yes, we provide convenient drive-through services." },
|
||||
{ id: "f3", title: "Is there outdoor seating?", content: "Yes, we have a comfortable outdoor area for our guests." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/roasted-coffee-beans-close-up_23-2148337613.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -322,9 +158,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Newsletter"
|
||||
title="Stay Connected"
|
||||
description="Join our newsletter for exclusive offers and updates from Heeb Cafe."
|
||||
@@ -334,14 +168,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Heeb Cafe"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "tel:0507119965",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact Us", href: "tel:0507119965" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user