Merge version_1 into main #4
@@ -9,7 +9,6 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Star, MapPin, Coffee } from 'lucide-react';
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" }
|
||||
@@ -17,7 +16,7 @@ const navItems = [
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple navItems={navItems} brandName="Tasca Boca Santa" />
|
||||
</div>
|
||||
@@ -26,7 +25,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Tasca Boca Santa"
|
||||
description="A tasca mais querida dos Açores dos Açores. Tradição no prato. Família à mesa."
|
||||
description="A tasca mais querida dos Açores. Tradição no prato. Família à mesa."
|
||||
testimonials={[
|
||||
{ name: "Guest Review", handle: "@foodie", testimonial: "Autêntica comida caseira, ambiente familiar.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182449.jpg", imageAlt: "rustic portuguese tavern table candlelight" },
|
||||
{ name: "Local Patron", handle: "@visit", testimonial: "O dono é incrivelmente acolhedor.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vintage-background_23-2151901332.jpg", imageAlt: "hand-drawn olive branch illustration rustic" },
|
||||
@@ -63,7 +62,8 @@ export default function HomePage() {
|
||||
products={[
|
||||
{ id: "1", name: "Alcatra", price: "18€", variant: "Carne", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bruschetta-meat-close-up_23-2148516970.jpg" },
|
||||
{ id: "2", name: "Polvo à Lagareiro", price: "20€", variant: "Mar", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-with-red-syrup-fruits-white-plate_114579-28836.jpg" },
|
||||
{ id: "3", name: "Codorna com Arroz", price: "16€", variant: "Carne", imageSrc: "http://img.b2bpic.net/free-photo/close-up-traditional-easter-soup_329181-1650.jpg" }
|
||||
{ id: "3", name: "Codorna com Arroz", price: "16€", variant: "Carne", imageSrc: "http://img.b2bpic.net/free-photo/close-up-traditional-easter-soup_329181-1650.jpg" },
|
||||
{ id: "4", name: "Queijo da Ilha", price: "8€", variant: "Entrada", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182449.jpg" }
|
||||
]}
|
||||
title="O que não pode perder"
|
||||
description="Sugestões da casa baseadas na tradição açoriana."
|
||||
@@ -88,9 +88,16 @@ export default function HomePage() {
|
||||
testimonial="O dono é incrivelmente acolhedor e explica todos os pratos. Porções generosas. Altamente recomendado!"
|
||||
rating={5}
|
||||
author="Michael Chen"
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182449.jpg", alt: "Customer" }]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182449.jpg", alt: "Guest 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/vintage-background_23-2151901332.jpg", alt: "Guest 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/gourmet-bruschetta-meat-close-up_23-2148516970.jpg", alt: "Guest 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/strawberry-pie-with-red-syrup-fruits-white-plate_114579-28836.jpg", alt: "Guest 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-traditional-easter-soup_329181-1650.jpg", alt: "Guest 5" }
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
|
||||
Reference in New Issue
Block a user