7 Commits

Author SHA1 Message Date
b341c9f82f Update src/app/page.tsx 2026-04-24 03:09:56 +00:00
319615af0c Merge version_3 into main
Merge version_3 into main
2026-04-24 03:08:53 +00:00
022f892db0 Update src/app/page.tsx 2026-04-24 03:08:47 +00:00
ec7769f8ab Merge version_2 into main
Merge version_2 into main
2026-04-24 03:07:50 +00:00
382ac626c3 Update src/app/page.tsx 2026-04-24 03:07:47 +00:00
663e9b0333 Merge version_1 into main
Merge version_1 into main
2026-04-24 03:06:41 +00:00
b1f5041cb1 Merge version_1 into main
Merge version_1 into main
2026-04-24 03:06:14 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
description="Experience gourmet dining that satisfies your deepest cravings at Hungry Point."
buttons={[
{ text: "View Menu", href: "#menu" },
{ text: "Order Now", href: "#" }
{ text: "Browse Delivery Options", href: "#" }
]}
imageSrc="http://img.b2bpic.net/free-photo/gourmet-bacon-cheeseburger-with-arugula-tomato_84443-82005.jpg"
mediaAnimation="slide-up"
@@ -129,6 +129,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Signature Dishes"
description="Explore our carefully curated selection of signature dishes."
buttons={[{ text: "Order Now", href: "#contact" }]}
products={[
{ id: "p1", name: "Gourmet Margherita Pizza", price: "$18", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-peppers-olives-cheese_501050-821.jpg" },
{ id: "p2", name: "Truffle Mushroom Pasta", price: "$22", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg" },
@@ -143,7 +144,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={false}
testimonial="The best dining experience I've had in years! The flavors were incredible, and the staff was so welcoming."
testimonial="The speed of service at Hungry Point is truly remarkable. I was served my gourmet meal in minutes, and the quality was impeccable—easily the best dining experience I've had in years!"
rating={5}
author="Sarah Miller"
avatars={[
@@ -193,4 +194,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}