Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="Bean Haven"
|
||||
description="Artisan coffee roasted to perfection. Discover our single-origin blends and signature espresso drinks."
|
||||
description="Artisan coffee roasted to perfection. Discover our single-origin blends and signature espresso drinks crafted with passion and precision."
|
||||
imageSrc="https://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg"
|
||||
imageAlt="Premium specialty coffee"
|
||||
frameStyle="card"
|
||||
@@ -136,8 +136,16 @@ export default function LandingPage() {
|
||||
title="What Our Customers Love"
|
||||
description="Join thousands of coffee enthusiasts who've made Bean Haven their go-to roaster."
|
||||
tag="Reviews"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
useInvertedBackground="noInvert"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Subscription", href: "#contact"
|
||||
},
|
||||
{
|
||||
text: "Shop Coffee Beans", href: "#products"
|
||||
}
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", quote: "The quality and freshness of these beans is exceptional. My mornings have completely transformed since I switched to Bean Haven.", name: "Sarah Mitchell", role: "Coffee Enthusiast", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"
|
||||
|
||||
Reference in New Issue
Block a user