Merge version_1 into main #1
@@ -14,21 +14,21 @@ export default function BlogPage() {
|
||||
const navbarProps = {
|
||||
brandName: "Bean Haven", navItems: [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Menu", id: "/#product" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Features", id: "/#features" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
],
|
||||
button: { text: "Order Now", href: "#contact" },
|
||||
button: { text: "Order Now", href: "/#contact" },
|
||||
};
|
||||
|
||||
const footerProps = {
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg", imageAlt: "Cozy interior of a coffee shop with warm lighting", columns: [
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Locations", href: "#contact" },
|
||||
{ label: "Menu", href: "/#product" },
|
||||
{ label: "About Us", href: "/#about" },
|
||||
{ label: "Locations", href: "/#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
{name: "Features", id: "features"},
|
||||
{name: "Testimonials", id: "testimonials"}
|
||||
]}
|
||||
button={{text: "Order Now", href: "#contact"}}
|
||||
button={{text: "Order Now", href: "contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,8 +48,8 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{text: "Explore Menu", href: "#product"},
|
||||
{text: "Find Us", href: "#contact"}
|
||||
{text: "Explore Menu", href: "product"},
|
||||
{text: "Find Us", href: "contact"}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/cup-well-made-latte-with-art-foam_181624-285.jpg"
|
||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial='"Bean Haven is my go-to spot every morning. The coffee is consistently excellent, and the staff are always so welcoming. It\'s truly a hidden gem!"'
|
||||
testimonial="Bean Haven is my go-to spot every morning. The coffee is consistently excellent, and the staff are always so welcoming. It's truly a hidden gem!"
|
||||
rating={5}
|
||||
author="Sarah J., Loyal Customer"
|
||||
avatars={[
|
||||
@@ -137,7 +137,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
ctaTitle="Visit Us Today"
|
||||
ctaDescription="Stop by for a fresh brew or reach out with any questions. We'd love to hear from you!"
|
||||
ctaButton={{text: "Get Directions", href: "https://maps.google.com"}}
|
||||
ctaButton={{text: "Get Directions", href: "https://maps.app.goo.gl/examplelocation"}}
|
||||
ctaIcon={MapPin}
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
@@ -150,13 +150,13 @@ export default function LandingPage() {
|
||||
imageAlt="Cozy interior of a coffee shop with warm lighting"
|
||||
columns={[
|
||||
{title: "Quick Links", items: [
|
||||
{label: "Menu", href: "#product"},
|
||||
{label: "About Us", href: "#about"},
|
||||
{label: "Locations", href: "#contact"}
|
||||
{label: "Menu", href: "product"},
|
||||
{label: "About Us", href: "about"},
|
||||
{label: "Locations", href: "contact"}
|
||||
]},
|
||||
{title: "Connect", items: [
|
||||
{label: "Instagram", href: "#"},
|
||||
{label: "Facebook", href: "#"}
|
||||
{label: "Instagram", href: "https://instagram.com/beanhaven"},
|
||||
{label: "Facebook", href: "https://facebook.com/beanhaven"}
|
||||
]}
|
||||
]}
|
||||
logoText="Bean Haven"
|
||||
|
||||
@@ -81,7 +81,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Bean Haven"
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
@@ -96,7 +96,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg"
|
||||
imageAlt="Cozy interior of a coffee shop with warm lighting"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "#menu" }, { label: "About Us", href: "#about" }, { label: "Locations", href: "#contact" }] },
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "/#product" }, { label: "About Us", href: "/#about" }, { label: "Locations", href: "/#contact" }] },
|
||||
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/beanhaven" }, { label: "Facebook", href: "https://facebook.com/beanhaven" }] }
|
||||
]}
|
||||
logoText="Bean Haven"
|
||||
@@ -123,7 +123,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Bean Haven"
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
@@ -146,7 +146,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg"
|
||||
imageAlt="Cozy interior of a coffee shop with warm lighting"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "#menu" }, { label: "About Us", href: "#about" }, { label: "Locations", href: "#contact" }] },
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "/#product" }, { label: "About Us", href: "/#about" }, { label: "Locations", href: "/#contact" }] },
|
||||
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/beanhaven" }, { label: "Facebook", href: "https://facebook.com/beanhaven" }] }
|
||||
]}
|
||||
logoText="Bean Haven"
|
||||
@@ -172,7 +172,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Bean Haven"
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
@@ -220,7 +220,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg"
|
||||
imageAlt="Cozy interior of a coffee shop with warm lighting"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "#menu" }, { label: "About Us", href: "#about" }, { label: "Locations", href: "#contact" }] },
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "/#product" }, { label: "About Us", href: "/#about" }, { label: "Locations", href: "/#contact" }] },
|
||||
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/beanhaven" }, { label: "Facebook", href: "https://facebook.com/beanhaven" }] }
|
||||
]}
|
||||
logoText="Bean Haven"
|
||||
|
||||
@@ -31,7 +31,7 @@ export default function ShopPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Bean Haven"
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
@@ -46,7 +46,7 @@ export default function ShopPage() {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg"
|
||||
imageAlt="Cozy interior of a coffee shop with warm lighting"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "#menu" }, { label: "About Us", href: "#about" }, { label: "Locations", href: "#contact" }] },
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "/#product" }, { label: "About Us", href: "/#about" }, { label: "Locations", href: "/#contact" }] },
|
||||
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/beanhaven" }, { label: "Facebook", href: "https://facebook.com/beanhaven" }] }
|
||||
]}
|
||||
logoText="Bean Haven"
|
||||
@@ -72,7 +72,7 @@ export default function ShopPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Bean Haven"
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
@@ -95,7 +95,7 @@ export default function ShopPage() {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg"
|
||||
imageAlt="Cozy interior of a coffee shop with warm lighting"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "#menu" }, { label: "About Us", href: "#about" }, { label: "Locations", href: "#contact" }] },
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "/#product" }, { label: "About Us", href: "/#about" }, { label: "Locations", href: "/#contact" }] },
|
||||
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/beanhaven" }, { label: "Facebook", href: "https://facebook.com/beanhaven" }] }
|
||||
]}
|
||||
logoText="Bean Haven"
|
||||
|
||||
Reference in New Issue
Block a user