Merge version_1 into main #1
172
src/app/page.tsx
172
src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "story",
|
||||
},
|
||||
name: "About", id: "story"},
|
||||
{
|
||||
name: "Visit",
|
||||
id: "visit",
|
||||
},
|
||||
name: "Visit", id: "visit"},
|
||||
]}
|
||||
brandName="Foxy Cafe"
|
||||
/>
|
||||
@@ -50,19 +44,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Foxy Cafe"
|
||||
description="Specialty coffee, honest food, and a space that feels like yours — in the heart of Madinat Zayed."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Find Us",
|
||||
href: "#visit",
|
||||
},
|
||||
text: "Find Us", href: "#visit"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-sitting-chair-inside-cafe_1303-19192.jpg"
|
||||
@@ -89,47 +78,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "V60 Filter Coffee",
|
||||
price: "AED —",
|
||||
variant: "Perfectly balanced.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-filter-funnel-coffee-mug_107420-84974.jpg",
|
||||
},
|
||||
id: "1", name: "V60 Filter Coffee", price: "AED —", variant: "Perfectly balanced.", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-filter-funnel-coffee-mug_107420-84974.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Cold Brew",
|
||||
price: "AED —",
|
||||
variant: "Smooth. Slow. Serious.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee-filtered-image-processed-vintage-effect_1232-2850.jpg",
|
||||
},
|
||||
id: "2", name: "Cold Brew", price: "AED —", variant: "Smooth. Slow. Serious.", imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee-filtered-image-processed-vintage-effect_1232-2850.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Matcha",
|
||||
price: "AED —",
|
||||
variant: "The best in MZ.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-tea-fresh-milk-served-with-delicious-snacks_1150-24496.jpg",
|
||||
},
|
||||
id: "3", name: "Matcha", price: "AED —", variant: "The best in MZ.", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-fresh-milk-served-with-delicious-snacks_1150-24496.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Halloumi Sandwich",
|
||||
price: "AED —",
|
||||
variant: "Crispy and golden.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-lavash-served-with-french-fries-ketchup_141793-942.jpg",
|
||||
},
|
||||
id: "4", name: "Halloumi Sandwich", price: "AED —", variant: "Crispy and golden.", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-lavash-served-with-french-fries-ketchup_141793-942.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Avocado Toast",
|
||||
price: "AED —",
|
||||
variant: "Fresh and local.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-avocado-toast-plate_23-2148893591.jpg",
|
||||
},
|
||||
id: "5", name: "Avocado Toast", price: "AED —", variant: "Fresh and local.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-avocado-toast-plate_23-2148893591.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Americano",
|
||||
price: "AED —",
|
||||
variant: "Simple. Flawless.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-black-coffee-glass-wooden-table_1150-13459.jpg",
|
||||
},
|
||||
id: "6", name: "Americano", price: "AED —", variant: "Simple. Flawless.", imageSrc: "http://img.b2bpic.net/free-photo/ice-black-coffee-glass-wooden-table_1150-13459.jpg"},
|
||||
]}
|
||||
title="Something for every mood."
|
||||
description="A curated selection of our most-loved coffee drinks and honest bites, prepared fresh daily in our kitchen."
|
||||
@@ -138,30 +97,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="vibe" data-section="vibe">
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "v1",
|
||||
title: "Cozy Atmosphere",
|
||||
description: "Designed for focus and relaxation.",
|
||||
tag: "Work",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-virtual-date_23-2149307273.jpg",
|
||||
},
|
||||
id: "v1", title: "Cozy Atmosphere", description: "Designed for focus and relaxation.", tag: "Work", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-virtual-date_23-2149307273.jpg"},
|
||||
{
|
||||
id: "v2",
|
||||
title: "Artisan Design",
|
||||
description: "Thoughtful, warm interiors.",
|
||||
tag: "Rest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg",
|
||||
},
|
||||
id: "v2", title: "Artisan Design", description: "Thoughtful, warm interiors.", tag: "Rest", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg"},
|
||||
{
|
||||
id: "v3",
|
||||
title: "Neighborhood Vibe",
|
||||
description: "Your quiet corner in Madinat Zayed.",
|
||||
tag: "Savour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-senior-woman-reading-coffee-shop_23-2149357064.jpg",
|
||||
},
|
||||
id: "v3", title: "Neighborhood Vibe", description: "Your quiet corner in Madinat Zayed.", tag: "Savour", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-senior-woman-reading-coffee-shop_23-2149357064.jpg"},
|
||||
]}
|
||||
title="A place to work, rest, and savour."
|
||||
description="Whether you're deep in a deadline or just need a moment — Foxy Cafe is your quiet corner. Comfortable seating, fast WiFi, and a coffee that actually earns its price."
|
||||
@@ -173,30 +118,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Gypseaaa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg",
|
||||
},
|
||||
id: "t1", name: "Gypseaaa", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "A. Almansoori",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491911.jpg",
|
||||
},
|
||||
id: "t2", name: "A. Almansoori", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491911.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "R. Almansoori",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-traveling-local-place_23-2149016698.jpg",
|
||||
},
|
||||
id: "t3", name: "R. Almansoori", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-traveling-local-place_23-2149016698.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "M Al Hammadi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149647827.jpg",
|
||||
},
|
||||
id: "t4", name: "M Al Hammadi", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149647827.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Mohamed Alkaabi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-gorgeous-young-female-feels-happy-coffee-shop_273609-2792.jpg",
|
||||
},
|
||||
id: "t5", name: "Mohamed Alkaabi", imageSrc: "http://img.b2bpic.net/free-photo/positive-gorgeous-young-female-feels-happy-coffee-shop_273609-2792.jpg"},
|
||||
]}
|
||||
cardTitle="What our guests say."
|
||||
cardTag="Reviews"
|
||||
@@ -212,25 +142,13 @@ export default function LandingPage() {
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "n",
|
||||
name: "Nikita",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg",
|
||||
},
|
||||
id: "n", name: "Nikita", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg"},
|
||||
{
|
||||
id: "r",
|
||||
name: "Rein",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-barista-serving-cups-coffee_23-2148522983.jpg",
|
||||
},
|
||||
id: "r", name: "Rein", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-barista-serving-cups-coffee_23-2148522983.jpg"},
|
||||
{
|
||||
id: "p",
|
||||
name: "Paul",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-carrying-mugs-with-coffee_23-2148817105.jpg",
|
||||
},
|
||||
id: "p", name: "Paul", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-carrying-mugs-with-coffee_23-2148817105.jpg"},
|
||||
{
|
||||
id: "g",
|
||||
name: "Gigi Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-asian-woman-standing-front-cafe-entrance-inviting-people-businesswoman-owner_1258-134096.jpg",
|
||||
},
|
||||
id: "g", name: "Gigi Johnson", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-asian-woman-standing-front-cafe-entrance-inviting-people-businesswoman-owner_1258-134096.jpg"},
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -240,14 +158,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Madinat Zayed, Abu Dhabi, UAE.\n\nOpen Daily: 7:00 AM – 11:00 PM\nFind us on Talabat for delivery.\n\nLadies' welcome every day. Special ladies-only sessions available — ask our team."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -257,42 +172,27 @@ export default function LandingPage() {
|
||||
logoText="Foxy Cafe"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Coffee",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Coffee", href: "#menu"},
|
||||
{
|
||||
label: "Food",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Food", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Visit",
|
||||
items: [
|
||||
title: "Visit", items: [
|
||||
{
|
||||
label: "Our Location",
|
||||
href: "#visit",
|
||||
},
|
||||
label: "Our Location", href: "#visit"},
|
||||
{
|
||||
label: "Talabat Delivery",
|
||||
href: "#",
|
||||
},
|
||||
label: "Talabat Delivery", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "#",
|
||||
},
|
||||
label: "TikTok", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user