Merge version_15 into main
Merge version_15 into main
This commit was merged in pull request #15.
This commit is contained in:
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Bean Haven"
|
||||
navItems={[
|
||||
navItems={[[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboard
|
||||
logoText="Bean Haven"
|
||||
description="Artisan coffee roasted to perfection. Discover sdsadas single-origin blends and signature espresso drinks crafted with passion and precision."
|
||||
imageSrc="https://img.b2bpic.net/free-photo/portrait-beautiful-smiling-model-dressed-summer-hipster-jeans-jacket_158538-17794.jpg?id=16768175"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/woman-thoughtfully-looking-her-clothing-patterns_197531-24014.jpg?id=15970630"
|
||||
imageAlt="Premium specialty coffee"
|
||||
frameStyle="card"
|
||||
/>
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
tag="Process"
|
||||
textboxLayout="split-actions"
|
||||
useInvertedBackground="invertDefault"
|
||||
buttons={[
|
||||
buttons={
|
||||
{
|
||||
text: "Shop Now", href: "#products"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user