Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 989e99654c | |||
| fe6e50a682 | |||
| 30026e06a9 | |||
| b4597a9312 | |||
| a52a411f8b |
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
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 FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
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 HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
|||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1", brand: "Massas", name: "Tagliatelle Al Tartufo", price: "R$ 120", rating: 5,
|
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,
|
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"},
|
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>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
|
||||||
background={{
|
|
||||||
variant: "plain"}}
|
|
||||||
tag="Reservas"
|
tag="Reservas"
|
||||||
title="Reserve sua experiência"
|
title="Reserve sua experiência"
|
||||||
description="Preencha seus detalhes abaixo para garantir um lugar à nossa mesa."
|
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"
|
background={{
|
||||||
mediaAnimation="slide-up"
|
variant: "plain"}}
|
||||||
mediaPosition="right"
|
useInvertedBackground={false}
|
||||||
buttonText="Reservar"
|
buttonText="Reservar"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterBaseReveal
|
||||||
logoText="Trattoria Carbone"
|
logoText="Trattoria Carbone"
|
||||||
copyrightText="© 2025 Trattoria Carbone. Todos os direitos reservados."
|
columns={[
|
||||||
socialLinks={[
|
{ 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" }] }
|
||||||
icon: Instagram,
|
|
||||||
href: "https://instagram.com", ariaLabel: "Instagram"},
|
|
||||||
{
|
|
||||||
icon: Facebook,
|
|
||||||
href: "https://facebook.com", ariaLabel: "Facebook"},
|
|
||||||
]}
|
]}
|
||||||
|
copyrightText="© 2025 Trattoria Carbone. Todos os direitos reservados."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user