3 Commits

Author SHA1 Message Date
15c5654374 Merge version_2 into main
Merge version_2 into main
2026-04-06 17:39:40 +00:00
18dcc053b4 Update src/app/page.tsx 2026-04-06 17:39:37 +00:00
b812630737 Merge version_1 into main
Merge version_1 into main
2026-04-06 17:37:30 +00:00

View File

@@ -9,7 +9,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Award, Coffee, Leaf, Users, Zap } from "lucide-react";
import { Award, Coffee, Leaf, Users, Zap, MapPin, Phone, Globe, PartyPopper } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,26 +29,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Our Story",
id: "about",
},
{
name: "Menu",
id: "products",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "FAQ",
id: "faq",
},
{ name: "Home", id: "hero" },
{ name: "Our Story", id: "about" },
{ name: "Menu", id: "products" },
{ name: "Events & Catering", id: "events" },
{ name: "Reviews", id: "testimonials" },
{ name: "FAQ", id: "faq" },
]}
brandName="Bee Coffee"
/>
@@ -56,71 +42,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Naturally Sweetened Coffee"
description="Experience the nectar of the beans. At Bee Coffee, we craft artisanal brews with a touch of natural sweetness in every pour."
tag="Since 2012"
buttons={[
{
text: "View Menu",
href: "#products",
},
]}
buttons={[{ text: "View Menu", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-cheesecake-wooden-table-front-cushion-against-white-wall_23-2148067198.jpg?_wi=1"
imageAlt="Artisan coffee preparation"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee-prepare_1258-134034.jpg",
alt: "Customer",
},
{
src: "http://img.b2bpic.net/free-photo/charming-lovely-girl-with-long-hair-nude-make-up-is-looking-aside-dreamy-while-drinking-coffee-cafeteria_291650-2137.jpg",
alt: "Customer",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-handsome-man-meeting_329181-1766.jpg",
alt: "Customer",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-business-meeting-with-coffee_23-2148366527.jpg",
alt: "Customer",
},
{
src: "http://img.b2bpic.net/free-photo/happy-carefree-woman-enjoying-morning-outdoor-coffee-shop_74855-3463.jpg",
alt: "Customer",
},
]}
avatarText="Loved by 10k+ coffee lovers"
marqueeItems={[
{
type: "text-icon",
text: "Ethically Sourced",
icon: Leaf,
},
{
type: "text-icon",
text: "Artisan Roasted",
icon: Coffee,
},
{
type: "text-icon",
text: "Premium Quality",
icon: Award,
},
{
type: "text-icon",
text: "Community Focused",
icon: Users,
},
{
type: "text-icon",
text: "Handcrafted",
icon: Zap,
},
]}
/>
</div>
@@ -129,21 +58,23 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Crafted with Passion"
metrics={[
{
icon: Coffee,
label: "Coffee Varieties",
value: "24+",
},
{
icon: Award,
label: "Years Roasting",
value: "12",
},
{
icon: Users,
label: "Happy Customers",
value: "10k+",
},
{ icon: Coffee, label: "Coffee Varieties", value: "24+" },
{ icon: Award, label: "Years Roasting", value: "12" },
{ icon: Users, label: "Happy Customers", value: "10k+" },
]}
metricsAnimation="slide-up"
/>
</div>
<div id="events" data-section="events">
<AboutMetric
useInvertedBackground={false}
title="Event Catering Services"
metrics={[
{ icon: PartyPopper, label: "Weddings & Private Parties", value: "Available" },
{ icon: MapPin, label: "Location", value: "8609 Land O' Lakes Blvd" },
{ icon: Phone, label: "Call Us", value: "(813) 809-6787" },
{ icon: Globe, label: "Website", value: "beecoffeefl.com" },
]}
metricsAnimation="slide-up"
/>
@@ -156,48 +87,8 @@ export default function LandingPage() {
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Bee Signature Roast",
price: "$18.00",
variant: "Whole Bean",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-beans-cup-cutting-board_23-2148759290.jpg?_wi=1",
},
{
id: "2",
name: "Velvet Latte",
price: "$5.50",
variant: "Hot Beverage",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-pouring-coffee-into-cup_23-2148420316.jpg?_wi=1",
},
{
id: "3",
name: "Dark Forest Espresso",
price: "$4.00",
variant: "Single Shot",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-cup-books_23-2148898270.jpg?_wi=1",
},
{
id: "4",
name: "Cold Brew Reserve",
price: "$6.00",
variant: "Cold Beverage",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-table_23-2151899225.jpg?_wi=1",
},
{
id: "5",
name: "Golden Cappuccino",
price: "$5.75",
variant: "Hot Beverage",
imageSrc: "http://img.b2bpic.net/free-photo/barista-pours-freshly-made-turkish-coffee-into-cup-closeup-professional-barista-prepares-coffee-by-hand-traditional-way-sand-selective-focus-space-text_166373-2978.jpg",
},
{
id: "6",
name: "French Press Daily",
price: "$4.50",
variant: "Hot Beverage",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354576.jpg",
},
{ id: "1", name: "Bee Signature Roast", price: "$18.00", variant: "Whole Bean", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-beans-cup-cutting-board_23-2148759290.jpg?_wi=1" },
{ id: "2", name: "Velvet Latte", price: "$5.50", variant: "Hot Beverage", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-pouring-coffee-into-cup_23-2148420316.jpg?_wi=1" },
]}
title="Our Signature Brews"
description="Discover our collection of ethically sourced, masterfully roasted coffee beans."
@@ -208,63 +99,7 @@ export default function LandingPage() {
<TestimonialCardFive
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah J.",
date: "Oct 2023",
title: "Coffee Lover",
quote: "The signature roast is simply the best in town!",
tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee-prepare_1258-134034.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-cheesecake-wooden-table-front-cushion-against-white-wall_23-2148067198.jpg?_wi=2",
imageAlt: "cozy artisan coffee shop interior",
},
{
id: "2",
name: "Mark D.",
date: "Sept 2023",
title: "Digital Nomad",
quote: "Perfect workspace with the best latte art.",
tag: "Visitor",
avatarSrc: "http://img.b2bpic.net/free-photo/charming-lovely-girl-with-long-hair-nude-make-up-is-looking-aside-dreamy-while-drinking-coffee-cafeteria_291650-2137.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-beans-cup-cutting-board_23-2148759290.jpg?_wi=2",
imageAlt: "fresh roasted coffee beans in bag",
},
{
id: "3",
name: "Elena M.",
date: "Aug 2023",
title: "Local Resident",
quote: "I visit every single morning, couldn't live without it.",
tag: "Loyal",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-meeting_329181-1766.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-pouring-coffee-into-cup_23-2148420316.jpg?_wi=2",
imageAlt: "creamy latte art close up",
},
{
id: "4",
name: "David K.",
date: "July 2023",
title: "Foodie",
quote: "Their cold brew is refreshing and smooth.",
tag: "Fan",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-business-meeting-with-coffee_23-2148366527.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-cup-books_23-2148898270.jpg?_wi=2",
imageAlt: "hot black coffee cup steam",
},
{
id: "5",
name: "Jane W.",
date: "June 2023",
title: "Blogger",
quote: "Truly artisan craftsmanship in every cup.",
tag: "Influencer",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-carefree-woman-enjoying-morning-outdoor-coffee-shop_74855-3463.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-table_23-2151899225.jpg?_wi=2",
imageAlt: "iced cold brew coffee glass",
},
]}
testimonials={[]}
title="What Our Community Says"
description="Real feedback from our loyal coffee enthusiasts."
/>
@@ -273,23 +108,7 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Do you offer wholesale?",
content: "Yes, we work with various cafes and restaurants. Please contact us for details.",
},
{
id: "2",
title: "Are your beans organic?",
content: "We prioritize organic and fair-trade sourcing whenever possible.",
},
{
id: "3",
title: "Where is your coffee roasted?",
content: "We roast all our beans locally at our main shop location.",
},
]}
faqs={[]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
/>
@@ -297,34 +116,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Bee Coffee",
items: [
{
label: "Locations",
href: "#",
},
{
label: "Wholesale",
href: "#",
},
],
},
{
title: "Support",
items: [
{
label: "Contact Us",
href: "#",
},
{
label: "FAQ",
href: "#faq",
},
],
},
]}
columns={[]}
bottomLeftText="© 2024 Bee Coffee"
bottomRightText="All rights reserved"
/>
@@ -332,4 +124,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}