Update src/app/page.tsx
This commit is contained in:
@@ -37,6 +37,7 @@ export default function BroadStreetCafePage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="Broad Street Cafe"
|
||||
button={{ text: "Order Now", href: "#menu" }}
|
||||
/>
|
||||
<div id="hero">
|
||||
<HeroSplitDualMedia
|
||||
@@ -60,6 +61,7 @@ export default function BroadStreetCafePage() {
|
||||
description="Founded on Broad Street in 2015, we are dedicated to serving premium beans and building connections. Every cup tells a story of passion and craftsmanship."
|
||||
imageSrc="https://images.unsplash.com/photo-1453614512568-c4024d13c247?w=800&h=600"
|
||||
imageAlt="Our cafe interior"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Our Story", href: "#about" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,6 +101,7 @@ export default function BroadStreetCafePage() {
|
||||
description="Open daily from 7 AM to 6 PM. Come say hello and enjoy the finest coffee in the city."
|
||||
buttons={[{ text: "Get Directions", href: "#" }]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<FooterMedia
|
||||
|
||||
Reference in New Issue
Block a user