Update src/app/page.tsx

This commit is contained in:
2026-05-07 09:15:20 +00:00
parent 528220d1eb
commit 18e81169a3

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Experience",
id: "#experience",
},
{
name: "Menu",
id: "#menu",
},
{
name: "Reservations",
id: "#reservation",
},
{
name: "Location",
id: "#location",
},
{ name: "Experience", id: "#experience" },
{ name: "Menu", id: "#menu" },
{ name: "Reservations", id: "#reservation" },
{ name: "Location", id: "#location" },
]}
brandName="Republique"
/>
@@ -58,74 +46,20 @@ export default function LandingPage() {
title="Where Kampala Unwinds Beautifully."
description="Craft cocktails, unforgettable food, and lush atmosphere designed for long conversations and memorable nights."
testimonials={[
{
name: "Winnie R",
handle: "@winnie",
testimonial: "The cocktails are masterpieces.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-attractive-woman-street-fashion_285396-7920.jpg",
},
{
name: "Jordan B",
handle: "@jordan",
testimonial: "This place has become a taste of home for me.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-near-bar-looking-phone_171337-18161.jpg",
},
{
name: "Shamim Bulya",
handle: "@shamim",
testimonial: "Perfect for a chill with friends or a cosy dinner.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-student-eating-fast-food-fast-food-cheat-meal_169016-67586.jpg",
},
{
name: "Amanda O",
handle: "@amanda",
testimonial: "Best restrooms in Uganda.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sexy-business-woman-wearing-blue-suit-sitting-summer-cafe_285396-7923.jpg",
},
{
name: "Mark D",
handle: "@mark",
testimonial: "The atmosphere is unmatched in Kampala.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-woman-black-suit-butterfly-tie-hat-luxury-villa_343596-2804.jpg?_wi=1",
},
]}
buttons={[
{
text: "Reserve a Table",
href: "#reservation",
},
{
text: "Explore the Menu",
href: "#menu",
},
{ name: "Winnie R", handle: "@winnie", testimonial: "The cocktails are masterpieces.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-attractive-woman-street-fashion_285396-7920.jpg" },
{ name: "Jordan B", handle: "@jordan", testimonial: "This place has become a taste of home for me.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-near-bar-looking-phone_171337-18161.jpg" },
{ name: "Shamim Bulya", handle: "@shamim", testimonial: "Perfect for a chill with friends or a cosy dinner.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-student-eating-fast-food-fast-food-cheat-meal_169016-67586.jpg" },
{ name: "Amanda O", handle: "@amanda", testimonial: "Best restrooms in Uganda.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sexy-business-woman-wearing-blue-suit-sitting-summer-cafe_285396-7923.jpg" },
{ name: "Mark D", handle: "@mark", testimonial: "The atmosphere is unmatched in Kampala.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-woman-black-suit-butterfly-tie-hat-luxury-villa_343596-2804.jpg" },
]}
buttons={[{ text: "Reserve a Table", href: "#reservation" }, { text: "Explore the Menu", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211472.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/elegant-beautiful-blonde-woman-white-stylish-blouse-pearl-jewelry-smiles-widely-looks-away-sits-by-little-table-street-cafe_197531-23208.jpg",
alt: "Diner 1",
},
{
src: "http://img.b2bpic.net/free-photo/charming-african-american-woman-jacket-posing-restaurant_627829-4945.jpg",
alt: "Diner 2",
},
{
src: "http://img.b2bpic.net/free-photo/young-caucasian-slender-brunette-girl-black-elegant-suit-glasses-sits-by-window-with-glass-drink-evening-lifestyle-concept_197531-32089.jpg",
alt: "Diner 3",
},
{
src: "http://img.b2bpic.net/free-photo/elegant-beautiful-woman-sitting-vintage-cafe-black-velvet-dress-evening-gown-rich-stylish-lady-elegant-fashion-trend-sexy-seductive-look-attractive-skinny-figure-with-long-legs-heels_285396-7245.jpg",
alt: "Diner 4",
},
{
src: "http://img.b2bpic.net/free-photo/friends-together-coffee-terrace_23-2148263235.jpg",
alt: "Diner 5",
},
{ src: "http://img.b2bpic.net/free-photo/elegant-beautiful-blonde-woman-white-stylish-blouse-pearl-jewelry-smiles-widely-looks-away-sits-by-little-table-street-cafe_197531-23208.jpg", alt: "Diner 1" },
{ src: "http://img.b2bpic.net/free-photo/charming-african-american-woman-jacket-posing-restaurant_627829-4945.jpg", alt: "Diner 2" },
{ src: "http://img.b2bpic.net/free-photo/young-caucasian-slender-brunette-girl-black-elegant-suit-glasses-sits-by-window-with-glass-drink-evening-lifestyle-concept_197531-32089.jpg", alt: "Diner 3" },
{ src: "http://img.b2bpic.net/free-photo/elegant-beautiful-woman-sitting-vintage-cafe-black-velvet-dress-evening-gown-rich-stylish-lady-elegant-fashion-trend-sexy-seductive-look-attractive-skinny-figure-with-long-legs-heels_285396-7245.jpg", alt: "Diner 4" },
{ src: "http://img.b2bpic.net/free-photo/friends-together-coffee-terrace_23-2148263235.jpg", alt: "Diner 5" },
]}
/>
</div>
@@ -135,14 +69,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
names={[
"Perfect Ambiance",
"Masterpiece Cocktails",
"Hidden Gem Energy",
"Excellent Menu",
"First Date Heaven",
"Cozy Dinner Vibe",
"Best in Kampala",
]}
"Perfect Ambiance", "Masterpiece Cocktails", "Hidden Gem Energy", "Excellent Menu", "First Date Heaven", "Cozy Dinner Vibe", "Best in Kampala"]}
title="Voices of Republique"
description="A hidden gem that feels like a taste of home."
/>
@@ -153,20 +80,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="An Escape Hidden Along Kigo Road."
description="Republique blends nature, comfort, and elevated dining into one unforgettable experience. Whether its a birthday dinner, a late-night cocktail, or an afternoon meeting, every detail is designed to slow time down."
metrics={[
{
value: "100+",
title: "Craft Cocktails",
},
{
value: "Luxury",
title: "Ambiance",
},
{
value: "24/7",
title: "Service",
},
]}
metrics={[{ value: "100+", title: "Craft Cocktails" }, { value: "Luxury", title: "Ambiance" }, { value: "24/7", title: "Service" }]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-wedding-reception-hall-with-decorated-luxury-table-setting_181624-13771.jpg"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
@@ -180,48 +94,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Republique Beef Burger",
price: "Premium",
variant: "Expat Favorite",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-tomato-sauce-served-bowl_1220-7550.jpg",
},
{
id: "2",
name: "Jack Daniel's Pork Ribs",
price: "Legendary",
variant: "Signature",
imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-cocktail-with-fused-sugar-bronze-glass-bar-table_627829-6439.jpg",
},
{
id: "3",
name: "Penne Alla Vodka",
price: "Comfort",
variant: "Indulgent",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-holds-martini-glass_197531-26639.jpg",
},
{
id: "4",
name: "Fried Chicken",
price: "Soul",
variant: "Modern",
imageSrc: "http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg",
},
{
id: "5",
name: "Mac 'n Cheese",
price: "Signature",
variant: "Comfort",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-grapefruits-knife-arrangement_23-2148934833.jpg",
},
{
id: "6",
name: "Craft Cocktails",
price: "Artisanal",
variant: "Evening",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-bell-pepper-lettuce-tomato-basil_141793-16730.jpg",
},
{ id: "1", name: "Republique Beef Burger", price: "Premium", variant: "Expat Favorite", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-tomato-sauce-served-bowl_1220-7550.jpg" },
{ id: "2", name: "Jack Daniel's Pork Ribs", price: "Legendary", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-cocktail-with-fused-sugar-bronze-glass-bar-table_627829-6439.jpg" },
{ id: "3", name: "Penne Alla Vodka", price: "Comfort", variant: "Indulgent", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-holds-martini-glass_197531-26639.jpg" },
{ id: "4", name: "Fried Chicken", price: "Soul", variant: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg" },
{ id: "5", name: "Mac 'n Cheese", price: "Signature", variant: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-grapefruits-knife-arrangement_23-2148934833.jpg" },
{ id: "6", name: "Craft Cocktails", price: "Artisanal", variant: "Evening", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-bell-pepper-lettuce-tomato-basil_141793-16730.jpg" },
]}
title="Signature Flavours"
description="Comfort food meets indulgent elegance."
@@ -230,51 +108,16 @@ export default function LandingPage() {
<div id="gallery" data-section="gallery">
<FeatureCardMedia
animationType="slide-up"
textboxLayout="inline-image"
useInvertedBackground={false}
features={[
{
id: "g1",
title: "Crafted Cocktails",
description: "Atmospheric pouring sessions.",
tag: "Gallery",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bowls-with-sweet-sauces-honey-jam-chocolate-paste-condensed-milk-white-plate_176474-2427.jpg",
},
{
id: "g2",
title: "Green Interiors",
description: "Lush tropical escapes.",
tag: "Gallery",
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg",
},
{
id: "g3",
title: "Live Band",
description: "Sounds of the evening.",
tag: "Gallery",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022060.jpg",
},
{
id: "g4",
title: "Lounge Seating",
description: "Comfortable private corners.",
tag: "Gallery",
imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-with-round-table-red-chairs_23-2152001402.jpg",
},
{
id: "g5",
title: "Golden Hour",
description: "The perfect lighting.",
tag: "Gallery",
imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-stool-bar-counter_107420-94862.jpg",
},
{
id: "g6",
title: "Fine Plating",
description: "Artistry on every dish.",
tag: "Gallery",
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-black-background-with-bokeh-memorial-day_169016-59223.jpg",
},
{ id: "g1", title: "Crafted Cocktails", description: "Atmospheric pouring sessions.", tag: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bowls-with-sweet-sauces-honey-jam-chocolate-paste-condensed-milk-white-plate_176474-2427.jpg" },
{ id: "g2", title: "Green Interiors", description: "Lush tropical escapes.", tag: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg" },
{ id: "g3", title: "Live Band", description: "Sounds of the evening.", tag: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022060.jpg" },
{ id: "g4", title: "Lounge Seating", description: "Comfortable private corners.", tag: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-with-round-table-red-chairs_23-2152001402.jpg" },
{ id: "g5", title: "Golden Hour", description: "The perfect lighting.", tag: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-stool-bar-counter_107420-94862.jpg" },
{ id: "g6", title: "Fine Plating", description: "Artistry on every dish.", tag: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-black-background-with-bokeh-memorial-day_169016-59223.jpg" },
]}
title="Not just dining. A mood."
description="Captured moments of grace, greenery, and cocktails."
@@ -287,54 +130,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
{
id: "p1",
badge: "Weekly",
price: "Taco Tuesdays",
subtitle: "Flavors from the heart.",
features: [
"Crafted Tacos",
"Signature Drink",
],
buttons: [
{
text: "Book Now",
href: "#reservation",
},
],
},
{
id: "p2",
badge: "Friday",
price: "Specials",
subtitle: "Start the weekend right.",
features: [
"Cocktail Specials",
"Lush Vibe",
],
buttons: [
{
text: "Book Now",
href: "#reservation",
},
],
},
{
id: "p3",
badge: "Saturday",
price: "Live Band",
subtitle: "Music meets soul.",
features: [
"Live Performances",
"Private Corners",
],
buttons: [
{
text: "Book Now",
href: "#reservation",
},
],
},
{ id: "p1", badge: "Weekly", price: "Taco Tuesdays", subtitle: "Flavors from the heart.", features: ["Crafted Tacos", "Signature Drink"], buttons: [{ text: "Book Now", href: "#reservation" }] },
{ id: "p2", badge: "Friday", price: "Specials", subtitle: "Start the weekend right.", features: ["Cocktail Specials", "Lush Vibe"], buttons: [{ text: "Book Now", href: "#reservation" }] },
{ id: "p3", badge: "Saturday", price: "Live Band", subtitle: "Music meets soul.", features: ["Live Performances", "Private Corners"], buttons: [{ text: "Book Now", href: "#reservation" }] },
]}
title="Join the Evening"
description="Weekly experiences crafted for you."
@@ -346,46 +144,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "A taste of home",
quote: "This place has become a taste of home for me.",
name: "Jordan B",
role: "CEO",
imageSrc: "http://img.b2bpic.net/free-photo/cute-pinup-girl-kitchen_23-2148867261.jpg",
},
{
id: "t2",
title: "Masterpieces",
quote: "The cocktails are masterpieces.",
name: "Winnie R",
role: "Creative",
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-shopping-bags_1157-31452.jpg",
},
{
id: "t3",
title: "Cozy vibes",
quote: "Perfect for a chill with friends or a cosy dinner.",
name: "Shamim Bulya",
role: "Professional",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-using-laptop-while-having-lunch-together-restaurant_58466-16037.jpg",
},
{
id: "t4",
title: "Authentic",
quote: "Best restrooms in Uganda.",
name: "Amanda O",
role: "Patron",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-portrait-wearing-black-jacket_23-2148891716.jpg",
},
{
id: "t5",
title: "Top class",
quote: "The atmosphere is unmatched in Kampala.",
name: "Mark D",
role: "Expat",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-woman-black-suit-butterfly-tie-hat-luxury-villa_343596-2804.jpg?_wi=2",
},
{ id: "t1", title: "A taste of home", quote: "This place has become a taste of home for me.", name: "Jordan B", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/cute-pinup-girl-kitchen_23-2148867261.jpg" },
{ id: "t2", title: "Masterpieces", quote: "The cocktails are masterpieces.", name: "Winnie R", role: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-shopping-bags_1157-31452.jpg" },
{ id: "t3", title: "Cozy vibes", quote: "Perfect for a chill with friends or a cosy dinner.", name: "Shamim Bulya", role: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-using-laptop-while-having-lunch-together-restaurant_58466-16037.jpg" },
{ id: "t4", title: "Authentic", quote: "Best restrooms in Uganda.", name: "Amanda O", role: "Patron", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-portrait-wearing-black-jacket_23-2148891716.jpg" },
{ id: "t5", title: "Top class", quote: "The atmosphere is unmatched in Kampala.", name: "Mark D", role: "Expat", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-woman-black-suit-butterfly-tie-hat-luxury-villa_343596-2804.jpg" },
]}
title="Guest Stories"
description="What our patrons say."
@@ -394,44 +157,25 @@ export default function LandingPage() {
<div id="location" data-section="location">
<FaqBase
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Where are you located?",
content: "We are located conveniently along Kigo Road. Use Google Maps to find us easily.",
},
{
id: "f2",
title: "Is parking available?",
content: "Yes, we offer ample and spacious parking for all our guests.",
},
{
id: "f3",
title: "How can I contact you?",
content: "You can reach us directly via WhatsApp or by calling our listed number on social media.",
},
{ id: "f1", title: "Where are you located?", content: "We are located conveniently along Kigo Road. Use Google Maps to find us easily." },
{ id: "f2", title: "Is parking available?", content: "Yes, we offer ample and spacious parking for all our guests." },
{ id: "f3", title: "How can I contact you?", content: "You can reach us directly via WhatsApp or by calling our listed number on social media." },
]}
title="Worth Finding. Easy to Reach."
description="Plan your journey to Republique."
faqsAnimation="slide-up"
/>
</div>
<div id="reservation" data-section="reservation">
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
text="Your table awaits in our lush escape. Reserve your evening for a dining experience like no other."
buttons={[
{
text: "Reserve Now via WhatsApp",
href: "https://wa.me/256000000000",
},
]}
buttons={[{ text: "Reserve Now via WhatsApp", href: "https://wa.me/256000000000" }]}
/>
</div>
@@ -439,45 +183,9 @@ export default function LandingPage() {
<FooterBaseCard
logoText="Republique"
columns={[
{
title: "Navigation",
items: [
{
label: "Home",
href: "/",
},
{
label: "Reservations",
href: "#reservation",
},
{
label: "Location",
href: "#location",
},
],
},
{
title: "Connect",
items: [
{
label: "Instagram",
href: "#",
},
{
label: "WhatsApp",
href: "#",
},
],
},
{
title: "Hours",
items: [
{
label: "Mon-Sun: 12 PM - 12 AM",
href: "#",
},
],
},
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Reservations", href: "#reservation" }, { label: "Location", href: "#location" }] },
{ title: "Connect", items: [{ label: "Instagram", href: "#" }, { label: "WhatsApp", href: "#" }] },
{ title: "Hours", items: [{ label: "Mon-Sun: 12 PM - 12 AM", href: "#" }] },
]}
/>
</div>