Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e1a0d096a | |||
| 6d7dfc01ac | |||
| aa4865f9cf | |||
| 754d820bb3 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
@@ -44,10 +44,9 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
imagePosition="right"
|
||||
title="A Tradição Redefinida em Cada Fatias."
|
||||
description="Wood-fired, impossibly thin, perfectly square. Discover the Pirenópolis charm in the heart of Setor Bueno."
|
||||
buttons={[
|
||||
@@ -56,10 +55,10 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Pedir Delivery Premium", href: "#contact"},
|
||||
]}
|
||||
videoSrc="http://img.b2bpic.net/free-photo/close-up-people-eating-break-time_23-2149256894.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
fixedMediaHeight={true}
|
||||
videoAriaLabel="Cinematic video of pizza making"
|
||||
mediaItems={[
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-break-time_23-2149256894.jpg", videoAriaLabel: "Cinematic video of pizza making"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -174,4 +173,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user