diff --git a/src/app/draft/page.tsx b/src/app/draft/page.tsx index d8f1da7..eba9d61 100644 --- a/src/app/draft/page.tsx +++ b/src/app/draft/page.tsx @@ -23,6 +23,7 @@ export default function DraftPreviewPage() { @@ -37,4 +38,4 @@ export default function DraftPreviewPage() { ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 05446dc..859eb87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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."