Merge version_1 into main #1
219
src/app/page.tsx
219
src/app/page.tsx
@@ -29,21 +29,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="Pochito"
|
||||
/>
|
||||
@@ -52,78 +44,49 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Authentic Flavors of Chile"
|
||||
description="Experience the soul of Chilean cuisine in an elegant and welcoming setting. Pochito delivers tradition with a modern culinary twist."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "15+", label: "Years Experience"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Authentic Ingredients",
|
||||
},
|
||||
value: "100%", label: "Authentic Ingredients"},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Signature Dishes",
|
||||
},
|
||||
value: "50+", label: "Signature Dishes"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg"
|
||||
imageAlt="Pochito restaurant interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg", alt: "Diner 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brightly-lit-dining-unfocused_1203-770.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/brightly-lit-dining-unfocused_1203-770.jpg", alt: "Diner 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-hugging-with-cheerful-woman-restaurant_23-2148016777.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-hugging-with-cheerful-woman-restaurant_23-2148016777.jpg", alt: "Diner 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg", alt: "Diner 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg", alt: "Diner 5"},
|
||||
]}
|
||||
avatarText="Join 5,000+ happy diners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
type: "text", text: "Locally Sourced"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Recipes",
|
||||
},
|
||||
type: "text", text: "Traditional Recipes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Award Winning",
|
||||
},
|
||||
type: "text", text: "Award Winning"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Dining",
|
||||
},
|
||||
type: "text", text: "Premium Dining"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Chef Inspired",
|
||||
},
|
||||
type: "text", text: "Chef Inspired"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -133,9 +96,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Passion for Chilean Cuisine"
|
||||
description={[
|
||||
"Founded by tradition and refined by modern techniques, Pochito celebrates the rich cultural heritage of Chile.",
|
||||
"We take pride in sourcing the freshest ingredients, honoring authentic recipes while creating new memories at your table.",
|
||||
]}
|
||||
"Founded by tradition and refined by modern techniques, Pochito celebrates the rich cultural heritage of Chile.", "We take pride in sourcing the freshest ingredients, honoring authentic recipes while creating new memories at your table."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -147,59 +108,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Signature",
|
||||
name: "Pastel de Choclo",
|
||||
price: "$18",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-cake-delicious-yummy-choco-cake-sliced-inside-blue-plate-grey-background-sugar-tea-biscuit-bake_140725-17050.jpg",
|
||||
},
|
||||
id: "1", brand: "Signature", name: "Pastel de Choclo", price: "$18", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-cake-delicious-yummy-choco-cake-sliced-inside-blue-plate-grey-background-sugar-tea-biscuit-bake_140725-17050.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Appetizer",
|
||||
name: "Empanadas de Pino",
|
||||
price: "$12",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-are-holding-fried-gurza-traditional-dish-wooden-board-dumplings-with-minced-meat-sumakh-sour-creamside-view_141793-12288.jpg",
|
||||
},
|
||||
id: "2", brand: "Appetizer", name: "Empanadas de Pino", price: "$12", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/man-are-holding-fried-gurza-traditional-dish-wooden-board-dumplings-with-minced-meat-sumakh-sour-creamside-view_141793-12288.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Coastal",
|
||||
name: "Cazuela de Mariscos",
|
||||
price: "$24",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-with-bunch-coriander-pepper-salt-black-pepper-seeds-sackcloth-white-surface-with-copy-space_141793-10286.jpg",
|
||||
},
|
||||
id: "3", brand: "Coastal", name: "Cazuela de Mariscos", price: "$24", rating: 4,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-with-bunch-coriander-pepper-salt-black-pepper-seeds-sackcloth-white-surface-with-copy-space_141793-10286.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Vegetarian",
|
||||
name: "Humitas de Campo",
|
||||
price: "$14",
|
||||
rating: 5,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-slice-mousse-squash-rice_1232-4014.jpg",
|
||||
},
|
||||
id: "4", brand: "Vegetarian", name: "Humitas de Campo", price: "$14", rating: 5,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/background-slice-mousse-squash-rice_1232-4014.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Main",
|
||||
name: "Lomo a lo Pobre",
|
||||
price: "$28",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-vegetables-top-view_141793-4450.jpg",
|
||||
},
|
||||
id: "5", brand: "Main", name: "Lomo a lo Pobre", price: "$28", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-vegetables-top-view_141793-4450.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Dessert",
|
||||
name: "Calzones Rotos",
|
||||
price: "$9",
|
||||
rating: 4,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-cookies-with-cream-dogwoods-inside-plate-grey_140725-30095.jpg",
|
||||
},
|
||||
id: "6", brand: "Dessert", name: "Calzones Rotos", price: "$9", rating: 4,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/sweet-cookies-with-cream-dogwoods-inside-plate-grey_140725-30095.jpg"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="From coastal delicacies to traditional hearty staples, discover our meticulously curated menu."
|
||||
@@ -210,48 +135,24 @@ export default function LandingPage() {
|
||||
<TestimonialCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Claudio S.",
|
||||
role: "Food Critic",
|
||||
company: "El Mercurio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg",
|
||||
},
|
||||
id: "1", name: "Claudio S.", role: "Food Critic", company: "El Mercurio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Valentina R.",
|
||||
role: "Local Guide",
|
||||
company: "Travel Daily",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
},
|
||||
id: "2", name: "Valentina R.", role: "Local Guide", company: "Travel Daily", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marco P.",
|
||||
role: "Patron",
|
||||
company: "Independent",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seductive-lady-pink-silk-robe-holds-champagne-flute_8353-90.jpg",
|
||||
},
|
||||
id: "3", name: "Marco P.", role: "Patron", company: "Independent", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seductive-lady-pink-silk-robe-holds-champagne-flute_8353-90.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Isabel G.",
|
||||
role: "Foodie",
|
||||
company: "Gastronomy Magazine",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-luxury-restaurant_23-2150598342.jpg",
|
||||
},
|
||||
id: "4", name: "Isabel G.", role: "Foodie", company: "Gastronomy Magazine", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-luxury-restaurant_23-2150598342.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Felipe D.",
|
||||
role: "Regular",
|
||||
company: "City Life",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-holding-muffin-hand-looking-away_23-2147974651.jpg",
|
||||
},
|
||||
id: "5", name: "Felipe D.", role: "Regular", company: "City Life", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-holding-muffin-hand-looking-away_23-2147974651.jpg"},
|
||||
]}
|
||||
title="Guest Experiences"
|
||||
description="Hear what our patrons say about their journey through our flavors."
|
||||
@@ -260,10 +161,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Reserve Your Table"
|
||||
description="Join us for an unforgettable evening. Secure your reservation online today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8031.jpg"
|
||||
@@ -278,37 +179,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", 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: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{
|
||||
label: "Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservation", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user