Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-17 11:57:10 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { ChefHat, Clock, Heart, MapPin, Quote, Sparkles, Utensils, Plate, Smile, TrendingUp } from 'lucide-react';
import { ChefHat, Clock, Heart, MapPin, Quote, Sparkles, Utensils, UtensilsCrossed, Smile, TrendingUp } from 'lucide-react';
export default function LandingPage() {
return (
@@ -49,7 +49,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg?_wi=1", imageAlt: "Lucimar restaurant warm lighting and crowded tables with generous portions"
imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg", imageAlt: "Lucimar restaurant warm lighting and crowded tables with generous portions"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-spanish-croquettes-composition_23-2149173859.jpg", imageAlt: "Traditional Portuguese food with authentic preparation and presentation"
@@ -82,21 +82,21 @@ export default function LandingPage() {
title: "Authentic Portuguese Cuisine", description: "From francesinha to bacalhau, every dish is made the traditional way — rich, comforting, unforgettable.", icon: Utensils,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109844.jpg?_wi=1", imageAlt: "Traditional francesinha sandwich with rich sauce"
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109844.jpg", imageAlt: "Traditional francesinha sandwich with rich sauce"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-seafood-table-arrangement_23-2149410787.jpg?_wi=1", imageAlt: "Bacalhau à lagareiro classic Portuguese cod"
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-seafood-table-arrangement_23-2149410787.jpg", imageAlt: "Bacalhau à lagareiro classic Portuguese cod"
}
]
},
{
title: "Generous Portions", description: "You don't leave hungry. Plates are abundant, made to share, and full of flavor.", icon: Plate,
title: "Generous Portions", description: "You don't leave hungry. Plates are abundant, made to share, and full of flavor.", icon: UtensilsCrossed,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-meat-white-plate-marble_114579-60117.jpg?_wi=1", imageAlt: "Tender octopus Portuguese style generous portion"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-meat-white-plate-marble_114579-60117.jpg", imageAlt: "Tender octopus Portuguese style generous portion"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/colomba-with-chocolate-almonds-view_23-2149341673.jpg?_wi=1", imageAlt: "Huge homemade bolo de bolacha dessert"
imageSrc: "http://img.b2bpic.net/free-photo/colomba-with-chocolate-almonds-view_23-2149341673.jpg", imageAlt: "Huge homemade bolo de bolacha dessert"
}
]
},
@@ -115,10 +115,10 @@ export default function LandingPage() {
title: "Incredible Value", description: "High-quality food, honest pricing — one of the best cost-benefit experiences in Lisbon.", icon: TrendingUp,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-mini-pie-with-meat-vegetables-wooden-cutting-board_140725-10279.jpg?_wi=1", imageAlt: "Perfect tarte de natas traditional Portuguese pastry"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-mini-pie-with-meat-vegetables-wooden-cutting-board_140725-10279.jpg", imageAlt: "Perfect tarte de natas traditional Portuguese pastry"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg?_wi=2", imageAlt: "Full restaurant atmosphere showing value and quality"
imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg", imageAlt: "Full restaurant atmosphere showing value and quality"
}
]
}
@@ -139,22 +139,22 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "francesinha", name: "Francesinha", price: "Iconic", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109844.jpg?_wi=2", imageAlt: "Francesinha — one of the best in Lisbon"
id: "francesinha", name: "Francesinha", price: "Iconic", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109844.jpg", imageAlt: "Francesinha — one of the best in Lisbon"
},
{
id: "bacalhau", name: "Bacalhau à Lagareiro", price: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-seafood-table-arrangement_23-2149410787.jpg?_wi=2", imageAlt: "Bacalhau — perfectly prepared traditional cod"
id: "bacalhau", name: "Bacalhau à Lagareiro", price: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-seafood-table-arrangement_23-2149410787.jpg", imageAlt: "Bacalhau — perfectly prepared traditional cod"
},
{
id: "polvo", name: "Polvo (Octopus)", price: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-meat-white-plate-marble_114579-60117.jpg?_wi=2", imageAlt: "Polvo — tender and flavorful"
id: "polvo", name: "Polvo (Octopus)", price: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-meat-white-plate-marble_114579-60117.jpg", imageAlt: "Polvo — tender and flavorful"
},
{
id: "bolo", name: "Bolo de Bolacha", price: "Legendary", imageSrc: "http://img.b2bpic.net/free-photo/colomba-with-chocolate-almonds-view_23-2149341673.jpg?_wi=2", imageAlt: "Bolo de Bolacha — huge and homemade"
id: "bolo", name: "Bolo de Bolacha", price: "Legendary", imageSrc: "http://img.b2bpic.net/free-photo/colomba-with-chocolate-almonds-view_23-2149341673.jpg", imageAlt: "Bolo de Bolacha — huge and homemade"
},
{
id: "natas", name: "Tarte de Natas", price: "Perfect", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mini-pie-with-meat-vegetables-wooden-cutting-board_140725-10279.jpg?_wi=2", imageAlt: "Tarte de Natas — simple, perfect, addictive"
id: "natas", name: "Tarte de Natas", price: "Perfect", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mini-pie-with-meat-vegetables-wooden-cutting-board_140725-10279.jpg", imageAlt: "Tarte de Natas — simple, perfect, addictive"
},
{
id: "house-wine", name: "House Wine Pairing", price: "Paired", imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg?_wi=3", imageAlt: "Complements every dish perfectly"
id: "house-wine", name: "House Wine Pairing", price: "Paired", imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg", imageAlt: "Complements every dish perfectly"
}
]}
/>