Merge version_1 into main #2
273
src/app/page.tsx
273
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Story",
|
||||
id: "story",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Story", id: "story" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Cocktails by Jojo"
|
||||
/>
|
||||
@@ -58,16 +46,10 @@ export default function LandingPage() {
|
||||
logoText="Cocktails by Jojo"
|
||||
description="Freshly made local dishes, handcrafted cocktails, and a vibe you’ll never forget. A taste of elegance in Iganga."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Order Now", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-cocktail-tablecloth_23-2151318383.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-cocktail-tablecloth_23-2151318383.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,19 +57,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Built with Passion,",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/mother-daughter-talking-kitchen_329181-8926.jpg",
|
||||
alt: "Jojo's Story",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: "Served with Heart.",
|
||||
},
|
||||
{ type: "text", content: "Built with Passion," },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/mother-daughter-talking-kitchen_329181-8926.jpg", alt: "Jojo's Story" },
|
||||
{ type: "text", content: "Served with Heart." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,48 +71,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Fresh Juice Selection",
|
||||
price: "From 5k",
|
||||
variant: "Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dinner-menu-with-combination-different-salads-foods_114579-1770.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Chapati Specials",
|
||||
price: "From 2k",
|
||||
variant: "Street Food",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/berry-cocktail-shot_140725-9317.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Crispy Samosas",
|
||||
price: "1k per piece",
|
||||
variant: "Snack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-stone-platter_114579-16603.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Signature Cocktails",
|
||||
price: "From 15k",
|
||||
variant: "Bar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-crispy-squid_1339-179.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Authentic Local Dish",
|
||||
price: "From 12k",
|
||||
variant: "Main",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/poon-choi-with-perfect-ingredient-arrangement-black-stone-background-top-view_123827-36957.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Family Combo",
|
||||
price: "From 30k",
|
||||
variant: "Shareable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-cutlery-tomatoes_23-2148505693.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Fresh Juice Selection", price: "From 5k", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/dinner-menu-with-combination-different-salads-foods_114579-1770.jpg" },
|
||||
{ id: "p2", name: "Chapati Specials", price: "From 2k", variant: "Street Food", imageSrc: "http://img.b2bpic.net/free-photo/berry-cocktail-shot_140725-9317.jpg" },
|
||||
{ id: "p3", name: "Crispy Samosas", price: "1k per piece", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-stone-platter_114579-16603.jpg" },
|
||||
{ id: "p4", name: "Signature Cocktails", price: "From 15k", variant: "Bar", imageSrc: "http://img.b2bpic.net/free-photo/spicy-crispy-squid_1339-179.jpg" },
|
||||
{ id: "p5", name: "Authentic Local Dish", price: "From 12k", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/poon-choi-with-perfect-ingredient-arrangement-black-stone-background-top-view_123827-36957.jpg" },
|
||||
{ id: "p6", name: "Family Combo", price: "From 30k", variant: "Shareable", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-cutlery-tomatoes_23-2148505693.jpg" },
|
||||
]}
|
||||
title="Signature Flavors"
|
||||
description="From crispy street favorites to refined local classics."
|
||||
@@ -154,49 +90,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Freshly Prepared",
|
||||
description: "Locally sourced, cooked daily.",
|
||||
icon: Utensils,
|
||||
title: "Freshly Prepared", description: "Locally sourced, cooked daily.", icon: Utensils,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/deep-fried-samosas-with-spicy-chicken-filling-generated-by-ai_188544-38731.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lot-delicious-food-beer-black-plates_114579-23352.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cocktail-tablecloth_23-2151318383.jpg?_wi=2",
|
||||
imageAlt: "traditional ugandan local dish",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/deep-fried-samosas-with-spicy-chicken-filling-generated-by-ai_188544-38731.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/lot-delicious-food-beer-black-plates_114579-23352.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Handmade Quality",
|
||||
description: "Chapati and samosas, made fresh.",
|
||||
icon: Star,
|
||||
title: "Handmade Quality", description: "Chapati and samosas, made fresh.", icon: Star,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-table-setting-with-teapot-toast_23-2151982922.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-delicious-roti-arrangement_23-2149073308.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-talking-kitchen_329181-8926.jpg?_wi=1",
|
||||
imageAlt: "traditional ugandan local dish",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/breakfast-table-setting-with-teapot-toast_23-2151982922.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/indian-delicious-roti-arrangement_23-2149073308.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Cozy Ambience",
|
||||
description: "Perfect for families and friends.",
|
||||
icon: Coffee,
|
||||
title: "Cozy Ambience", description: "Perfect for families and friends.", icon: Coffee,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-levengi-table_140725-8212.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6432.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dinner-menu-with-combination-different-salads-foods_114579-1770.jpg?_wi=2",
|
||||
imageAlt: "traditional ugandan local dish",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chicken-levengi-table_140725-8212.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6432.jpg" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Authentic Taste. Elevated Experience."
|
||||
@@ -209,61 +121,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
date: "Oct 2023",
|
||||
title: "Local Regular",
|
||||
quote: "The local dishes are spot-on!",
|
||||
tag: "Delicious",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cocktail-tablecloth_23-2151318383.jpg?_wi=3",
|
||||
imageAlt: "happy diner portrait",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
date: "Sept 2023",
|
||||
title: "Happy Diner",
|
||||
quote: "Everything in your place is so cool.",
|
||||
tag: "Awesome",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/people-cooking-enjoying-food_23-2149257388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-talking-kitchen_329181-8926.jpg?_wi=2",
|
||||
imageAlt: "happy diner portrait",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
date: "Aug 2023",
|
||||
title: "Foodie",
|
||||
quote: "Your chapatis and samosas are amazing.",
|
||||
tag: "Five Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-toast-while-enjoying-lunch-with-her-friends-home_637285-5886.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dinner-menu-with-combination-different-salads-foods_114579-1770.jpg?_wi=3",
|
||||
imageAlt: "happy diner portrait",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
date: "July 2023",
|
||||
title: "Regular Guest",
|
||||
quote: "Best place in Iganga for juices.",
|
||||
tag: "Excellent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-studio_23-2148565552.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/berry-cocktail-shot_140725-9317.jpg?_wi=2",
|
||||
imageAlt: "happy diner portrait",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane Doe",
|
||||
date: "June 2023",
|
||||
title: "Happy Family",
|
||||
quote: "Jojo makes us feel right at home.",
|
||||
tag: "Authentic",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/people-having-healthy-meal-together-restaurant_53876-42692.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-stone-platter_114579-16603.jpg?_wi=2",
|
||||
imageAlt: "happy diner portrait",
|
||||
},
|
||||
{ id: "1", name: "Sarah Johnson", date: "Oct 2023", title: "Local Regular", quote: "The local dishes are spot-on!", tag: "Delicious", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cocktail-tablecloth_23-2151318383.jpg", imageAlt: "happy diner portrait" },
|
||||
{ id: "2", name: "Michael Chen", date: "Sept 2023", title: "Happy Diner", quote: "Everything in your place is so cool.", tag: "Awesome", avatarSrc: "http://img.b2bpic.net/free-photo/people-cooking-enjoying-food_23-2149257388.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-talking-kitchen_329181-8926.jpg", imageAlt: "happy diner portrait" },
|
||||
{ id: "3", name: "Emily Rodriguez", date: "Aug 2023", title: "Foodie", quote: "Your chapatis and samosas are amazing.", tag: "Five Stars", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-toast-while-enjoying-lunch-with-her-friends-home_637285-5886.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dinner-menu-with-combination-different-salads-foods_114579-1770.jpg", imageAlt: "happy diner portrait" },
|
||||
{ id: "4", name: "David Kim", date: "July 2023", title: "Regular Guest", quote: "Best place in Iganga for juices.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-studio_23-2148565552.jpg", imageSrc: "http://img.b2bpic.net/free-photo/berry-cocktail-shot_140725-9317.jpg", imageAlt: "happy diner portrait" },
|
||||
{ id: "5", name: "Jane Doe", date: "June 2023", title: "Happy Family", quote: "Jojo makes us feel right at home.", tag: "Authentic", avatarSrc: "http://img.b2bpic.net/free-photo/people-having-healthy-meal-together-restaurant_53876-42692.jpg", imageSrc: "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-stone-platter_114579-16603.jpg", imageAlt: "happy diner portrait" },
|
||||
]}
|
||||
title="Loved by Locals"
|
||||
description="See why our customers keep coming back to Jojo's."
|
||||
@@ -275,14 +137,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Iganga Eats",
|
||||
"Local Favorite",
|
||||
"Top Rated 2023",
|
||||
"Quality Assured",
|
||||
"Community Gem",
|
||||
"Jojo's Choice",
|
||||
"Authentic Kitchen",
|
||||
]}
|
||||
"Iganga Eats", "Local Favorite", "Top Rated 2023", "Quality Assured", "Community Gem", "Jojo's Choice", "Authentic Kitchen"]}
|
||||
title="Trusted Excellence"
|
||||
description="Recognized for quality hospitality in Iganga."
|
||||
/>
|
||||
@@ -293,21 +148,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Are you open on weekends?",
|
||||
content: "Yes, we are open daily until 10 PM!",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we offer fast delivery service in Iganga.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I reserve a table?",
|
||||
content: "Dine-in reservations are available. Call us!",
|
||||
},
|
||||
{ id: "1", title: "Are you open on weekends?", content: "Yes, we are open daily until 10 PM!" },
|
||||
{ id: "2", title: "Do you offer delivery?", content: "Yes, we offer fast delivery service in Iganga." },
|
||||
{ id: "3", title: "Can I reserve a table?", content: "Dine-in reservations are available. Call us!" },
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Everything you need to know about dining with us."
|
||||
@@ -318,21 +161,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Visit Us"
|
||||
title="Ready for an Unforgettable Taste?"
|
||||
description="Mpindi Road, Iganga. Come visit Jojo for the best authentic experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#map",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+256700000000",
|
||||
},
|
||||
{ text: "Get Directions", href: "#map" },
|
||||
{ text: "Call Now", href: "tel:+256700000000" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -341,35 +176,13 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "Mpindi Road, Iganga",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Location", items: [{ label: "Mpindi Road, Iganga", href: "#" }],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "+256 700 000 000",
|
||||
href: "tel:+256700000000",
|
||||
},
|
||||
],
|
||||
title: "Contact", items: [{ label: "+256 700 000 000", href: "tel:+256700000000" }],
|
||||
},
|
||||
{
|
||||
title: "Socials",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Socials", items: [{ label: "Instagram", href: "#" }, { label: "WhatsApp", href: "#" }],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Cocktails by Jojo"
|
||||
|
||||
Reference in New Issue
Block a user