Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5fc8fb0a2 | |||
| bd4036cb92 | |||
| 266f1a3313 | |||
| d7985b3221 | |||
| db3bc36059 | |||
| 7b3b8891c7 |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Fresh Coffee, Warm Moments"
|
||||
description="Experience the art of handcrafted specialty coffee in our cozy haven. Your perfect day starts with a perfect brew."
|
||||
buttons={[{ text: "View Menu", href: "#menu" }, { text: "Visit Us", href: "#contact" }]}
|
||||
buttons={[{ text: "Browse Our Menu", href: "#menu" }, { text: "Visit Us", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-barista-holding-coffee-cardboard-cup_1303-29325.jpg"
|
||||
imageAlt="3D coffee cup centered"
|
||||
/>
|
||||
@@ -64,6 +64,7 @@ export default function LandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
carouselMode="auto"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user