Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
222
src/app/page.tsx
222
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="ISOKO"
|
||||
/>
|
||||
@@ -54,66 +46,41 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Welcome to ISOKO COFFEE HOUSE"
|
||||
description="Experience delicious coffee, amazing food, and a relaxing atmosphere in Musanze."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064702.jpg",
|
||||
alt: "Person in a cafe enjoying a book",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064702.jpg", alt: "Person in a cafe enjoying a book"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg",
|
||||
alt: "Low angle friends drinking coffee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg", alt: "Low angle friends drinking coffee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg",
|
||||
alt: "Portrait of a pretty young woman sitting",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg", alt: "Portrait of a pretty young woman sitting"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-successful-bearded-south-asian-young-indian-freelancer-blue-jeans-shirt-sitting-cafe-with-chicken-nuggets-lemonade_627829-5095.jpg",
|
||||
alt: "Portrait of handsome successful bearded south asian young indian freelancer in blue jeans shirt sitting in cafe with chicken nuggets and lemonade",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-successful-bearded-south-asian-young-indian-freelancer-blue-jeans-shirt-sitting-cafe-with-chicken-nuggets-lemonade_627829-5095.jpg", alt: "Portrait of handsome successful bearded south asian young indian freelancer in blue jeans shirt sitting in cafe with chicken nuggets and lemonade"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg",
|
||||
alt: "Medium shot smiley man with chain necklace",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg", alt: "Medium shot smiley man with chain necklace"},
|
||||
]}
|
||||
avatarText="Join our growing community of coffee lovers."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
type: "text", text: "Locally Sourced"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisan Roasts",
|
||||
},
|
||||
type: "text", text: "Artisan Roasts"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Relaxed Atmosphere",
|
||||
},
|
||||
type: "text", text: "Relaxed Atmosphere"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Fresh Bakes",
|
||||
},
|
||||
type: "text", text: "Daily Fresh Bakes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Community Centric",
|
||||
},
|
||||
type: "text", text: "Community Centric"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,9 +90,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Story"
|
||||
description={[
|
||||
"Isoko Coffee House is a sanctuary of taste in the heart of Musanze, Rwanda. We combine high-quality, sustainably sourced coffee with fresh, local ingredients to create memorable experiences for every guest.",
|
||||
"Our modern, relaxing environment is perfect for gathering with friends, enjoying a quiet morning, or simply treating yourself to the best coffee in the city. Experience our friendly staff and warm hospitality today.",
|
||||
]}
|
||||
"Isoko Coffee House is a sanctuary of taste in the heart of Musanze, Rwanda. We combine high-quality, sustainably sourced coffee with fresh, local ingredients to create memorable experiences for every guest.", "Our modern, relaxing environment is perfect for gathering with friends, enjoying a quiet morning, or simply treating yourself to the best coffee in the city. Experience our friendly staff and warm hospitality today."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -137,47 +102,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Signature Espresso",
|
||||
price: "$3.50",
|
||||
variant: "Coffee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/appetizing-pancakes-decorated-with-berries-flowers_169016-23187.jpg?_wi=1",
|
||||
},
|
||||
id: "m1", name: "Signature Espresso", price: "$3.50", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/appetizing-pancakes-decorated-with-berries-flowers_169016-23187.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Farmer's Breakfast",
|
||||
price: "$8.00",
|
||||
variant: "Breakfast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-plate-with-black-pasta-quail-eggs-dark-background_23-2148340358.jpg",
|
||||
},
|
||||
id: "m2", name: "Farmer's Breakfast", price: "$8.00", variant: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/black-plate-with-black-pasta-quail-eggs-dark-background_23-2148340358.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Classic Club Sandwich",
|
||||
price: "$12.00",
|
||||
variant: "Lunch",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-dessert-with-muesli-fruit-glass-bowl-table_2829-19826.jpg",
|
||||
},
|
||||
id: "m3", name: "Classic Club Sandwich", price: "$12.00", variant: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/healthy-dessert-with-muesli-fruit-glass-bowl-table_2829-19826.jpg"},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Grilled Salmon",
|
||||
price: "$18.00",
|
||||
variant: "Dinner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-with-vegetable-salad_1203-9946.jpg",
|
||||
},
|
||||
id: "m4", name: "Grilled Salmon", price: "$18.00", variant: "Dinner", imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-with-vegetable-salad_1203-9946.jpg"},
|
||||
{
|
||||
id: "m5",
|
||||
name: "Chocolate Lava Cake",
|
||||
price: "$6.00",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissants-citrus_23-2147667281.jpg",
|
||||
},
|
||||
id: "m5", name: "Chocolate Lava Cake", price: "$6.00", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/croissants-citrus_23-2147667281.jpg"},
|
||||
{
|
||||
id: "m6",
|
||||
name: "Fresh Berry Infusion",
|
||||
price: "$4.50",
|
||||
variant: "Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee_1339-2388.jpg",
|
||||
},
|
||||
id: "m6", name: "Fresh Berry Infusion", price: "$4.50", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee_1339-2388.jpg"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="A curated selection of the finest coffee, breakfast, lunch, and dinner options prepared with passion."
|
||||
@@ -192,45 +127,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice M.",
|
||||
role: "Frequent Guest",
|
||||
company: "Musanze Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-shows-heart-sign-loves-making-coffee-serving-clients-standing-unifo_1258-134404.jpg",
|
||||
},
|
||||
id: "1", name: "Alice M.", role: "Frequent Guest", company: "Musanze Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-shows-heart-sign-loves-making-coffee-serving-clients-standing-unifo_1258-134404.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John D.",
|
||||
role: "Business Traveler",
|
||||
company: "Kigali",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg",
|
||||
},
|
||||
id: "2", name: "John D.", role: "Business Traveler", company: "Kigali", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah K.",
|
||||
role: "Coffee Enthusiast",
|
||||
company: "Musanze",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-tanned-brunette-woman-stylish-red-dress-beret-sunglasses-sits-cafe_197531-24181.jpg",
|
||||
},
|
||||
id: "3", name: "Sarah K.", role: "Coffee Enthusiast", company: "Musanze", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-tanned-brunette-woman-stylish-red-dress-beret-sunglasses-sits-cafe_197531-24181.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark L.",
|
||||
role: "Food Blogger",
|
||||
company: "Global Traveler",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-2039.jpg",
|
||||
},
|
||||
id: "4", name: "Mark L.", role: "Food Blogger", company: "Global Traveler", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-2039.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emily P.",
|
||||
role: "Digital Nomad",
|
||||
company: "Remote Worker",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-coffee-cup_23-2149647823.jpg",
|
||||
},
|
||||
id: "5", name: "Emily P.", role: "Digital Nomad", company: "Remote Worker", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-coffee-cup_23-2149647823.jpg"},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="What our guests are saying about Isoko Coffee House."
|
||||
@@ -244,40 +154,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Coffee Craft",
|
||||
description: "Precision brews every time.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-table-setting-with-wine-glasses-plates_181624-60149.jpg",
|
||||
},
|
||||
title: "Coffee Craft", description: "Precision brews every time.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-table-setting-with-wine-glasses-plates_181624-60149.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg?_wi=2",
|
||||
imageAlt: "artisan interior design cafe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Interior Vibes",
|
||||
description: "Relaxing and modern decor.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/machine-making-coffee_23-2148892815.jpg",
|
||||
},
|
||||
title: "Interior Vibes", description: "Relaxing and modern decor.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/machine-making-coffee_23-2148892815.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-street-istanbul-turkey_628469-67.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116661.jpg",
|
||||
imageAlt: "artisan interior design cafe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-street-istanbul-turkey_628469-67.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Gourmet Food",
|
||||
description: "Fresh and local ingredients.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-brownies-with-chocolate-chips-inside-purple-plate-rustic-grey_140725-29959.jpg",
|
||||
},
|
||||
title: "Gourmet Food", description: "Fresh and local ingredients.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-brownies-with-chocolate-chips-inside-purple-plate-rustic-grey_140725-29959.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-desktop-table_23-2147936237.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/appetizing-pancakes-decorated-with-berries-flowers_169016-23187.jpg?_wi=2",
|
||||
imageAlt: "artisan interior design cafe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-desktop-table_23-2147936237.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -292,20 +184,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open daily from 7:00 AM to 10:00 PM.",
|
||||
},
|
||||
id: "f1", title: "What are your opening hours?", content: "We are open daily from 7:00 AM to 10:00 PM."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer vegan options?",
|
||||
content: "Yes, we have a variety of plant-based dishes and drinks.",
|
||||
},
|
||||
id: "f2", title: "Do you offer vegan options?", content: "Yes, we have a variety of plant-based dishes and drinks."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I book for large groups?",
|
||||
content: "Absolutely! Please contact us at least 24 hours in advance.",
|
||||
},
|
||||
id: "f3", title: "Can I book for large groups?", content: "Absolutely! Please contact us at least 24 hours in advance."},
|
||||
]}
|
||||
title="Questions?"
|
||||
description="Find everything you need to know about our cafe."
|
||||
@@ -317,20 +200,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Book Your Experience"
|
||||
description="Located at Camp Muhoza, NM 63 St, Musanze, Rwanda. Call us at +250 780 711 135 to reserve your table today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+250780711135",
|
||||
},
|
||||
text: "Call Now", href: "tel:+250780711135"},
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "#",
|
||||
},
|
||||
text: "Reserve Table", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user