Update src/app/page.tsx
This commit is contained in:
@@ -6,7 +6,8 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
@@ -43,18 +44,27 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
title="SFR - Smashed For Real"
|
||||
description="Il miglior smash burger di Oderzo. Carne fresca, salse bilanciate, porzioni generose."
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg?_wi=1", imageAlt: "Smash burger succulent" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-burger-with-french-fries_23-2150887946.jpg?_wi=1", imageAlt: "Locale ambiance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/yummy-french-fries-spread-table_23-2148374881.jpg?_wi=1", imageAlt: "Patate fritte" },
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
<HeroBillboardCarousel
|
||||
title="SFR - Smash Experience"
|
||||
description="Scopri il nuovo standard degli smash burger a Oderzo."
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg?_wi=1", imageAlt: "Burger 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-burger-with-french-fries_23-2150887946.jpg?_wi=1", imageAlt: "Burger 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/yummy-french-fries-spread-table_23-2148374881.jpg?_wi=1", imageAlt: "Burger 3" }
|
||||
]}
|
||||
/>
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Gusto Rotante"
|
||||
description="Esplora la nostra selezione gourmet in una veste dinamica."
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg?_wi=1" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-burger-with-french-fries_23-2150887946.jpg?_wi=1" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/yummy-french-fries-spread-table_23-2148374881.jpg?_wi=1" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/male-s-hands-holding-delicious-double-cheeseburger_181624-56398.jpg?_wi=1" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg?_wi=1" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/knife-stuck-burger-metal-tray-roof_181624-2170.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
|
||||
Reference in New Issue
Block a user