Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-12 18:20:09 +00:00

View File

@@ -219,13 +219,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
faqs={[
{
id: "1", title: "How fresh is your seafood?", content: "All of our seafood is sourced fresh from local Porto fishermen each morning. We receive daily catches and prepare them within hours of arrival, never frozen. This is our foundation of authenticity."
id: "1", title: "How fresh is your seafood?", content: "All seafood is sourced fresh from local Porto fishermen each morning and prepared within hours of arrival, never frozen."
},
{
id: "2", title: "How do I make a reservation?", content: "Reservations can be made directly by clicking 'Reserve Your Table' on our website, calling us, or visiting in person. We accept walk-ins based on availability, but reservations ensure your table and a warm welcome."
id: "2", title: "How do I make a reservation?", content: "Reserve via our website, phone, or visit in person. Walk-ins welcome based on availability."
},
{
id: "3", title: "Do you accommodate dietary restrictions?", content: "Yes, absolutely. Please mention any dietary needs when reserving or arriving. Our team is happy to work with you to create a memorable meal that respects your preferences."
id: "3", title: "Do you accommodate dietary restrictions?", content: "Yes, absolutely. Mention dietary needs when reserving or arriving, and our team will create a memorable meal that respects your preferences."
},
{
id: "4", title: "What is 'Peixe do Dia'?", content: "'Peixe do Dia' (Fish of the Day) is our daily special featuring what our fishermen have brought to market that morning. The menu changes based on the sea's offerings, ensuring you always experience the freshest available."
@@ -297,4 +297,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}