Merge version_3 into main #4
@@ -23,6 +23,7 @@ export default function DraftPreviewPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Draft Page", id: "/draft" }
|
||||
]}
|
||||
brandName="Aura Dining (Draft)"
|
||||
/>
|
||||
@@ -37,4 +38,4 @@ export default function DraftPreviewPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Dishes", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Draft", id: "draft" }
|
||||
{ name: "Draft Page", id: "/draft" }
|
||||
]}
|
||||
brandName="Aura Dining"
|
||||
/>
|
||||
@@ -88,7 +88,8 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{ title: "Truffle Risotto", description: "Creamy arborio rice with hand-harvested black truffles.", icon: Star, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-taco-frame-with-copy-space_23-2148750468.jpg", imageAlt: "gourmet truffle risotto plate" }, { imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4458.jpg", imageAlt: "wagyu beef steak gourmet" }] },
|
||||
{ title: "A5 Wagyu", description: "Premium wagyu beef seared to perfection.", icon: Award, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg", imageAlt: "wagyu beef steak gourmet" }, { imageSrc: "http://img.b2bpic.net/free-photo/bisquits-with-sliced-fruits-chocolate-syrup_141793-29.jpg", imageAlt: "gourmet truffle risotto plate" }] },
|
||||
{ title: "Artisanal Sea Bass", description: "Fresh catch with a citrus emulsion glaze.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-truffle-dish-arrangement-top-view_23-2149525169.jpg", imageAlt: "gourmet truffle risotto plate" }, { imageSrc: "http://img.b2bpic.net/free-photo/seared-steak-with-orange-herbs_23-2151942418.jpg", imageAlt: "wagyu beef steak gourmet" }] }
|
||||
{ title: "Artisanal Sea Bass", description: "Fresh catch with a citrus emulsion glaze.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-truffle-dish-arrangement-top-view_23-2149525169.jpg", imageAlt: "gourmet truffle risotto plate" }, { imageSrc: "http://img.b2bpic.net/free-photo/seared-steak-with-orange-herbs_23-2151942418.jpg", imageAlt: "wagyu beef steak gourmet" }]
|
||||
}
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="Exquisite culinary creations curated for the refined palate."
|
||||
|
||||
Reference in New Issue
Block a user