Update src/app/page.tsx

This commit is contained in:
2026-05-28 19:55:50 +00:00
parent edb1f4d580
commit b6413f3ac3

View File

@@ -53,7 +53,6 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/homemade-pizza-slices-parchment-paper_23-2148120116.jpg"
imageAlt="Delicious Detroit-style pizza hot chicken"
mediaAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
<div id="about" data-section="about">
@@ -118,8 +117,6 @@ export default function LandingPage() {
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardFifteen
title="What Our Guests Say"
description="Our customers love the bold flavors, friendly service, and vibrant atmosphere. See what makes Holy Chick! Mother Cruster! a local favorite."
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"
@@ -177,7 +174,6 @@ export default function LandingPage() {
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Twitter, href: "#", ariaLabel: "Twitter" }
]}
useInvertedBackground={true}
/>
</div>
</ThemeProvider>