Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
||||
import { Coffee, Sun, Users, Vegan } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [{"name":"Home","id":"/"},{"name":"Menu","id":"/menu"},{"name":"About","id":"/about"},{"name":"Order Ahead","id":"/order"}];
|
||||
const navItems = [{"name":"Home","id":"/"},{"name":"Menu","id":"/menu"},{"name":"About","id":"/about"},{"name":"Order Ahead","id":"/order"},{"name":"Shop","id":"/shop"}];
|
||||
const footerColumns = [{"items":[{"label":"Home","href":"/"},{"label":"Menu","href":"/menu"},{"label":"About","href":"/about"},{"label":"Order Ahead","href":"/order"}]},{"items":[{"label":"Hours","href":"/about"},{"label":"Instagram","href":"https://instagram.com/midnightcafe"}]}];
|
||||
|
||||
return (
|
||||
@@ -40,7 +40,7 @@ export default function HomePage() {
|
||||
title="Midnight Cafe"
|
||||
description="Where coffee isn’t just made. It’s mastered."
|
||||
background={{ "variant": "plain" }}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/talanted-barista-is-pouring-milk-jug-latte-cappuchino-his-cafe_613910-3236.jpg?_wi=1"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/talanted-barista-is-pouring-milk-jug-latte-cappuchino-his-cafe_613910-3236.jpg"
|
||||
imageAlt="Slow motion espresso pour with natural light"
|
||||
imagePosition="right"
|
||||
buttons={[{ "text": "Order Ahead", "href": "/order" }, { "text": "View Menu", "href": "/menu" }]}
|
||||
|
||||
Reference in New Issue
Block a user