Update src/app/page.tsx

This commit is contained in:
2026-05-08 03:54:19 +00:00
parent 972783a8d8
commit c626e287d5

View File

@@ -56,6 +56,7 @@ export default function LandingPage() {
]}
imageSrc="http://img.b2bpic.net/free-photo/empty-dining-table-restaurant_53876-64723.jpg"
mediaAnimation="slide-up"
buttons={[{ text: "Explore Menu", href: "#menu" }, { text: "Order Online", href: "#contact" }]}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/wine-glass_74190-3483.jpg", alt: "Wine glass" },
{ src: "http://img.b2bpic.net/free-photo/wine-glass_1203-3446.jpg", alt: "Wine glass" },
@@ -87,7 +88,7 @@ export default function LandingPage() {
<ProductCardFour
animationType="slide-up"
textboxLayout="split-description"
gridVariant="uniform-all-items-equal"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Artisan Salad", price: "$12", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad_1203-8975.jpg" },
@@ -96,9 +97,11 @@ export default function LandingPage() {
{ id: "p4", name: "Steak Prime", price: "$32", variant: "Grill", imageSrc: "http://img.b2bpic.net/free-photo/grilled-mussels-with-scallops-herbs-butter-sauce-salt-pepper-table_140725-10938.jpg" },
{ id: "p5", name: "Soup Selection", price: "$9", variant: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sliced-fruits-with-cake-candies-white-background-fruit-fresh-tea-candy-cake-biscuit_140725-116344.jpg" },
{ id: "p6", name: "Berry Tart", price: "$8", variant: "Sweet", imageSrc: "http://img.b2bpic.net/free-photo/slice-day-night-pie-sprinkled-with-sugar-powder-served-with-milk_140725-8668.jpg" },
{ id: "p7", name: "Roasted Salmon", price: "$28", variant: "Grill", imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-steak-with-lemon-rosemary-vegetables_1150-25816.jpg" },
{ id: "p8", name: "Truffle Pasta", price: "$24", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/truffle-pasta-with-cheese-herbs_1150-26456.jpg" }
]}
title="Signature Selections"
description="Discover our menu's most celebrated plates, carefully prepared."
title="Full Menu Selection"
description="A comprehensive look at our entire range of handcrafted dishes."
/>
</div>