Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 989e99654c | |||
| fe6e50a682 | |||
| 30026e06a9 | |||
| b4597a9312 | |||
| a52a411f8b |
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Massas", name: "Tagliatelle Al Tartufo", price: "R$ 120", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-pasta-with-mushrooms-parmesan-slices-oregano-leaves-granite-bowl_114579-1832.jpg?_wi=2"},
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-pasta-with-mushrooms-paran-slices-oregano-leaves-granite-bowl_114579-1832.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2", brand: "Carnes", name: "Ossobuco Tradicional", price: "R$ 150", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/various-salads-table-top-view_140725-5594.jpg"},
|
||||
@@ -198,32 +198,25 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
<ContactCenter
|
||||
tag="Reservas"
|
||||
title="Reserve sua experiência"
|
||||
description="Preencha seus detalhes abaixo para garantir um lugar à nossa mesa."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tablet-standing-isolated-table_1303-22646.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
buttonText="Reservar"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
<FooterBaseReveal
|
||||
logoText="Trattoria Carbone"
|
||||
copyrightText="© 2025 Trattoria Carbone. Todos os direitos reservados."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com", ariaLabel: "Facebook"},
|
||||
columns={[
|
||||
{ title: "Restaurante", items: [{ label: "Sobre Nós", href: "#about" }, { label: "Cardápio", href: "#menu" }] },
|
||||
{ title: "Reservas", items: [{ label: "Contato", href: "#contact" }, { label: "Eventos", href: "#contact" }] }
|
||||
]}
|
||||
copyrightText="© 2025 Trattoria Carbone. Todos os direitos reservados."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user