Update src/app/page.tsx
This commit is contained in:
168
src/app/page.tsx
168
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Visit Us", id: "#contact"},
|
||||
]}
|
||||
brandName="Forks and Spoons 51"
|
||||
/>
|
||||
@@ -52,77 +44,48 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Delicious Moments at Forks and Spoons 51"
|
||||
description="Experience our signature pasta dishes and comfort food classics in the heart of Nerul. Fresh, delicious, and made with love."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.8",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.8", label: "Google Rating"},
|
||||
{
|
||||
value: "276+",
|
||||
label: "Happy Guests",
|
||||
},
|
||||
value: "276+", label: "Happy Guests"},
|
||||
{
|
||||
value: "₹200",
|
||||
label: "Affordable Price",
|
||||
},
|
||||
value: "₹200", label: "Affordable Price"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3444.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006735.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006735.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-stylish-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_273443-1899.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-stylish-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_273443-1899.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Join our 200+ satisfied guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Baked",
|
||||
},
|
||||
type: "text", text: "Freshly Baked"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Handmade Pasta",
|
||||
},
|
||||
type: "text", text: "Handmade Pasta"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
type: "text", text: "Locally Sourced"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Comfort Classics",
|
||||
},
|
||||
type: "text", text: "Comfort Classics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cozy Atmosphere",
|
||||
},
|
||||
type: "text", text: "Cozy Atmosphere"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,41 +98,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pink Sauce Pasta",
|
||||
price: "₹250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-italian-pasta-unusual-spiral-pasta-inside-plate-dark-space_140725-95519.jpg",
|
||||
},
|
||||
id: "1", name: "Pink Sauce Pasta", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-italian-pasta-unusual-spiral-pasta-inside-plate-dark-space_140725-95519.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "White Sauce Pasta",
|
||||
price: "₹280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cream-cheese_1339-3952.jpg",
|
||||
},
|
||||
id: "2", name: "White Sauce Pasta", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cream-cheese_1339-3952.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mac n Cheese",
|
||||
price: "₹220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-pasta-with-cottage-cheese_661915-89.jpg",
|
||||
},
|
||||
id: "3", name: "Mac n Cheese", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/baked-pasta-with-cottage-cheese_661915-89.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Paneer Chilli Gravy",
|
||||
price: "₹300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boiled-fish-with-red-green-pepper-bowl_140725-3926.jpg",
|
||||
},
|
||||
id: "4", name: "Paneer Chilli Gravy", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/boiled-fish-with-red-green-pepper-bowl_140725-3926.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Veg Fried Rice",
|
||||
price: "₹200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate-with-chopsticks_23-2148377489.jpg",
|
||||
},
|
||||
id: "5", name: "Veg Fried Rice", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate-with-chopsticks_23-2148377489.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Chicken Wings",
|
||||
price: "₹350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-white-plate-full-fried-chicken_181624-23629.jpg",
|
||||
},
|
||||
id: "6", name: "Chicken Wings", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/shot-white-plate-full-fried-chicken_181624-23629.jpg"},
|
||||
]}
|
||||
title="Popular Delights"
|
||||
description="From our scrumptious Pink Sauce Pasta to classic Mac n Cheese, explore our crowd favorites."
|
||||
@@ -181,17 +120,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Welcome to ",
|
||||
},
|
||||
type: "text", content: "Welcome to "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3441.jpg",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3441.jpg"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Forks and Spoons 51",
|
||||
},
|
||||
type: "text", content: " Forks and Spoons 51"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -201,30 +134,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ananya R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg",
|
||||
},
|
||||
id: "t1", name: "Ananya R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Rahul K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg",
|
||||
},
|
||||
id: "t2", name: "Rahul K.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sneha P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006735.jpg",
|
||||
},
|
||||
id: "t3", name: "Sneha P.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006735.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Vikram S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg",
|
||||
},
|
||||
id: "t4", name: "Vikram S.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Meera D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-stylish-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_273443-1899.jpg",
|
||||
},
|
||||
id: "t5", name: "Meera D.", imageSrc: "http://img.b2bpic.net/free-photo/happy-stylish-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_273443-1899.jpg"},
|
||||
]}
|
||||
cardTitle="Guest Reviews"
|
||||
cardAnimation="blur-reveal"
|
||||
@@ -239,16 +157,10 @@ export default function LandingPage() {
|
||||
description="Located in Punit Park, Sector 17, Nerul. We look forward to serving you!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-sitting-bistro_23-2149366419.jpg"
|
||||
@@ -260,16 +172,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Forks and Spoons 51"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact Support",
|
||||
href: "tel:09321026471",
|
||||
}}
|
||||
text: "Contact Support", href: "tel:09321026471"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user