3 Commits

Author SHA1 Message Date
3e780fb2de Merge version_3 into main
Merge version_3 into main
2026-03-09 16:55:38 +00:00
6f6fe607f5 Update src/app/page.tsx 2026-03-09 16:55:33 +00:00
06c85823fa Merge version_2 into main
Merge version_2 into main
2026-03-09 16:52:11 +00:00

View File

@@ -6,7 +6,6 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Award, Coffee, Facebook, Instagram, Leaf, Twitter } from "lucide-react";
@@ -32,7 +31,6 @@ export default function BrewHavenPage() {
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Products", id: "products" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Order Now", href: "contact" }}
@@ -118,42 +116,6 @@ export default function BrewHavenPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="What Our Customers Love"
description="Hear from the coffee enthusiasts who make BrewHaven their daily destination"
tag="Customer Reviews"
tagAnimation="slide-up"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttonAnimation="slide-up"
buttons={[]}
testimonials={[
{
id: "1", name: "Sarah Martinez", handle: "@sarah_loves_coffee", testimonial: "The quality of beans and the expertise of the baristas is unmatched. Every visit feels like coming home to a welcoming community.", imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-friends-having-coffee-together_1139-1029.jpg?_wi=1", imageAlt: "Sarah Martinez"
},
{
id: "2", name: "James Chen", handle: "@morning_brew_enthusiast", testimonial: "I've tried specialty coffee shops across the city, but BrewHaven consistently delivers the best pour-over experience.", imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424050.jpg?_wi=1", imageAlt: "James Chen"
},
{
id: "3", name: "Emily Rodriguez", handle: "@emily_coffee_wanderer", testimonial: "Their commitment to fair trade and sustainability matters to me. I feel good about where my coffee comes from.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-holding-cup-with-coffee-pub_23-2148448941.jpg", imageAlt: "Emily Rodriguez"
},
{
id: "4", name: "Michael Thompson", handle: "@thrifty_coffee_lover", testimonial: "BrewHaven's subscription service is a game-changer. Fresh roasted beans delivered monthly, and the savings are incredible.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-smiling_23-2148665396.jpg", imageAlt: "Michael Thompson"
},
{
id: "5", name: "Jessica Lee", handle: "@cafe_culture_addict", testimonial: "The atmosphere here invites creativity and connection. I've started my best projects with a cup of their Ethiopian Yirgacheffe.", imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-friends-having-coffee-together_1139-1029.jpg?_wi=2", imageAlt: "Jessica Lee"
},
{
id: "6", name: "David Kim", handle: "@coffee_connoisseur_dk", testimonial: "Exceptional beans, exceptional service, and exceptional people. This is what specialty coffee should be.", imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424050.jpg?_wi=2", imageAlt: "David Kim"
}
]}
speed={40}
topMarqueeDirection="left"
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
tag="Get In Touch"