Update src/app/page.tsx

This commit is contained in:
2025-12-19 23:06:10 +00:00
parent 0982a5c612
commit 8c78393b1a

View File

@@ -1,16 +1,6 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroOverlayBottomSplit from '@/components/sections/hero/HeroOverlayBottomSplit';
import TextAbout from '@/components/sections/about/TextAbout';
import ProductCardSix from '@/components/sections/product/ProductCardSix';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import SocialProofThree from '@/components/sections/socialProof/SocialProofThree';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import { Zap, Heart, Smile, Sun } from 'lucide-react';
import { motion } from 'framer-motion';
const containerVariants = {
@@ -62,16 +52,16 @@ const fadeInVariants = {
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="floatingGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="neon-glow-border"
secondaryButtonStyle="minimal"
headingFontWeight="bold"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<motion.div
id="nav"
@@ -81,20 +71,45 @@ export default function LandingPage() {
viewport={{ once: true, amount: 0.5 }}
variants={fadeInVariants}
>
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "hero" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140108208-9jx2n5py.jpg"
logoAlt="Coffeeshop Logo"
brandName="Brew Haven"
bottomLeftText="Specialty Coffee & More"
bottomRightText="hello@brewhaven.com"
/>
<div className="min-h-screen bg-gradient-to-br from-amber-50 via-orange-50 to-amber-100 flex items-center justify-center px-4">
<div className="max-w-4xl text-center space-y-8">
<div className="space-y-4">
<h1 className="text-4xl md:text-6xl font-bold text-amber-900">
Brew Haven
</h1>
<p className="text-xl md:text-2xl text-amber-700">
Specialty Coffee & More
</p>
</div>
<nav className="flex flex-wrap justify-center gap-6 text-lg">
<a href="#hero" className="text-amber-800 hover:text-amber-600 transition-colors">
Home
</a>
<a href="#menu" className="text-amber-800 hover:text-amber-600 transition-colors">
Menu
</a>
<a href="#about" className="text-amber-800 hover:text-amber-600 transition-colors">
About
</a>
<a href="#testimonials" className="text-amber-800 hover:text-amber-600 transition-colors">
Reviews
</a>
<a href="#contact" className="text-amber-800 hover:text-amber-600 transition-colors">
Contact
</a>
</nav>
<div className="flex justify-between items-center max-w-2xl mx-auto pt-8 text-amber-700">
<span>hello@brewhaven.com</span>
<img
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140108208-9jx2n5py.jpg"
alt="Coffeeshop Logo"
className="h-12 w-12 object-cover rounded-full"
/>
</div>
</div>
</div>
</motion.div>
<motion.div
@@ -105,18 +120,30 @@ export default function LandingPage() {
viewport={{ once: true, amount: 0.3 }}
variants={containerVariants}
>
<HeroOverlayBottomSplit
title="Craft Coffee, Crafted with Care"
description="Discover specialty coffee roasted fresh daily. We bring the finest beans from around the world to your cup."
buttons={[
{ text: "Explore Menu", href: "menu" },
{ text: "Visit Us Today", href: "contact" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140053900-frhkawzl.jpg"
imageAlt="Specialty coffee in a ceramic cup"
showDimOverlay={true}
ariaLabel="Hero section showcasing specialty coffee"
/>
<div className="relative min-h-screen flex items-center justify-center">
<div className="absolute inset-0 bg-black/40"></div>
<img
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140053900-frhkawzl.jpg"
alt="Specialty coffee in a ceramic cup"
className="absolute inset-0 w-full h-full object-cover"
/>
<div className="relative z-10 text-center text-white max-w-4xl px-4">
<h1 className="text-4xl md:text-6xl font-bold mb-6">
Craft Coffee, Crafted with Care
</h1>
<p className="text-xl md:text-2xl mb-8">
Discover specialty coffee roasted fresh daily. We bring the finest beans from around the world to your cup.
</p>
<div className="flex flex-col sm:flex-row gap-4 justify-center">
<a href="#menu" className="bg-amber-600 hover:bg-amber-700 text-white px-8 py-3 rounded-lg transition-colors">
Explore Menu
</a>
<a href="#contact" className="bg-transparent border-2 border-white hover:bg-white hover:text-black text-white px-8 py-3 rounded-lg transition-colors">
Visit Us Today
</a>
</div>
</div>
</div>
</motion.div>
<motion.div
@@ -127,14 +154,21 @@ export default function LandingPage() {
viewport={{ once: true, amount: 0.3 }}
variants={slideInVariants}
>
<TextAbout
title="We believe in honest coffee. Every cup tells a story of passion, quality, and connection to the farmers who grew it."
useInvertedBackground="noInvert"
buttons={[
{ text: "Our Story", href: "about" },
{ text: "Learn More", href: "contact" }
]}
/>
<div className="py-20 px-4">
<div className="max-w-4xl mx-auto text-center space-y-8">
<h2 className="text-3xl md:text-5xl font-bold text-gray-900">
We believe in honest coffee. Every cup tells a story of passion, quality, and connection to the farmers who grew it.
</h2>
<div className="flex flex-col sm:flex-row gap-4 justify-center">
<a href="#about" className="bg-amber-600 hover:bg-amber-700 text-white px-8 py-3 rounded-lg transition-colors">
Our Story
</a>
<a href="#contact" className="bg-gray-200 hover:bg-gray-300 text-gray-900 px-8 py-3 rounded-lg transition-colors">
Learn More
</a>
</div>
</div>
</div>
</motion.div>
<motion.div
@@ -145,38 +179,53 @@ export default function LandingPage() {
viewport={{ once: true, amount: 0.3 }}
variants={containerVariants}
>
<ProductCardSix
title="Menu"
description="Explore our signature drinks and freshly baked pastries. Each item is crafted with precision and care."
products={[
{
id: "1",
name: "Single Origin Espresso",
price: "$4.50",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183740051-csjqe6w0.jpg",
imageAlt: "Single origin espresso shot"
},
{
id: "2",
name: "Artisan Cappuccino",
price: "$5.75",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140052116-ugc31hy1.jpg",
imageAlt: "Cappuccino with latte art"
},
{
id: "3",
name: "Fresh Pastries",
price: "$3.50",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183584228-m2bixr3w.jpg",
imageAlt: "Assorted fresh baked pastries"
}
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
containerStyle="default"
textboxLayout="default"
useInvertedBackground="noInvert"
/>
<div className="py-20 px-4 bg-gray-50">
<div className="max-w-6xl mx-auto">
<div className="text-center mb-12">
<h2 className="text-3xl md:text-5xl font-bold text-gray-900 mb-4">
Menu
</h2>
<p className="text-xl text-gray-700">
Explore our signature drinks and freshly baked pastries. Each item is crafted with precision and care.
</p>
</div>
<div className="grid grid-cols-1 md:grid-cols-3 gap-8">
<div className="bg-white rounded-lg overflow-hidden shadow-lg">
<img
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183740051-csjqe6w0.jpg"
alt="Single origin espresso shot"
className="w-full h-64 object-cover"
/>
<div className="p-6">
<h3 className="text-xl font-bold mb-2">Single Origin Espresso</h3>
<p className="text-amber-600 font-semibold text-lg">$4.50</p>
</div>
</div>
<div className="bg-white rounded-lg overflow-hidden shadow-lg">
<img
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140052116-ugc31hy1.jpg"
alt="Cappuccino with latte art"
className="w-full h-64 object-cover"
/>
<div className="p-6">
<h3 className="text-xl font-bold mb-2">Artisan Cappuccino</h3>
<p className="text-amber-600 font-semibold text-lg">$5.75</p>
</div>
</div>
<div className="bg-white rounded-lg overflow-hidden shadow-lg">
<img
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183584228-m2bixr3w.jpg"
alt="Assorted fresh baked pastries"
className="w-full h-64 object-cover"
/>
<div className="p-6">
<h3 className="text-xl font-bold mb-2">Fresh Pastries</h3>
<p className="text-amber-600 font-semibold text-lg">$3.50</p>
</div>
</div>
</div>
</div>
</div>
</motion.div>
<motion.div
@@ -187,66 +236,139 @@ export default function LandingPage() {
viewport={{ once: true, amount: 0.3 }}
variants={containerVariants}
>
<PricingCardFive
title="How We Compare"
description="See why Brew Haven stands out from the competition. We deliver superior quality, service, and value."
tag="Our Advantage"
tagIcon={Zap}
animationType="slide-up"
variant="card"
textboxLayout="default"
useInvertedBackground="noInvert"
plans={[
{
id: "competitor-1",
tag: "Standard Coffee Shop",
price: "$3-4",
period: "/cup",
description: "Mass-produced, pre-roasted beans with inconsistent quality and limited selections.",
button: { text: "Learn More", href: "#" },
featuresTitle: "What You Get:",
features: [
"Pre-roasted beans",
"Limited drink options",
"Standard service",
"Basic pastries"
]
},
{
id: "competitor-2",
tag: "Corporate Chain",
price: "$5-7",
period: "/cup",
description: "Branded experience with standardized recipes and high-volume production prioritizing speed over quality.",
button: { text: "Learn More", href: "#" },
featuresTitle: "What You Get:",
features: [
"Standardized recipes",
"Quick service",
"Branded atmosphere",
"Commercial pastries"
]
},
{
id: "brew-haven",
tag: "Brew Haven",
tagIcon: Zap,
price: "$4.50-5.75",
period: "/cup",
description: "Specialty-roasted fresh daily with personalized service and artisanal craftsmanship in every cup.",
button: { text: "Visit Us Today", href: "contact" },
featuresTitle: "What You Get:",
features: [
"Fresh daily roasting",
"Single-origin selections",
"Personalized service",
"Handcrafted pastries",
"Knowledgeable baristas",
"Community focus"
]
}
]}
/>
<div className="py-20 px-4">
<div className="max-w-6xl mx-auto">
<div className="text-center mb-12">
<div className="inline-flex items-center gap-2 bg-amber-100 text-amber-800 px-4 py-2 rounded-full mb-4">
<span>Our Advantage</span>
</div>
<h2 className="text-3xl md:text-5xl font-bold text-gray-900 mb-4">
How We Compare
</h2>
<p className="text-xl text-gray-700">
See why Brew Haven stands out from the competition. We deliver superior quality, service, and value.
</p>
</div>
<div className="grid grid-cols-1 md:grid-cols-3 gap-8">
<div className="bg-white rounded-lg p-8 shadow-lg">
<div className="bg-gray-100 text-gray-800 px-3 py-1 rounded-full text-sm inline-block mb-4">
Standard Coffee Shop
</div>
<div className="mb-4">
<span className="text-3xl font-bold">$3-4</span>
<span className="text-gray-600">/cup</span>
</div>
<p className="text-gray-700 mb-6">
Mass-produced, pre-roasted beans with inconsistent quality and limited selections.
</p>
<div className="mb-6">
<h4 className="font-semibold mb-3">What You Get:</h4>
<ul className="space-y-2">
<li className="flex items-center gap-2">
<span className="w-2 h-2 bg-gray-400 rounded-full"></span>
Pre-roasted beans
</li>
<li className="flex items-center gap-2">
<span className="w-2 h-2 bg-gray-400 rounded-full"></span>
Limited drink options
</li>
<li className="flex items-center gap-2">
<span className="w-2 h-2 bg-gray-400 rounded-full"></span>
Standard service
</li>
<li className="flex items-center gap-2">
<span className="w-2 h-2 bg-gray-400 rounded-full"></span>
Basic pastries
</li>
</ul>
</div>
<a href="#" className="block w-full text-center bg-gray-200 hover:bg-gray-300 text-gray-900 px-6 py-3 rounded-lg transition-colors">
Learn More
</a>
</div>
<div className="bg-white rounded-lg p-8 shadow-lg">
<div className="bg-gray-100 text-gray-800 px-3 py-1 rounded-full text-sm inline-block mb-4">
Corporate Chain
</div>
<div className="mb-4">
<span className="text-3xl font-bold">$5-7</span>
<span className="text-gray-600">/cup</span>
</div>
<p className="text-gray-700 mb-6">
Branded experience with standardized recipes and high-volume production prioritizing speed over quality.
</p>
<div className="mb-6">
<h4 className="font-semibold mb-3">What You Get:</h4>
<ul className="space-y-2">
<li className="flex items-center gap-2">
<span className="w-2 h-2 bg-gray-400 rounded-full"></span>
Standardized recipes
</li>
<li className="flex items-center gap-2">
<span className="w-2 h-2 bg-gray-400 rounded-full"></span>
Quick service
</li>
<li className="flex items-center gap-2">
<span className="w-2 h-2 bg-gray-400 rounded-full"></span>
Branded atmosphere
</li>
<li className="flex items-center gap-2">
<span className="w-2 h-2 bg-gray-400 rounded-full"></span>
Commercial pastries
</li>
</ul>
</div>
<a href="#" className="block w-full text-center bg-gray-200 hover:bg-gray-300 text-gray-900 px-6 py-3 rounded-lg transition-colors">
Learn More
</a>
</div>
<div className="bg-white rounded-lg p-8 shadow-lg border-2 border-amber-500">
<div className="bg-amber-100 text-amber-800 px-3 py-1 rounded-full text-sm inline-flex items-center gap-2 mb-4">
<span>Brew Haven</span>
</div>
<div className="mb-4">
<span className="text-3xl font-bold">$4.50-5.75</span>
<span className="text-gray-600">/cup</span>
</div>
<p className="text-gray-700 mb-6">
Specialty-roasted fresh daily with personalized service and artisanal craftsmanship in every cup.
</p>
<div className="mb-6">
<h4 className="font-semibold mb-3">What You Get:</h4>
<ul className="space-y-2">
<li className="flex items-center gap-2">
<span className="w-2 h-2 bg-amber-500 rounded-full"></span>
Fresh daily roasting
</li>
<li className="flex items-center gap-2">
<span className="w-2 h-2 bg-amber-500 rounded-full"></span>
Single-origin selections
</li>
<li className="flex items-center gap-2">
<span className="w-2 h-2 bg-amber-500 rounded-full"></span>
Personalized service
</li>
<li className="flex items-center gap-2">
<span className="w-2 h-2 bg-amber-500 rounded-full"></span>
Handcrafted pastries
</li>
<li className="flex items-center gap-2">
<span className="w-2 h-2 bg-amber-500 rounded-full"></span>
Knowledgeable baristas
</li>
<li className="flex items-center gap-2">
<span className="w-2 h-2 bg-amber-500 rounded-full"></span>
Community focus
</li>
</ul>
</div>
<a href="#contact" className="block w-full text-center bg-amber-600 hover:bg-amber-700 text-white px-6 py-3 rounded-lg transition-colors">
Visit Us Today
</a>
</div>
</div>
</div>
</div>
</motion.div>
<motion.div
@@ -257,51 +379,88 @@ export default function LandingPage() {
viewport={{ once: true, amount: 0.3 }}
variants={containerVariants}
>
<TestimonialCardTen
title="What Our Customers Say"
description="Join hundreds of satisfied coffee lovers who have made Brew Haven their daily ritual."
variant="card"
textboxLayout="default"
useInvertedBackground="noInvert"
testimonials={[
{
id: "1",
title: "The Perfect Morning Ritual",
quote: "The quality of coffee here is unmatched. Every single cup is perfectly crafted and tastes like pure happiness. This place has become my sanctuary.",
name: "Sarah Martinez",
role: "Designer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183586665-q5sajrdt.jpg",
imageAlt: "Sarah Martinez portrait"
},
{
id: "2",
title: "Atmosphere & Excellence Combined",
quote: "What sets Brew Haven apart is their commitment to both quality and warmth. The baristas genuinely care, and it shows in every interaction.",
name: "James Chen",
role: "Entrepreneur",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183587552-1pqoe5c0.jpg",
imageAlt: "James Chen portrait"
},
{
id: "3",
title: "A Coffee Lover's Dream",
quote: "I've traveled extensively and tasted coffee everywhere. This is genuinely some of the best I've ever had. The single-origin selections are phenomenal.",
name: "Emily Rodriguez",
role: "Travel Writer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766154634313-y5tjxwwi.jpg",
imageAlt: "Emily Rodriguez portrait"
},
{
id: "4",
title: "More Than Just Coffee",
quote: "It's not just the coffee that brings me back daily. It's the community, the knowledge the team shares, and the genuine care they put into everything.",
name: "Michael Thompson",
role: "Graphic Designer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766182321167-i4kvpj5f.jpg",
imageAlt: "Michael Thompson portrait"
}
]}
/>
<div className="py-20 px-4 bg-gray-50">
<div className="max-w-6xl mx-auto">
<div className="text-center mb-12">
<h2 className="text-3xl md:text-5xl font-bold text-gray-900 mb-4">
What Our Customers Say
</h2>
<p className="text-xl text-gray-700">
Join hundreds of satisfied coffee lovers who have made Brew Haven their daily ritual.
</p>
</div>
<div className="grid grid-cols-1 md:grid-cols-2 gap-8">
<div className="bg-white rounded-lg p-8 shadow-lg">
<h3 className="text-xl font-bold mb-4">The Perfect Morning Ritual</h3>
<p className="text-gray-700 mb-6">
"The quality of coffee here is unmatched. Every single cup is perfectly crafted and tastes like pure happiness. This place has become my sanctuary."
</p>
<div className="flex items-center gap-4">
<img
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183586665-q5sajrdt.jpg"
alt="Sarah Martinez portrait"
className="w-12 h-12 rounded-full object-cover"
/>
<div>
<div className="font-semibold">Sarah Martinez</div>
<div className="text-gray-600">Designer</div>
</div>
</div>
</div>
<div className="bg-white rounded-lg p-8 shadow-lg">
<h3 className="text-xl font-bold mb-4">Atmosphere & Excellence Combined</h3>
<p className="text-gray-700 mb-6">
"What sets Brew Haven apart is their commitment to both quality and warmth. The baristas genuinely care, and it shows in every interaction."
</p>
<div className="flex items-center gap-4">
<img
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183587552-1pqoe5c0.jpg"
alt="James Chen portrait"
className="w-12 h-12 rounded-full object-cover"
/>
<div>
<div className="font-semibold">James Chen</div>
<div className="text-gray-600">Entrepreneur</div>
</div>
</div>
</div>
<div className="bg-white rounded-lg p-8 shadow-lg">
<h3 className="text-xl font-bold mb-4">A Coffee Lover's Dream</h3>
<p className="text-gray-700 mb-6">
"I've traveled extensively and tasted coffee everywhere. This is genuinely some of the best I've ever had. The single-origin selections are phenomenal."
</p>
<div className="flex items-center gap-4">
<img
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766154634313-y5tjxwwi.jpg"
alt="Emily Rodriguez portrait"
className="w-12 h-12 rounded-full object-cover"
/>
<div>
<div className="font-semibold">Emily Rodriguez</div>
<div className="text-gray-600">Travel Writer</div>
</div>
</div>
</div>
<div className="bg-white rounded-lg p-8 shadow-lg">
<h3 className="text-xl font-bold mb-4">More Than Just Coffee</h3>
<p className="text-gray-700 mb-6">
"It's not just the coffee that brings me back daily. It's the community, the knowledge the team shares, and the genuine care they put into everything."
</p>
<div className="flex items-center gap-4">
<img
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766182321167-i4kvpj5f.jpg"
alt="Michael Thompson portrait"
className="w-12 h-12 rounded-full object-cover"
/>
<div>
<div className="font-semibold">Michael Thompson</div>
<div className="text-gray-600">Graphic Designer</div>
</div>
</div>
</div>
</div>
</div>
</div>
</motion.div>
<motion.div
@@ -312,25 +471,28 @@ export default function LandingPage() {
viewport={{ once: true, amount: 0.3 }}
variants={fadeInVariants}
>
<SocialProofThree
title="Trusted by Coffee Enthusiasts"
description="We partner with the finest roasters and certification organizations committed to quality and sustainability."
logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183580042-1z23mdom.jpg",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766162773520-d3l7c32r.jpg",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140106374-le5uxrj5.jpg",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183581068-iklr7ul7.jpg",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140107205-4bafhl5z.jpg",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183582037-814qymx8.jpg",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140109000-ndb7534s.jpg",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183582950-ea055ote.jpg"
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
speed={40}
topMarqueeDirection="left"
/>
<div className="py-20 px-4">
<div className="max-w-6xl mx-auto">
<div className="text-center mb-12">
<h2 className="text-3xl md:text-5xl font-bold text-gray-900 mb-4">
Trusted by Coffee Enthusiasts
</h2>
<p className="text-xl text-gray-700">
We partner with the finest roasters and certification organizations committed to quality and sustainability.
</p>
</div>
<div className="grid grid-cols-2 md:grid-cols-4 gap-8 items-center justify-items-center">
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183580042-1z23mdom.jpg" alt="Partner logo" className="h-16 object-contain grayscale hover:grayscale-0 transition-all" />
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766162773520-d3l7c32r.jpg" alt="Partner logo" className="h-16 object-contain grayscale hover:grayscale-0 transition-all" />
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140106374-le5uxrj5.jpg" alt="Partner logo" className="h-16 object-contain grayscale hover:grayscale-0 transition-all" />
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183581068-iklr7ul7.jpg" alt="Partner logo" className="h-16 object-contain grayscale hover:grayscale-0 transition-all" />
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140107205-4bafhl5z.jpg" alt="Partner logo" className="h-16 object-contain grayscale hover:grayscale-0 transition-all" />
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183582037-814qymx8.jpg" alt="Partner logo" className="h-16 object-contain grayscale hover:grayscale-0 transition-all" />
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140109000-ndb7534s.jpg" alt="Partner logo" className="h-16 object-contain grayscale hover:grayscale-0 transition-all" />
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183582950-ea055ote.jpg" alt="Partner logo" className="h-16 object-contain grayscale hover:grayscale-0 transition-all" />
</div>
</div>
</div>
</motion.div>
<motion.div
@@ -341,18 +503,43 @@ export default function LandingPage() {
viewport={{ once: true, amount: 0.3 }}
variants={slideInVariants}
>
<ContactSplit
tag="Stay Connected"
title="Join Our Coffee Community"
description="Subscribe to our newsletter for new roasts, brewing tips, and exclusive member-only events. We share your passion for great coffee."
useInvertedBackground="noInvert"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183585667-fud4izge.jpg"
imageAlt="Brew Haven coffeeshop interior"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Subscribe"
termsText="We respect your inbox. Unsubscribe anytime."
/>
<div className="py-20 px-4 bg-gray-50">
<div className="max-w-6xl mx-auto">
<div className="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<div>
<div className="bg-amber-100 text-amber-800 px-4 py-2 rounded-full inline-block mb-6">
Stay Connected
</div>
<h2 className="text-3xl md:text-5xl font-bold text-gray-900 mb-6">
Join Our Coffee Community
</h2>
<p className="text-xl text-gray-700 mb-8">
Subscribe to our newsletter for new roasts, brewing tips, and exclusive member-only events. We share your passion for great coffee.
</p>
<div className="flex flex-col sm:flex-row gap-4">
<input
type="email"
placeholder="Enter your email"
className="flex-1 px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-amber-500"
/>
<button className="bg-amber-600 hover:bg-amber-700 text-white px-8 py-3 rounded-lg transition-colors">
Subscribe
</button>
</div>
<p className="text-sm text-gray-600 mt-4">
We respect your inbox. Unsubscribe anytime.
</p>
</div>
<div>
<img
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183585667-fud4izge.jpg"
alt="Brew Haven coffeeshop interior"
className="w-full h-96 object-cover rounded-lg"
/>
</div>
</div>
</div>
</div>
</motion.div>
<motion.div
@@ -363,44 +550,50 @@ export default function LandingPage() {
viewport={{ once: true, amount: 0.5 }}
variants={fadeInVariants}
>
<FooterBaseCard
logoText="Brew Haven"
columns={[
{
title: "Coffee",
items: [
{ label: "Our Menu", href: "#menu" },
{ label: "Brewing Guide", href: "#" },
{ label: "Single Origins", href: "#" }
]
},
{
title: "Visit Us",
items: [
{ label: "Location & Hours", href: "#contact" },
{ label: "Make a Reservation", href: "#" },
{ label: "Gift Cards", href: "#" }
]
},
{
title: "About",
items: [
{ label: "Our Story", href: "#about" },
{ label: "Sustainability", href: "#" },
{ label: "Careers", href: "#" }
]
},
{
title: "Connect",
items: [
{ label: "Instagram", href: "#" },
{ label: "Facebook", href: "#" },
{ label: "Contact Us", href: "#contact" }
]
}
]}
copyrightText="© 2025 Brew Haven. All rights reserved."
/>
<div className="bg-gray-900 text-white py-16 px-4">
<div className="max-w-6xl mx-auto">
<div className="grid grid-cols-1 md:grid-cols-5 gap-8">
<div className="md:col-span-1">
<h3 className="text-2xl font-bold mb-4">Brew Haven</h3>
</div>
<div>
<h4 className="font-semibold mb-4">Coffee</h4>
<ul className="space-y-2">
<li><a href="#menu" className="text-gray-400 hover:text-white transition-colors">Our Menu</a></li>
<li><a href="#" className="text-gray-400 hover:text-white transition-colors">Brewing Guide</a></li>
<li><a href="#" className="text-gray-400 hover:text-white transition-colors">Single Origins</a></li>
</ul>
</div>
<div>
<h4 className="font-semibold mb-4">Visit Us</h4>
<ul className="space-y-2">
<li><a href="#contact" className="text-gray-400 hover:text-white transition-colors">Location & Hours</a></li>
<li><a href="#" className="text-gray-400 hover:text-white transition-colors">Make a Reservation</a></li>
<li><a href="#" className="text-gray-400 hover:text-white transition-colors">Gift Cards</a></li>
</ul>
</div>
<div>
<h4 className="font-semibold mb-4">About</h4>
<ul className="space-y-2">
<li><a href="#about" className="text-gray-400 hover:text-white transition-colors">Our Story</a></li>
<li><a href="#" className="text-gray-400 hover:text-white transition-colors">Sustainability</a></li>
<li><a href="#" className="text-gray-400 hover:text-white transition-colors">Careers</a></li>
</ul>
</div>
<div>
<h4 className="font-semibold mb-4">Connect</h4>
<ul className="space-y-2">
<li><a href="#" className="text-gray-400 hover:text-white transition-colors">Instagram</a></li>
<li><a href="#" className="text-gray-400 hover:text-white transition-colors">Facebook</a></li>
<li><a href="#contact" className="text-gray-400 hover:text-white transition-colors">Contact Us</a></li>
</ul>
</div>
</div>
<div className="border-t border-gray-800 mt-12 pt-8 text-center">
<p className="text-gray-400">© 2025 Brew Haven. All rights reserved.</p>
</div>
</div>
</div>
</motion.div>
</ThemeProvider>
);