Update src/app/page.tsx
This commit is contained in:
144
src/app/page.tsx
144
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Adega das Gravatas"
|
||||
/>
|
||||
@@ -53,15 +45,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="A Centenary Tradition in Every Bite"
|
||||
description="Experience the timeless flavors of Portugal at Adega das Gravatas. Since 1925, we have been serving the finest traditional meat and fish dishes in the heart of Lisbon."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tikya-kebab-with-grilled-vegetable-salad-bread-lavash-glass-compote_140725-11021.jpg"
|
||||
imageAlt="Luxurious traditional portuguese dining table"
|
||||
@@ -76,17 +65,11 @@ export default function LandingPage() {
|
||||
description="Adega das Gravatas represents the soul of Portuguese gastronomy. With over 100 years of history, our restaurant is a temple for those who appreciate traditional, authentic, and high-quality ingredients."
|
||||
metrics={[
|
||||
{
|
||||
value: "100+",
|
||||
title: "Years of Heritage",
|
||||
},
|
||||
value: "100+", title: "Years of Heritage"},
|
||||
{
|
||||
value: "7896+",
|
||||
title: "Happy Reviews",
|
||||
},
|
||||
value: "7896+", title: "Happy Reviews"},
|
||||
{
|
||||
value: "4.4",
|
||||
title: "Customer Rating",
|
||||
},
|
||||
value: "4.4", title: "Customer Rating"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-full-food-indoors_23-2148941562.jpg"
|
||||
imageAlt="Traditional Portuguese kitchen and dining room"
|
||||
@@ -103,23 +86,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Bife na Pedra",
|
||||
price: "24€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-table_140725-44194.jpg",
|
||||
},
|
||||
id: "1", name: "Bife na Pedra", price: "24€", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-table_140725-44194.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Polvo à Lagareiro",
|
||||
price: "22€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crawfish-plate_23-2150346588.jpg",
|
||||
},
|
||||
id: "2", name: "Polvo à Lagareiro", price: "22€", imageSrc: "http://img.b2bpic.net/free-photo/crawfish-plate_23-2150346588.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bacalhau à Lagareiro",
|
||||
price: "21€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prawn-top-with-cheese-underneath_1220-620.jpg",
|
||||
},
|
||||
id: "3", name: "Bacalhau à Lagareiro", price: "21€", imageSrc: "http://img.b2bpic.net/free-photo/prawn-top-with-cheese-underneath_1220-620.jpg"},
|
||||
]}
|
||||
title="Signature Flavors"
|
||||
description="Discover our most celebrated dishes, prepared with respect for ancestral techniques and the freshest ingredients."
|
||||
@@ -134,45 +105,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Nick Patel",
|
||||
role: "Traveler",
|
||||
company: "Local Guide",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-senior-friends-talking-restaurant-while-cheering-with-drinks_23-2149316755.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Nick Patel", role: "Traveler", company: "Local Guide", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-senior-friends-talking-restaurant-while-cheering-with-drinks_23-2149316755.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Gwen C",
|
||||
role: "Foodie",
|
||||
company: "Local Guide",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg",
|
||||
},
|
||||
id: "2", name: "Gwen C", role: "Foodie", company: "Local Guide", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ololobi ShotIt",
|
||||
role: "Gourmet",
|
||||
company: "Local Guide",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-women-having-dinner-together_23-2148454093.jpg",
|
||||
},
|
||||
id: "3", name: "Ololobi ShotIt", role: "Gourmet", company: "Local Guide", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-women-having-dinner-together_23-2148454093.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Miller",
|
||||
role: "Diner",
|
||||
company: "Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg",
|
||||
},
|
||||
id: "4", name: "Sarah Miller", role: "Diner", company: "Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "João Silva",
|
||||
role: "Local",
|
||||
company: "Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-senior-friends-talking-restaurant-while-cheering-with-drinks_23-2149316755.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "João Silva", role: "Local", company: "Regular", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-senior-friends-talking-restaurant-while-cheering-with-drinks_23-2149316755.jpg"},
|
||||
]}
|
||||
title="Voices of Our Guests"
|
||||
description="Read what our patrons from around the world have to say about their experience at Adega das Gravatas."
|
||||
@@ -182,29 +128,19 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Yes, we highly recommend making a reservation, especially for dinner on weekends, as our space is limited and popular.",
|
||||
},
|
||||
id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend making a reservation, especially for dinner on weekends, as our space is limited and popular."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is the restaurant wheelchair accessible?",
|
||||
content: "Yes, our entrance, dining areas, and restrooms are fully wheelchair accessible.",
|
||||
},
|
||||
id: "q2", title: "Is the restaurant wheelchair accessible?", content: "Yes, our entrance, dining areas, and restrooms are fully wheelchair accessible."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What are your opening hours?",
|
||||
content: "We open daily at 12:10 PM. We recommend calling us for specific holiday hours.",
|
||||
},
|
||||
id: "q3", title: "What are your opening hours?", content: "We open daily at 12:10 PM. We recommend calling us for specific holiday hours."},
|
||||
]}
|
||||
ctaTitle="Visit Us in Lisbon"
|
||||
ctaDescription="Join us for an unforgettable dining experience. Reservations are highly recommended for dinner."
|
||||
ctaButton={{
|
||||
text: "Call to Reserve",
|
||||
href: "tel:+351217143622",
|
||||
}}
|
||||
text: "Call to Reserve", href: "tel:+351217143622"}},
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
@@ -213,33 +149,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Tv. Pregoeiro 15, Lisboa",
|
||||
href: "#",
|
||||
},
|
||||
label: "Tv. Pregoeiro 15, Lisboa", href: "#"},
|
||||
{
|
||||
label: "+351 21 714 3622",
|
||||
href: "tel:+351217143622",
|
||||
},
|
||||
label: "+351 21 714 3622", href: "tel:+351217143622"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user