4 Commits

Author SHA1 Message Date
1d7ba33dd5 Update src/app/page.tsx 2026-04-07 22:07:22 +00:00
cc1a2fe420 Merge version_1 into main
Merge version_1 into main
2026-04-07 22:02:49 +00:00
de7a7186f9 Merge version_1 into main
Merge version_1 into main
2026-04-07 22:02:22 +00:00
42a87faab9 Merge version_1 into main
Merge version_1 into main
2026-04-07 22:01:54 +00:00

View File

@@ -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>