Merge version_1 into main #1
168
src/app/page.tsx
168
src/app/page.tsx
@@ -29,47 +29,25 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Hippopotoshi"
|
||||
button={{ text: "Reserve", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="Hippopotoshi"
|
||||
description="Experience the art of culinary excellence in an intimate setting. Where tradition meets innovation, served with passion."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{ text: "Reserve a Table", href: "#contact" },
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -96,42 +74,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Sea-Salt Crusted Branzino",
|
||||
price: "$38",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Heirloom Tomato Tartare",
|
||||
price: "$22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delectable-tartines-plate_23-2147830559.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Deconstructed Chocolate Ganache",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cracker-cake-with-cranberries-top-inside-purple-plate-with-brownies_140725-29944.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Handmade Saffron Pappardelle",
|
||||
price: "$32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-protein-pasta-meal-close-up-detail_23-2149098856.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "A5 Wagyu Ribeye",
|
||||
price: "$85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-9676.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Organic Garden Harvest Salad",
|
||||
price: "$24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpaccio-radish-with-arugula-mozzarella-balsamic-sauce-healthy-food-daikon-salad_2829-6826.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Sea-Salt Crusted Branzino", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg" },
|
||||
{ id: "p2", name: "Heirloom Tomato Tartare", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/delectable-tartines-plate_23-2147830559.jpg" },
|
||||
{ id: "p3", name: "Deconstructed Chocolate Ganache", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/cracker-cake-with-cranberries-top-inside-purple-plate-with-brownies_140725-29944.jpg" },
|
||||
{ id: "p4", name: "Handmade Saffron Pappardelle", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/high-protein-pasta-meal-close-up-detail_23-2149098856.jpg" },
|
||||
{ id: "p5", name: "A5 Wagyu Ribeye", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-9676.jpg" },
|
||||
{ id: "p6", name: "Organic Garden Harvest Salad", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/carpaccio-radish-with-arugula-mozzarella-balsamic-sauce-healthy-food-daikon-salad_2829-6826.jpg" },
|
||||
]}
|
||||
title="Signature Creations"
|
||||
description="Explore our curated selection of signature dishes, prepared by our world-class kitchen team."
|
||||
@@ -142,31 +90,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153754.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glamour-female-model-with-short-brown-hair-black-dress-posing-near-light-wall_613910-7032.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marcus Thorne",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Isabella Conti",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-talking-phone_158595-1007.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Julian Vance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153754.jpg" },
|
||||
{ id: "2", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/glamour-female-model-with-short-brown-hair-black-dress-posing-near-light-wall_613910-7032.jpg" },
|
||||
{ id: "3", name: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg" },
|
||||
{ id: "4", name: "Isabella Conti", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-talking-phone_158595-1007.jpg" },
|
||||
{ id: "5", name: "Julian Vance", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg" },
|
||||
]}
|
||||
cardTitle="Guest Experiences"
|
||||
cardTag="Testimonials"
|
||||
@@ -177,9 +105,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Reservations"
|
||||
title="Book Your Experience"
|
||||
description="Secure your table at Hippopotoshi. We welcome guests for lunch and dinner service daily."
|
||||
@@ -193,53 +119,9 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bottles-tasty-wine-posh-reastoraunt-are-stored-shelf_613910-17445.jpg"
|
||||
logoText="Hippopotoshi"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigate", items: [{ label: "Menu", href: "#menu" }, { label: "About Us", href: "#about" }, { label: "Reservations", href: "#contact" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, { label: "Twitter", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 | Hippopotoshi Restaurant"
|
||||
/>
|
||||
@@ -247,4 +129,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user