Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-11 13:46:36 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Experience", name: "Experience", id: "about"},
id: "about",
},
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "Reservations", name: "Reservations", id: "contact"},
id: "contact",
},
]} ]}
brandName="Red Eyes Café" brandName="Red Eyes Café"
/> />
@@ -56,71 +48,46 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Own the Night 🔥" title="Own the Night 🔥"
description="A late-night escape in E-11/2 where food, fire, and vibes come together. Open Till 4 AM." description="A late-night escape in E-11/2 where food, fire, and vibes come together. Open Till 4 AM."
buttons={[ buttons={[
{ {
text: "Reserve Table", text: "Reserve Table", href: "#contact"},
href: "#contact",
},
{ {
text: "View Menu", text: "View Menu", href: "#menu"},
href: "#menu",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5741.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5741.jpg?_wi=1"
imageAlt="Fireplace night café atmosphere" imageAlt="Fireplace night café atmosphere"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/girl-is-sitting-cafe-with-cup-coffee-tea-photo-with-shadows_231208-5209.jpg", src: "http://img.b2bpic.net/free-photo/girl-is-sitting-cafe-with-cup-coffee-tea-photo-with-shadows_231208-5209.jpg", alt: "Customer 1"},
alt: "Customer 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/low-angle-friends-taking-photos_23-2148395442.jpg", src: "http://img.b2bpic.net/free-photo/low-angle-friends-taking-photos_23-2148395442.jpg", alt: "Customer 2"},
alt: "Customer 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiley-friends-partying-front-view_23-2149745615.jpg", src: "http://img.b2bpic.net/free-photo/smiley-friends-partying-front-view_23-2149745615.jpg", alt: "Customer 3"},
alt: "Customer 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-spending-time-together_23-2149143978.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-friends-spending-time-together_23-2149143978.jpg", alt: "Customer 4"},
alt: "Customer 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188446.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188446.jpg", alt: "Customer 5"},
alt: "Customer 5",
},
]} ]}
avatarText="Over 500+ happy night owls" avatarText="Over 500+ happy night owls"
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "Open till 4 AM", icon: Clock,
text: "Open till 4 AM",
icon: Clock,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Signature BBQ", icon: Flame,
text: "Signature BBQ",
icon: Flame,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Cozy Fireplace", icon: Coffee,
text: "Cozy Fireplace",
icon: Coffee,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Outdoor Seating", icon: Moon,
text: "Outdoor Seating",
icon: Moon,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Live Energy", icon: Music,
text: "Live Energy",
icon: Music,
}, },
]} ]}
/> />
@@ -132,8 +99,7 @@ export default function LandingPage() {
title="The Red Eyes Experience" title="The Red Eyes Experience"
buttons={[ buttons={[
{ {
text: "Learn More", text: "Learn More"},
},
]} ]}
/> />
</div> </div>
@@ -145,30 +111,15 @@ export default function LandingPage() {
description="Red Eyes Café is built around atmosphere and connection." description="Red Eyes Café is built around atmosphere and connection."
accordionItems={[ accordionItems={[
{ {
id: "f1", id: "f1", title: "Fireplace Seating", content: "Our signature cozy fireplace seating."},
title: "Fireplace Seating",
content: "Our signature cozy fireplace seating.",
},
{ {
id: "f2", id: "f2", title: "Outdoor Dining", content: "Open air dining for cooler Islamabad nights."},
title: "Outdoor Dining",
content: "Open air dining for cooler Islamabad nights.",
},
{ {
id: "f3", id: "f3", title: "Late-Night Vibes", content: "Music, food, and energy until 4 AM."},
title: "Late-Night Vibes",
content: "Music, food, and energy until 4 AM.",
},
{ {
id: "f4", id: "f4", title: "Gourmet BBQ", content: "Slow-cooked meats on open charcoal."},
title: "Gourmet BBQ",
content: "Slow-cooked meats on open charcoal.",
},
{ {
id: "f5", id: "f5", title: "Signature Coffee", content: "Hand-crafted lattes for your late nights."},
title: "Signature Coffee",
content: "Hand-crafted lattes for your late nights.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/waiter-carrying-dish-with-meat-fire_23-2148131955.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/waiter-carrying-dish-with-meat-fire_23-2148131955.jpg?_wi=1"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -183,62 +134,31 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", brand: "Grill", name: "BBQ Platter", price: "$15", rating: 5,
brand: "Grill", reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/various-snacks-wooden-desk_140725-3885.jpg?_wi=1"},
name: "BBQ Platter",
price: "$15",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/various-snacks-wooden-desk_140725-3885.jpg?_wi=1",
},
{ {
id: "p2", id: "p2", brand: "Beverage", name: "Hot Latte", price: "$4", rating: 5,
brand: "Beverage", reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-caramel-coffee-with-cream_140725-7518.jpg?_wi=1"},
name: "Hot Latte",
price: "$4",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-caramel-coffee-with-cream_140725-7518.jpg?_wi=1",
},
{ {
id: "p3", id: "p3", brand: "Fast Food", name: "Snack Platter", price: "$9", rating: 4,
brand: "Fast Food", reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/wooden-tray-with-potatoes-cheese-sticks-fried-croutons_140725-3572.jpg"},
name: "Snack Platter",
price: "$9",
rating: 4,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-tray-with-potatoes-cheese-sticks-fried-croutons_140725-3572.jpg",
},
{ {
id: "p4", id: "p4", brand: "Continental", name: "Pasta Alfredo", price: "$12", rating: 5,
brand: "Continental", reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/woman-smears-butter-toast-from-breakfast-set-egg-with-tomato-butter-honey-olives-cheese-tomato-cucumber-tea-lemon-jam-side-view_141793-3240.jpg"},
name: "Pasta Alfredo",
price: "$12",
rating: 5,
reviewCount: "90",
imageSrc: "http://img.b2bpic.net/free-photo/woman-smears-butter-toast-from-breakfast-set-egg-with-tomato-butter-honey-olives-cheese-tomato-cucumber-tea-lemon-jam-side-view_141793-3240.jpg",
},
{ {
id: "p5", id: "p5", brand: "Beverage", name: "Signature Drinks", price: "$6", rating: 4,
brand: "Beverage", reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/cocktail_23-2148014939.jpg"},
name: "Signature Drinks",
price: "$6",
rating: 4,
reviewCount: "50",
imageSrc: "http://img.b2bpic.net/free-photo/cocktail_23-2148014939.jpg",
},
{ {
id: "p6", id: "p6", brand: "Sweet", name: "Dessert Delight", price: "$7", rating: 5,
brand: "Sweet", reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cakes-with-fresh-fruits-light-background_140725-136278.jpg"},
name: "Dessert Delight", ]}
price: "$7", title="Indulge in Late Night Cravings"
rating: 5, description="Explore our curated menu of signature BBQ, refreshing drinks, and savory snacks."
reviewCount: "110", buttons={[
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cakes-with-fresh-fruits-light-background_140725-136278.jpg", {
}, text: "Order Online", href: "#menu"
}
]} ]}
title="Eat Without Limits"
description="BBQ, fast food, continental, and beverages."
/> />
</div> </div>
@@ -248,60 +168,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Sarah Ahmed", date: "Oct 2023", title: "Regular", quote: "Amazing vibe!", tag: "Nightlife", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffee-cup_23-2149005429.jpg", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5741.jpg?_wi=2", imageAlt: "happy customer night cafe portrait"},
name: "Sarah Ahmed",
date: "Oct 2023",
title: "Regular",
quote: "Amazing vibe!",
tag: "Nightlife",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffee-cup_23-2149005429.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5741.jpg?_wi=2",
imageAlt: "happy customer night cafe portrait",
},
{ {
id: "t2", id: "t2", name: "Ali Khan", date: "Sep 2023", title: "Regular", quote: "Loved the fireplace.", tag: "Food", avatarSrc: "http://img.b2bpic.net/free-photo/best-friends-enjoying-time-together_23-2148395432.jpg", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698348.jpg", imageAlt: "happy customer night cafe portrait"},
name: "Ali Khan",
date: "Sep 2023",
title: "Regular",
quote: "Loved the fireplace.",
tag: "Food",
avatarSrc: "http://img.b2bpic.net/free-photo/best-friends-enjoying-time-together_23-2148395432.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698348.jpg",
imageAlt: "happy customer night cafe portrait",
},
{ {
id: "t3", id: "t3", name: "Fatima Noor", date: "Aug 2023", title: "Frequent", quote: "Great place for friends.", tag: "Atmosphere", avatarSrc: "http://img.b2bpic.net/free-photo/senior-people-having-fun-party_23-2149299034.jpg", imageSrc: "http://img.b2bpic.net/free-photo/waiter-carrying-dish-with-meat-fire_23-2148131955.jpg?_wi=2", imageAlt: "happy customer night cafe portrait"},
name: "Fatima Noor",
date: "Aug 2023",
title: "Frequent",
quote: "Great place for friends.",
tag: "Atmosphere",
avatarSrc: "http://img.b2bpic.net/free-photo/senior-people-having-fun-party_23-2149299034.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/waiter-carrying-dish-with-meat-fire_23-2148131955.jpg?_wi=2",
imageAlt: "happy customer night cafe portrait",
},
{ {
id: "t4", id: "t4", name: "Hassan Raza", date: "Jul 2023", title: "Foodie", quote: "Best night cafe.", tag: "Vibes", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-pizza-slice_23-2148773528.jpg", imageSrc: "http://img.b2bpic.net/free-photo/various-snacks-wooden-desk_140725-3885.jpg?_wi=2", imageAlt: "happy customer night cafe portrait"},
name: "Hassan Raza",
date: "Jul 2023",
title: "Foodie",
quote: "Best night cafe.",
tag: "Vibes",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-pizza-slice_23-2148773528.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/various-snacks-wooden-desk_140725-3885.jpg?_wi=2",
imageAlt: "happy customer night cafe portrait",
},
{ {
id: "t5", id: "t5", name: "Zara Malik", date: "Jun 2023", title: "Regular", quote: "The food is addictive.", tag: "Unlimited", avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520071.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-caramel-coffee-with-cream_140725-7518.jpg?_wi=2", imageAlt: "happy customer night cafe portrait"},
name: "Zara Malik",
date: "Jun 2023",
title: "Regular",
quote: "The food is addictive.",
tag: "Unlimited",
avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520071.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-caramel-coffee-with-cream_140725-7518.jpg?_wi=2",
imageAlt: "happy customer night cafe portrait",
},
]} ]}
title="What Night Lovers Say" title="What Night Lovers Say"
description="With a 4.5 rating, we are a local favorite." description="With a 4.5 rating, we are a local favorite."
@@ -316,20 +191,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "4.5+", description: "Star Rating"},
value: "4.5+",
description: "Star Rating",
},
{ {
id: "m2", id: "m2", value: "24/7", description: "Atmosphere"},
value: "24/7",
description: "Atmosphere",
},
{ {
id: "m3", id: "m3", value: "4 AM", description: "Late Closure"},
value: "4 AM",
description: "Late Closure",
},
]} ]}
title="Numbers That Matter" title="Numbers That Matter"
description="We are growing fast." description="We are growing fast."
@@ -345,35 +211,11 @@ export default function LandingPage() {
description="Read more about our café culture." description="Read more about our café culture."
blogs={[ blogs={[
{ {
id: "b1", id: "b1", category: "Life", title: "The Late Night Vibe", excerpt: "Why Islamabad loves our cafe.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-eats-chicken-soup-with-salads-cheese_141793-4332.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-woman-drinking-coffee-night-out_23-2149144024.jpg", date: "Jan 2024"},
category: "Life",
title: "The Late Night Vibe",
excerpt: "Why Islamabad loves our cafe.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-eats-chicken-soup-with-salads-cheese_141793-4332.jpg",
authorName: "Admin",
authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-woman-drinking-coffee-night-out_23-2149144024.jpg",
date: "Jan 2024",
},
{ {
id: "b2", id: "b2", category: "Food", title: "Unlimited Dining", excerpt: "Everything you need to know.", imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-snacks-wooden-piece-high-quality-photo_114579-67399.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/friends-having-fun-while-traveling_52683-88086.jpg", date: "Jan 2024"},
category: "Food",
title: "Unlimited Dining",
excerpt: "Everything you need to know.",
imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-snacks-wooden-piece-high-quality-photo_114579-67399.jpg",
authorName: "Admin",
authorAvatar: "http://img.b2bpic.net/free-photo/friends-having-fun-while-traveling_52683-88086.jpg",
date: "Jan 2024",
},
{ {
id: "b3", id: "b3", category: "Place", title: "E-11/2 Best Spots", excerpt: "Finding the perfect night cafe.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-reading-together_23-2149477446.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/best-friends-eating-some-street-food_23-2149009625.jpg", date: "Jan 2024"},
category: "Place",
title: "E-11/2 Best Spots",
excerpt: "Finding the perfect night cafe.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-reading-together_23-2149477446.jpg",
authorName: "Admin",
authorAvatar: "http://img.b2bpic.net/free-photo/best-friends-eating-some-street-food_23-2149009625.jpg",
date: "Jan 2024",
},
]} ]}
/> />
</div> </div>
@@ -382,18 +224,15 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Visit Us" tag="Visit Us"
title="Stay Late. Eat More. 🔥" title="Stay Late. Eat More. 🔥"
description="Margalla Vista, Lower Ground, E-11/2, Islamabad. 0348 9990766." description="Margalla Vista, Lower Ground, E-11/2, Islamabad. 0348 9990766."
buttons={[ buttons={[
{ {
text: "Book a Table", text: "Book a Table"},
},
{ {
text: "Call Now", text: "Call Now"},
},
]} ]}
/> />
</div> </div>
@@ -403,29 +242,19 @@ export default function LandingPage() {
logoText="Red Eyes Café" logoText="Red Eyes Café"
columns={[ columns={[
{ {
title: "Explore", title: "Explore", items: [
items: [
{ {
label: "Menu", label: "Menu", href: "#menu"},
href: "#menu",
},
{ {
label: "Reservations", label: "Reservations", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -434,4 +263,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }