Update src/app/page.tsx

This commit is contained in:
2026-04-13 15:32:04 +00:00
parent 5cdd8798eb
commit 7debc13d10

View File

@@ -31,72 +31,45 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Story",
id: "about",
},
name: "Story", id: "about"},
{
name: "Reviews",
id: "testimonials",
},
name: "Reviews", id: "testimonials"},
]}
brandName="Golden Dish"
button={{
text: "Order Now",
href: "#contact",
}}
text: "Order Now", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Home of the Legendary Gatsby"
description="Fresh. Authentic. Made the Cape Town Way. Serving up the biggest, boldest flavors in the city for decades."
buttons={[
{
text: "Order Now",
href: "#contact",
},
text: "Order Now", href: "#contact"},
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/meat-sandwich-wooden-board-side-view_141793-2394.jpg",
imageAlt: "Full House Gatsby",
},
imageSrc: "http://img.b2bpic.net/free-photo/meat-sandwich-wooden-board-side-view_141793-2394.jpg", imageAlt: "Full House Gatsby"},
{
imageSrc: "http://img.b2bpic.net/free-photo/green-apples-juice-blue_114579-29208.jpg",
imageAlt: "Fresh Gatsby",
},
imageSrc: "http://img.b2bpic.net/free-photo/green-apples-juice-blue_114579-29208.jpg", imageAlt: "Fresh Gatsby"},
{
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14219.jpg",
imageAlt: "Masala Steak",
},
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14219.jpg", imageAlt: "Masala Steak"},
{
imageSrc: "http://img.b2bpic.net/free-photo/boneless-chicken-with-sauce_23-2149972941.jpg",
imageAlt: "Samosas",
},
imageSrc: "http://img.b2bpic.net/free-photo/boneless-chicken-with-sauce_23-2149972941.jpg", imageAlt: "Samosas"},
{
imageSrc: "http://img.b2bpic.net/free-photo/kebab-wrap-with-meat-vegetables-with-copy-space_23-2148632637.jpg",
imageAlt: "Salomie",
},
imageSrc: "http://img.b2bpic.net/free-photo/kebab-wrap-with-meat-vegetables-with-copy-space_23-2148632637.jpg", imageAlt: "Salomie"},
{
imageSrc: "http://img.b2bpic.net/free-photo/packed-sandwiches-table_23-2148454831.jpg",
imageAlt: "Chicken Gatsby",
},
imageSrc: "http://img.b2bpic.net/free-photo/packed-sandwiches-table_23-2148454831.jpg", imageAlt: "Chicken Gatsby"},
]}
/>
</div>
@@ -109,41 +82,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Full House Gatsby",
price: "R180",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-sandwich-made-with-bread-fried-egg-ham-lettuce_1150-25690.jpg",
},
id: "p1", name: "Full House Gatsby", price: "R180", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-sandwich-made-with-bread-fried-egg-ham-lettuce_1150-25690.jpg"},
{
id: "p2",
name: "Masala Steak Gatsby",
price: "R165",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-sandwich-ciabatta-with-salad-generated-by-ai_188544-21369.jpg",
},
id: "p2", name: "Masala Steak Gatsby", price: "R165", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-sandwich-ciabatta-with-salad-generated-by-ai_188544-21369.jpg"},
{
id: "p3",
name: "Polony Gatsby",
price: "R120",
imageSrc: "http://img.b2bpic.net/free-photo/bread-with-ham-herbs-black-plate-wooden-table_613910-9166.jpg",
},
id: "p3", name: "Polony Gatsby", price: "R120", imageSrc: "http://img.b2bpic.net/free-photo/bread-with-ham-herbs-black-plate-wooden-table_613910-9166.jpg"},
{
id: "p4",
name: "Crispy Samosas",
price: "R40",
imageSrc: "http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2830.jpg",
},
id: "p4", name: "Crispy Samosas", price: "R40", imageSrc: "http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2830.jpg"},
{
id: "p5",
name: "Spicy Salomie",
price: "R55",
imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-wrapped-thin-pita-top-view_23-2148651104.jpg",
},
id: "p5", name: "Spicy Salomie", price: "R55", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-wrapped-thin-pita-top-view_23-2148651104.jpg"},
{
id: "p6",
name: "Chicken Gatsby",
price: "R150",
imageSrc: "http://img.b2bpic.net/free-photo/club-sandwiches_74190-4151.jpg",
},
id: "p6", name: "Chicken Gatsby", price: "R150", imageSrc: "http://img.b2bpic.net/free-photo/club-sandwiches_74190-4151.jpg"},
]}
title="Our Signature Dishes"
description="Taste the legendary tradition in every bite."
@@ -152,44 +101,20 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
role: "Loyal Fan",
testimonial: "The Gatsby is legendary for a reason. Always a massive portion!",
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg",
},
id: "t1", name: "Sarah J.", role: "Loyal Fan", testimonial: "The Gatsby is legendary for a reason. Always a massive portion!", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg"},
{
id: "t2",
name: "Michael D.",
role: "Local",
testimonial: "Growing up with these, it's still the best taste in Cape Town.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
},
id: "t2", name: "Michael D.", role: "Local", testimonial: "Growing up with these, it's still the best taste in Cape Town.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg"},
{
id: "t3",
name: "Emily R.",
role: "Regular",
testimonial: "Consistently great masala steak. The quality is always top-notch.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mature-man-preparing-dinner-family_23-2149117501.jpg",
},
id: "t3", name: "Emily R.", role: "Regular", testimonial: "Consistently great masala steak. The quality is always top-notch.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mature-man-preparing-dinner-family_23-2149117501.jpg"},
{
id: "t4",
name: "David K.",
role: "Foodie",
testimonial: "I travel across the city just for their Samosas. Unbeatable.",
imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156167.jpg",
},
id: "t4", name: "David K.", role: "Foodie", testimonial: "I travel across the city just for their Samosas. Unbeatable.", imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156167.jpg"},
{
id: "t5",
name: "Chloe M.",
role: "Local",
testimonial: "The best value for money meal you can get in town.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
},
id: "t5", name: "Chloe M.", role: "Local", testimonial: "The best value for money meal you can get in town.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"},
]}
title="A Cape Town Institution"
description="Loved by locals for generations."
@@ -203,19 +128,13 @@ export default function LandingPage() {
metrics={[
{
icon: Clock,
label: "Years Served",
value: "30+",
},
label: "Years Served", value: "30+"},
{
icon: Award,
label: "Legendary Status",
value: "Iconic",
},
label: "Legendary Status", value: "Iconic"},
{
icon: Utensils,
label: "Daily Freshness",
value: "100%",
},
label: "Daily Freshness", value: "100%"},
]}
metricsAnimation="slide-up"
/>
@@ -228,38 +147,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Fresh Ingredients",
author: "Kitchen Team",
description: "Sourced daily for maximum flavour.",
tags: [
"Fresh",
"Quality",
],
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646224.jpg",
},
id: "f1", title: "Fresh Ingredients", author: "Kitchen Team", description: "Sourced daily for maximum flavour.", tags: [
"Fresh", "Quality"],
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646224.jpg"},
{
id: "f2",
title: "Authentic Recipes",
author: "Management",
description: "Time-tested recipes handed down through generations.",
tags: [
"Authentic",
"Legacy",
],
imageSrc: "http://img.b2bpic.net/free-photo/sliced-ripe-unripe-tomatoes-crispy-breads-cutting-board-marble-background_114579-59651.jpg",
},
id: "f2", title: "Authentic Recipes", author: "Management", description: "Time-tested recipes handed down through generations.", tags: [
"Authentic", "Legacy"],
imageSrc: "http://img.b2bpic.net/free-photo/sliced-ripe-unripe-tomatoes-crispy-breads-cutting-board-marble-background_114579-59651.jpg"},
{
id: "f3",
title: "Prepared with Care",
author: "Chef Staff",
description: "Strict quality control protocols in our kitchen.",
tags: [
"Reliable",
"Hygiene",
],
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14214.jpg",
},
id: "f3", title: "Prepared with Care", author: "Chef Staff", description: "Strict quality control protocols in our kitchen.", tags: [
"Reliable", "Hygiene"],
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14214.jpg"},
]}
title="Our Quality Promise"
description="We are dedicated to consistency and freshness in every order."
@@ -270,18 +168,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Ready to taste the legend? Visit us or place your order now for an authentic Cape Town takeaway experience."
buttons={[
{
text: "WhatsApp to Order",
href: "https://wa.me/1234567890",
},
text: "WhatsApp to Order", href: "https://wa.me/1234567890"},
{
text: "Call Now",
href: "tel:+27210000000",
},
text: "Call Now", href: "tel:+27210000000"},
]}
/>
</div>
@@ -290,13 +183,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Golden Dish"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "© 2024 Golden Dish",
href: "#",
}}
text: "© 2024 Golden Dish", href: "#"}}
/>
</div>
</ReactLenis>