4 Commits

Author SHA1 Message Date
08fea905da Update src/app/page.tsx 2026-01-12 13:33:40 +00:00
fe3aca3e20 Update src/app/page.tsx 2026-01-12 13:31:35 +00:00
2d34b40ba8 Update src/app/page.tsx 2026-01-12 13:15:53 +00:00
ec7ab19961 Update src/app/layout.tsx 2026-01-12 13:15:52 +00:00
2 changed files with 10 additions and 4 deletions

View File

@@ -17,7 +17,8 @@ export const metadata: Metadata = {
openGraph: {
title: "Bean Haven - Premium Specialty Coffee", description: "Artisan coffee roasted to perfection. Discover our single-origin blends and signature espresso drinks.", type: "website", siteName: "Bean Haven", images: [
{
url: "https://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg", alt: "Premium specialty coffee"},
url: "https://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg", alt: "Premium specialty coffee"
},
],
},
twitter: {

View File

@@ -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"
@@ -103,8 +103,13 @@ export default function LandingPage() {
title="Our Coffee Journey"
description="From farm to cup, experience the meticulous process behind every perfect brew."
tag="Process"
textboxLayout="default"
textboxLayout="split-actions"
useInvertedBackground="invertDefault"
buttons={[
{
text: "Shop Now", href: "#products"
}
]}
features={[
{
id: 1,