Update src/app/page.tsx
This commit is contained in:
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
{ text: "View Menu", href: "#catering" },
|
||||
{ text: "Book Catering", href: "#contact" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-j7nvn403.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-j7nvn403.png?_wi=1"
|
||||
imageAlt="Oscar's Bistro Interior"
|
||||
/>
|
||||
</div>
|
||||
@@ -71,11 +71,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Artisan Ingredients", description: "Fresh, locally sourced produce and premium meats delivered daily.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-odukjor5.png", imageAlt: "Gourmet ingredients" },
|
||||
title: "Artisan Ingredients", description: "Fresh, locally sourced produce and premium meats delivered daily.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-odukjor5.png?_wi=1", imageAlt: "Gourmet ingredients" },
|
||||
items: [],
|
||||
reverse: false,
|
||||
},
|
||||
{ title: "Curated Wine Pairing", description: "Hand-picked vintages to complement every dish.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-j7nvn403.png", imageAlt: "Wine selection" }, items: [], reverse: true },
|
||||
{ title: "Curated Wine Pairing", description: "Hand-picked vintages to complement every dish.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-j7nvn403.png?_wi=2", imageAlt: "Wine selection" }, items: [], reverse: true },
|
||||
]}
|
||||
title="Signature Culinary Excellence"
|
||||
description="We blend traditional techniques with modern flavors."
|
||||
@@ -89,9 +89,9 @@ export default function LandingPage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Signature Steak Frites", price: "$34", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-j7nvn403.png" },
|
||||
{ id: "p2", name: "Herb Roasted Chicken", price: "$28", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-odukjor5.png" },
|
||||
{ id: "p3", name: "Truffle Risotto", price: "$32", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-j7nvn403.png" },
|
||||
{ id: "p1", name: "Signature Steak Frites", price: "$34", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-j7nvn403.png?_wi=3" },
|
||||
{ id: "p2", name: "Herb Roasted Chicken", price: "$28", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-odukjor5.png?_wi=2" },
|
||||
{ id: "p3", name: "Truffle Risotto", price: "$32", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-j7nvn403.png?_wi=4" },
|
||||
]}
|
||||
title="Our Bistro Menu"
|
||||
description="A refined selection of seasonally inspired dishes."
|
||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "14", title: "Years Experience", description: "Hospitality excellence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-j7nvn403.png" },
|
||||
{ id: "m1", value: "14", title: "Years Experience", description: "Hospitality excellence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-j7nvn403.png?_wi=5" },
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Our commitment to quality."
|
||||
|
||||
Reference in New Issue
Block a user