Update src/app/page.tsx

This commit is contained in:
2026-05-28 20:25:56 +00:00
parent 9de076b850
commit 878261db48

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import MediaAbout from '@/components/sections/about/MediaAbout';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
@@ -42,7 +42,7 @@ export default function LandingPage() {
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboard
<HeroSplit
title="Holy Chick! Mother Cruster!"
description="Detroit-Style Pizza & Nashville Hot Chicken. Bold flavors, flawless execution, and a whole lotta family energy in Franklin, NJ."
background={{ variant: "radial-gradient" }}
@@ -53,7 +53,7 @@ export default function LandingPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EMlwlII1VSlpZmU60rB387yfBH/uploaded-1779999689682-amfupnkn.jpg"
imageAlt="Delicious Detroit-style pizza hot chicken"
mediaAnimation="slide-up"
imageClassName="object-cover"
fixedMediaHeight={false}
/>
</div>
<div id="about" data-section="about">
@@ -120,7 +120,6 @@ export default function LandingPage() {
<TestimonialCardFifteen
testimonial="“Remarkable experience overall! The food was exceptional, the chicken seasoned to perfection, fries just right, and incredibly quick service. The interior is unique, seating comfortable, and tables spotless. Plus, great entertainment options and reasonable prices. We will certainly be returning!”"
rating={5}
author="Satisfied Customers"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3540.jpg", alt: "Reviewer Sarah J." },
{ src: "http://img.b2bpic.net/free-photo/young-woman-with-curly-hair-sitting-cafe_273609-16376.jpg", alt: "Reviewer Michael C." },
@@ -131,6 +130,7 @@ export default function LandingPage() {
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
useInvertedBackground={false}
author="Satisfied Customers"
/>
</div>
<div id="faq" data-section="faq">