Merge version_1 into main #1
198
src/app/page.tsx
198
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Sale & Pepe"
|
||||
/>
|
||||
@@ -53,77 +45,48 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="An Authentic Italian Symphony in Shela"
|
||||
description="Experience the warmth and passion of Italy at Sale & Pepe. From hand-crafted pastas to wood-fired pizzas, discover the true taste of tradition."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.3",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.3", label: "Google Rating"},
|
||||
{
|
||||
value: "65+",
|
||||
label: "Reviews",
|
||||
},
|
||||
value: "65+", label: "Reviews"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Authentic",
|
||||
},
|
||||
value: "100%", label: "Authentic"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-red-carpet-floor-tables-chairs_140725-8024.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg",
|
||||
alt: "People having dinner in luxurious restaurants",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg", alt: "People having dinner in luxurious restaurants"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg",
|
||||
alt: "Elegant table with drinks",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg", alt: "Elegant table with drinks"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dinner-set-valentines-day_23-2148383180.jpg",
|
||||
alt: "Dinner set for valentines day",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/dinner-set-valentines-day_23-2148383180.jpg", alt: "Dinner set for valentines day"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-12-blue-chairs-white-brick-walls-wide-window-paintings_140725-8451.jpg",
|
||||
alt: "Restaurant private room with table for 12 blue chairs, white brick walls, wide window and paintings",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-12-blue-chairs-white-brick-walls-wide-window-paintings_140725-8451.jpg", alt: "Restaurant private room with table for 12 blue chairs, white brick walls, wide window and paintings"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-person-making-pasta-with-machine_23-2148296887.jpg",
|
||||
alt: "Close-up person making pasta with machine ",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-person-making-pasta-with-machine_23-2148296887.jpg", alt: "Close-up person making pasta with machine "},
|
||||
]}
|
||||
avatarText="Join 500+ happy diners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Wood-Fired Pizza",
|
||||
},
|
||||
type: "text", text: "Wood-Fired Pizza"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hand-Made Pasta",
|
||||
},
|
||||
type: "text", text: "Hand-Made Pasta"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients",
|
||||
},
|
||||
type: "text", text: "Fresh Ingredients"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Italian Heritage",
|
||||
},
|
||||
type: "text", text: "Italian Heritage"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Friendly",
|
||||
},
|
||||
type: "text", text: "Family Friendly"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,13 +98,9 @@ export default function LandingPage() {
|
||||
description="At Sale & Pepe, we believe in the art of slow-cooked Italian tradition. Our cozy atmosphere provides the perfect backdrop for authentic dishes that transport you straight to the heart of Italy."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Fresh Ingredients",
|
||||
},
|
||||
value: "100%", title: "Fresh Ingredients"},
|
||||
{
|
||||
value: "20+",
|
||||
title: "Authentic Recipes",
|
||||
},
|
||||
value: "20+", title: "Authentic Recipes"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-chef-holding-fresh-pasta_23-2148763138.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -153,31 +112,20 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentySeven
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Artisan Pizzas",
|
||||
descriptions: [
|
||||
"Wood-fired ovens meet tradition with fresh toppings.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg",
|
||||
},
|
||||
id: "1", title: "Artisan Pizzas", descriptions: [
|
||||
"Wood-fired ovens meet tradition with fresh toppings."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Pesto Pasta",
|
||||
descriptions: [
|
||||
"Creamy, flavorful, and perfectly balanced.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-tomato-sauce-glass-blue-drink_140725-2997.jpg",
|
||||
},
|
||||
id: "2", title: "Pesto Pasta", descriptions: [
|
||||
"Creamy, flavorful, and perfectly balanced."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-tomato-sauce-glass-blue-drink_140725-2997.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Classic Tiramisu",
|
||||
descriptions: [
|
||||
"Rich, comforting coffee and cocoa dessert.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-creamy-cake-with-chocolate-cookies-dark-surface-biscuit-cake-sweet-pie-sugar-cookie_140725-118183.jpg",
|
||||
},
|
||||
id: "3", title: "Classic Tiramisu", descriptions: [
|
||||
"Rich, comforting coffee and cocoa dessert."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-creamy-cake-with-chocolate-cookies-dark-surface-biscuit-cake-sweet-pie-sugar-cookie_140725-118183.jpg"},
|
||||
]}
|
||||
title="Culinary Highlights"
|
||||
description="A curated menu featuring classic Italian comfort food prepared with love."
|
||||
@@ -190,45 +138,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Amazing",
|
||||
quote: "The food and service was amazing. Authentic pizza and delicious pastas.",
|
||||
name: "Dhruv Shah",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-women-eating-pasta-italian-restaurant_1303-24379.jpg",
|
||||
},
|
||||
id: "1", title: "Amazing", quote: "The food and service was amazing. Authentic pizza and delicious pastas.", name: "Dhruv Shah", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/two-women-eating-pasta-italian-restaurant_1303-24379.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Stunning Decor",
|
||||
quote: "The decor is stunning and creates a wonderful atmosphere for dining.",
|
||||
name: "Emily R.",
|
||||
role: "Diner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081863.jpg",
|
||||
},
|
||||
id: "2", title: "Stunning Decor", quote: "The decor is stunning and creates a wonderful atmosphere for dining.", name: "Emily R.", role: "Diner", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081863.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Comforting",
|
||||
quote: "Pesto Pasta – 4.5/5 Creamy, flavorful, and perfectly balanced.",
|
||||
name: "John Doe",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-with-drink-board-near-ornament-snow-gift-box_23-2147988631.jpg",
|
||||
},
|
||||
id: "3", title: "Comforting", quote: "Pesto Pasta – 4.5/5 Creamy, flavorful, and perfectly balanced.", name: "John Doe", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-drink-board-near-ornament-snow-gift-box_23-2147988631.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Authentic",
|
||||
quote: "Unlike many aesthetic places, the food here is actually delicious.",
|
||||
name: "Sarah K.",
|
||||
role: "Food Blogger",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-with-pizza_52683-88491.jpg",
|
||||
},
|
||||
id: "4", title: "Authentic", quote: "Unlike many aesthetic places, the food here is actually delicious.", name: "Sarah K.", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-with-pizza_52683-88491.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Perfect Dinner",
|
||||
quote: "Best Italian spot in Ahmedabad, hands down.",
|
||||
name: "Rohan M.",
|
||||
role: "Regular Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-seafood-dish-with-salmon_23-2150463267.jpg",
|
||||
},
|
||||
id: "5", title: "Perfect Dinner", quote: "Best Italian spot in Ahmedabad, hands down.", name: "Rohan M.", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-seafood-dish-with-salmon_23-2150463267.jpg"},
|
||||
]}
|
||||
title="Kind Words from Our Diners"
|
||||
description="What our guests say about the Sale & Pepe experience."
|
||||
@@ -241,20 +159,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Are reservations required?",
|
||||
content: "We recommend reservations to ensure your table is ready, though walk-ins are welcome.",
|
||||
},
|
||||
id: "1", title: "Are reservations required?", content: "We recommend reservations to ensure your table is ready, though walk-ins are welcome."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer outdoor seating?",
|
||||
content: "We have an inviting atmosphere both indoors and in our comfortable outdoor seating area.",
|
||||
},
|
||||
id: "2", title: "Do you offer outdoor seating?", content: "We have an inviting atmosphere both indoors and in our comfortable outdoor seating area."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I book for a group?",
|
||||
content: "Yes, Sale & Pepe is great for group-friendly dining events.",
|
||||
},
|
||||
id: "3", title: "Can I book for a group?", content: "Yes, Sale & Pepe is great for group-friendly dining events."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Information about dining at Sale & Pepe."
|
||||
@@ -266,8 +175,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Reserve Your Table"
|
||||
description="Located at 1st Floor, Folly Retail, Orchid Blues Rd, near Applewood Villas, Shela, Ahmedabad. Call us at 092278 14815."
|
||||
@@ -282,33 +190,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
title: "Info", items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Directions", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user