Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d7ba33dd5 | |||
| cc1a2fe420 | |||
| de7a7186f9 | |||
| 42a87faab9 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroBillboardCarousel
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Authentic Portuguese Churrasco Since Day One"
|
title="Authentic Portuguese Churrasco Since Day One"
|
||||||
description="Fresh charcoal-grilled chicken, traditional Portuguese dishes, and homemade flavors in Pedroso."
|
description="Fresh charcoal-grilled chicken, traditional Portuguese dishes, and homemade flavors in Pedroso."
|
||||||
@@ -53,9 +53,6 @@ export default function LandingPage() {
|
|||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-fried-wings-tray_23-2147717034.jpg", imageAlt: "Authentic charcoal grill scene" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-fried-wings-tray_23-2147717034.jpg", imageAlt: "Authentic charcoal grill scene" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chicken-vegetables_23-2147716955.jpg?_wi=1", imageAlt: "Signature grilled chicken" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chicken-vegetables_23-2147716955.jpg?_wi=1", imageAlt: "Signature grilled chicken" }
|
||||||
]}
|
]}
|
||||||
mediaAnimation="blur-reveal"
|
|
||||||
rating={5}
|
|
||||||
ratingText="Over 500+ satisfied customers"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -150,4 +147,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user