Update src/app/page.tsx
This commit is contained in:
200
src/app/page.tsx
200
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
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: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Cantegril"
|
||||
/>
|
||||
@@ -57,106 +47,56 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Cantegril"
|
||||
description="Timeless flavors in the heart of Corrientes. Authentic Argentine and Uruguayan tradition."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Open Daily",
|
||||
handle: "Closes 1:00 a.m.",
|
||||
testimonial: "Visit us for authentic grill specialties.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-with-shopping-bags-wine_23-2147784078.jpg?_wi=1",
|
||||
imageAlt: "argentinian parrilla grill dining room atmosphere",
|
||||
},
|
||||
name: "Open Daily", handle: "Closes 1:00 a.m.", testimonial: "Visit us for authentic grill specialties.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-with-shopping-bags-wine_23-2147784078.jpg", imageAlt: "argentinian parrilla grill dining room atmosphere"},
|
||||
{
|
||||
name: "Tradition",
|
||||
handle: "Since 1980",
|
||||
testimonial: "The best parrilla in the city.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-served-with-boiled-asparagus-spinach-sauce_140725-5091.jpg?_wi=1",
|
||||
imageAlt: "bife de chorizo argentine steak plate",
|
||||
},
|
||||
name: "Tradition", handle: "Since 1980", testimonial: "The best parrilla in the city.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-served-with-boiled-asparagus-spinach-sauce_140725-5091.jpg", imageAlt: "bife de chorizo argentine steak plate"},
|
||||
{
|
||||
name: "Quality",
|
||||
handle: "Fresh Cuts",
|
||||
testimonial: "Generous portions and fair prices.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-clinking-glasses_23-2149212152.jpg?_wi=1",
|
||||
imageAlt: "person eating steak happy restaurant",
|
||||
},
|
||||
name: "Quality", handle: "Fresh Cuts", testimonial: "Generous portions and fair prices.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-clinking-glasses_23-2149212152.jpg", imageAlt: "person eating steak happy restaurant"},
|
||||
{
|
||||
name: "Atmosphere",
|
||||
handle: "Cozy Dining",
|
||||
testimonial: "Perfect for family and friends.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-table-with-takeaway-coffee-cup-wooden-table_23-2148148125.jpg?_wi=1",
|
||||
imageAlt: "smiling person dining portrait",
|
||||
},
|
||||
name: "Atmosphere", handle: "Cozy Dining", testimonial: "Perfect for family and friends.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-table-with-takeaway-coffee-cup-wooden-table_23-2148148125.jpg", imageAlt: "smiling person dining portrait"},
|
||||
{
|
||||
name: "Service",
|
||||
handle: "Warm Welcome",
|
||||
testimonial: "Professional and friendly staff.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg?_wi=1",
|
||||
imageAlt: "customer at dinner table portrait",
|
||||
},
|
||||
name: "Service", handle: "Warm Welcome", testimonial: "Professional and friendly staff.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg", imageAlt: "customer at dinner table portrait"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-with-shopping-bags-wine_23-2147784078.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-with-shopping-bags-wine_23-2147784078.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-friends-clinking-glasses_23-2149212152.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-friends-clinking-glasses_23-2149212152.jpg", alt: "Diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-table-with-takeaway-coffee-cup-wooden-table_23-2148148125.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-table-with-takeaway-coffee-cup-wooden-table_23-2148148125.jpg", alt: "Diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg", alt: "Diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-friends-clinking-glasses_23-2149212152.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-friends-clinking-glasses_23-2149212152.jpg", alt: "Diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-table-with-takeaway-coffee-cup-wooden-table_23-2148148125.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-table-with-takeaway-coffee-cup-wooden-table_23-2148148125.jpg", alt: "Diner"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Grill",
|
||||
},
|
||||
type: "text", text: "Authentic Grill"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Av. Corrientes",
|
||||
},
|
||||
type: "text", text: "Av. Corrientes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients",
|
||||
},
|
||||
type: "text", text: "Fresh Ingredients"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Friendly",
|
||||
},
|
||||
type: "text", text: "Family Friendly"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Late Night",
|
||||
},
|
||||
type: "text", text: "Late Night"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -166,9 +106,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="A Tradition of Flavor"
|
||||
description={[
|
||||
"Cantegril brings you the best of Argentine and Uruguayan cuisine. Renowned for our generous portions, affordable prices between $20,000 and $30,000 ARS, and warm service.",
|
||||
"We offer dine-in, takeaway, and contactless delivery for your convenience.",
|
||||
]}
|
||||
"Cantegril brings you the best of Argentine and Uruguayan cuisine. Renowned for our generous portions, affordable prices between $20,000 and $30,000 ARS, and warm service.", "We offer dine-in, takeaway, and contactless delivery for your convenience."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -180,23 +118,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Bife de Chorizo",
|
||||
price: "Served with garnish",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-served-with-boiled-asparagus-spinach-sauce_140725-5091.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Bife de Chorizo", price: "Served with garnish", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-served-with-boiled-asparagus-spinach-sauce_140725-5091.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Súper Chivito Uruguayo",
|
||||
price: "Authentic style",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-served-with-boiled-asparagus-spinach-sauce_140725-5091.jpg?_wi=3",
|
||||
},
|
||||
id: "2", name: "Súper Chivito Uruguayo", price: "Authentic style", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-served-with-boiled-asparagus-spinach-sauce_140725-5091.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Milanesa Napolitana",
|
||||
price: "With potatoes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-served-with-boiled-asparagus-spinach-sauce_140725-5091.jpg?_wi=4",
|
||||
},
|
||||
id: "3", name: "Milanesa Napolitana", price: "With potatoes", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-served-with-boiled-asparagus-spinach-sauce_140725-5091.jpg"},
|
||||
]}
|
||||
title="Our Specialties"
|
||||
description="From the grill to your table, authentic flavors prepared with passion."
|
||||
@@ -205,44 +131,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Camilo B.",
|
||||
handle: "Guest",
|
||||
testimonial: "Great experience. The hake fillet with spinach sauce was truly delicious.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-clinking-glasses_23-2149212152.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Camilo B.", handle: "Guest", testimonial: "Great experience. The hake fillet with spinach sauce was truly delicious.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-clinking-glasses_23-2149212152.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jhonny M.",
|
||||
handle: "Guest",
|
||||
testimonial: "The atmosphere is wonderful, no background music noise. You can actually have a conversation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-table-with-takeaway-coffee-cup-wooden-table_23-2148148125.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Jhonny M.", handle: "Guest", testimonial: "The atmosphere is wonderful, no background music noise. You can actually have a conversation.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-table-with-takeaway-coffee-cup-wooden-table_23-2148148125.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Google User",
|
||||
handle: "Guest",
|
||||
testimonial: "Good prices, generous portions, great service and varied food.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Google User", handle: "Guest", testimonial: "Good prices, generous portions, great service and varied food.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Local Diner",
|
||||
handle: "Guest",
|
||||
testimonial: "A classic spot in Corrientes, always consistent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-clinking-glasses_23-2149212152.jpg?_wi=3",
|
||||
},
|
||||
id: "4", name: "Local Diner", handle: "Guest", testimonial: "A classic spot in Corrientes, always consistent.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-clinking-glasses_23-2149212152.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Maria L.",
|
||||
handle: "Guest",
|
||||
testimonial: "Authentic taste and lovely staff. My favorite place.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-table-with-takeaway-coffee-cup-wooden-table_23-2148148125.jpg?_wi=3",
|
||||
},
|
||||
id: "5", name: "Maria L.", handle: "Guest", testimonial: "Authentic taste and lovely staff. My favorite place.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-table-with-takeaway-coffee-cup-wooden-table_23-2148148125.jpg"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="4.0 stars with 2,367 reviews on Google Maps."
|
||||
@@ -256,25 +158,17 @@ export default function LandingPage() {
|
||||
description="Av. Corrientes 4800, Buenos Aires. Open daily until 1:00 a.m. Call us: 011 4857-6002."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Reservation details or questions...",
|
||||
required: true,
|
||||
name: "message", placeholder: "Reservation details or questions...", required: true,
|
||||
}}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-with-shopping-bags-wine_23-2147784078.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-with-shopping-bags-wine_23-2147784078.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -282,13 +176,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Cantegril"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user