Update src/app/page.tsx

This commit is contained in:
2026-02-17 15:21:11 +00:00
parent c900b8cca3
commit 8116d12ac4

View File

@@ -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"