Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-12 21:37:05 +00:00

View File

@@ -12,7 +12,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Coffee, Croissant, Star, Wind } from "lucide-react";
import { Coffee, Croissant, Star, Wind, CupSoda, Soup, Armchair } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Reviews",
id: "#reviews",
},
name: "Reviews", id: "#reviews"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Black Dog"
/>
@@ -56,64 +48,41 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "plain",
}}
variant: "plain"}}
title="Tallahassee's Peacefully Perfect Coffee"
description="Nestled among live oaks and overlooking the lake, Black Dog Cafe is your cozy home away from home."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/excited-tanned-girl-looking-her-straw-hat-outdoor-portrait-debonair-laughing-woman-posing-street-cafe_197531-15781.jpg",
alt: "Happy customer drinking coffee",
},
src: "http://img.b2bpic.net/free-photo/excited-tanned-girl-looking-her-straw-hat-outdoor-portrait-debonair-laughing-woman-posing-street-cafe_197531-15781.jpg", alt: "Happy customer drinking coffee"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg",
alt: "Smiling coffee shop patron",
},
src: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg", alt: "Smiling coffee shop patron"},
{
src: "http://img.b2bpic.net/free-photo/outdoor-portrait-woman-yellow-summer-dress-hat-with-cup-coffee-enjoying-sun_343596-6129.jpg",
alt: "Portrait of happy cafe customer",
},
src: "http://img.b2bpic.net/free-photo/outdoor-portrait-woman-yellow-summer-dress-hat-with-cup-coffee-enjoying-sun_343596-6129.jpg", alt: "Portrait of happy cafe customer"},
{
src: "http://img.b2bpic.net/free-photo/young-happy-bearded-man-drinking-morning-fresh-coffee-caucasian-handsome-male-business-professional-having-coffee-indoors_639032-2875.jpg",
alt: "Relaxed cafe guest portrait",
},
src: "http://img.b2bpic.net/free-photo/young-happy-bearded-man-drinking-morning-fresh-coffee-caucasian-handsome-male-business-professional-having-coffee-indoors_639032-2875.jpg", alt: "Relaxed cafe guest portrait"},
{
src: "http://img.b2bpic.net/free-photo/full-shot-girl-sitting-outdoors_23-2148629702.jpg",
alt: "Full shot girl sitting outdoors",
},
src: "http://img.b2bpic.net/free-photo/full-shot-girl-sitting-outdoors_23-2148629702.jpg", alt: "Full shot girl sitting outdoors"},
]}
avatarText="Loved by locals"
buttons={[
{
text: "Visit Us",
href: "#contact",
},
text: "Visit Us", href: "#contact"},
]}
marqueeItems={[
{
type: "text-icon",
text: "Locally Owned",
icon: Coffee,
type: "text-icon", text: "Locally Owned", icon: Coffee,
},
{
type: "text-icon",
text: "Lakefront Views",
icon: Star,
type: "text-icon", text: "Lakefront Views", icon: Star,
},
{
type: "text-icon",
text: "Artisan Pastries",
icon: Croissant,
type: "text-icon", text: "Artisan Pastries", icon: Croissant,
},
{
type: "text-icon",
text: "Pet Friendly",
icon: Coffee,
type: "text-icon", text: "Pet Friendly", icon: Coffee,
},
{
type: "text-icon",
text: "Quiet Atmosphere",
icon: Wind,
type: "text-icon", text: "Quiet Atmosphere", icon: Wind,
},
]}
/>
@@ -127,7 +96,7 @@ export default function LandingPage() {
description="Experience Tallahassee's most beautiful location. We combine natural peace with a warm, homey atmosphere."
subdescription="Whether you're walking the path by the lake or catching up with friends, find your escape with us."
icon={Star}
imageSrc="http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -138,40 +107,20 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Artisan Coffee",
description: "Expertly crafted drinks that taste as good as they look.",
buttonIcon: "Coffee",
imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg?_wi=1",
imageAlt: "cozy coffee shop outdoor patio live oak trees",
},
title: "Artisan Coffee", description: "Expertly crafted drinks that taste as good as they look.", buttonIcon: Coffee,
imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg", imageAlt: "cozy coffee shop outdoor patio live oak trees"},
{
title: "Fresh Pastries",
description: "A delicious daily rotation of nibbles and baked goods.",
buttonIcon: "Croissant",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg?_wi=2",
imageAlt: "cozy coffee shop outdoor patio live oak trees",
},
title: "Fresh Pastries", description: "A delicious daily rotation of nibbles and baked goods.", buttonIcon: Croissant,
imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg", imageAlt: "cozy coffee shop outdoor patio live oak trees"},
{
title: "Kombucha on Tap",
description: "Refreshing fermented options for every taste.",
buttonIcon: "CupSoda",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg?_wi=1",
imageAlt: "cozy coffee shop outdoor patio live oak trees",
},
title: "Kombucha on Tap", description: "Refreshing fermented options for every taste.", buttonIcon: CupSoda,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg", imageAlt: "cozy coffee shop outdoor patio live oak trees"},
{
title: "Warm Soup",
description: "Cozy, comforting bowls perfect for any time.",
buttonIcon: "Soup",
imageSrc: "http://img.b2bpic.net/free-photo/excited-tanned-girl-looking-her-straw-hat-outdoor-portrait-debonair-laughing-woman-posing-street-cafe_197531-15781.jpg?_wi=1",
imageAlt: "cozy coffee shop outdoor patio live oak trees",
},
title: "Warm Soup", description: "Cozy, comforting bowls perfect for any time.", buttonIcon: Soup,
imageSrc: "http://img.b2bpic.net/free-photo/excited-tanned-girl-looking-her-straw-hat-outdoor-portrait-debonair-laughing-woman-posing-street-cafe_197531-15781.jpg", imageAlt: "cozy coffee shop outdoor patio live oak trees"},
{
title: "Outdoor Seating",
description: "Enjoy the lake breeze on our covered patio.",
buttonIcon: "Armchair",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg?_wi=1",
imageAlt: "cozy coffee shop outdoor patio live oak trees",
},
title: "Outdoor Seating", description: "Enjoy the lake breeze on our covered patio.", buttonIcon: Armchair,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg", imageAlt: "cozy coffee shop outdoor patio live oak trees"},
]}
title="More Than Just Coffee"
description="We offer a wide selection of treats and drinks to keep you going throughout your day."
@@ -186,41 +135,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1",
name: "Vanilla Latte",
price: "$5.50",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg?_wi=2",
},
id: "1", name: "Vanilla Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg"},
{
id: "2",
name: "Fresh Croissant",
price: "$3.75",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg",
},
id: "2", name: "Fresh Croissant", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg"},
{
id: "3",
name: "Green Tea",
price: "$4.00",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert_23-2149233679.jpg",
},
id: "3", name: "Green Tea", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert_23-2149233679.jpg"},
{
id: "4",
name: "Seasonal Soup",
price: "$6.25",
imageSrc: "http://img.b2bpic.net/free-photo/fruit-muffins-with-nutmeg-allspice-wooden-table_2829-19658.jpg",
},
id: "4", name: "Seasonal Soup", price: "$6.25", imageSrc: "http://img.b2bpic.net/free-photo/fruit-muffins-with-nutmeg-allspice-wooden-table_2829-19658.jpg"},
{
id: "5",
name: "Kombucha Pint",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/blooming-twig-near-buns_23-2147798987.jpg",
},
id: "5", name: "Kombucha Pint", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/blooming-twig-near-buns_23-2147798987.jpg"},
{
id: "6",
name: "Espresso Shot",
price: "$3.00",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-organic-italian-coffee_23-2148463957.jpg",
},
id: "6", name: "Espresso Shot", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-organic-italian-coffee_23-2148463957.jpg"},
]}
title="Popular Favorites"
description="Try what our customers love most."
@@ -233,60 +158,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Ashley Locey",
date: "2 months ago",
title: "Local Guide",
quote: "It is absolutely beautiful. There are big trees, a lake with ducks, and a walking path.",
tag: "Peaceful",
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-holding-coffee-cup-pointing-with-finger-it-smiling-standing-white-wall_141793-29330.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg?_wi=2",
imageAlt: "happy customer drinking coffee outdoor portrait",
},
id: "1", name: "Ashley Locey", date: "2 months ago", title: "Local Guide", quote: "It is absolutely beautiful. There are big trees, a lake with ducks, and a walking path.", tag: "Peaceful", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-holding-coffee-cup-pointing-with-finger-it-smiling-standing-white-wall_141793-29330.jpg", imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg", imageAlt: "happy customer drinking coffee outdoor portrait"},
{
id: "2",
name: "Kristin Caringola",
date: "3 months ago",
title: "Local Guide",
quote: "The baristas were super nice and you could tell they love their jobs.",
tag: "Great Staff",
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-668.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg?_wi=3",
imageAlt: "happy customer drinking coffee outdoor portrait",
},
id: "2", name: "Kristin Caringola", date: "3 months ago", title: "Local Guide", quote: "The baristas were super nice and you could tell they love their jobs.", tag: "Great Staff", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-668.jpg", imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg", imageAlt: "happy customer drinking coffee outdoor portrait"},
{
id: "3",
name: "Kelsey Drews",
date: "2 months ago",
title: "Local Guide",
quote: "Love the atmosphere here! Its got an old Florida vibe with the live oak.",
tag: "Old Florida",
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-barista-with-face-protection_23-2148630854.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg?_wi=3",
imageAlt: "happy customer drinking coffee outdoor portrait",
},
id: "3", name: "Kelsey Drews", date: "2 months ago", title: "Local Guide", quote: "Love the atmosphere here! Its got an old Florida vibe with the live oak.", tag: "Old Florida", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-barista-with-face-protection_23-2148630854.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg", imageAlt: "happy customer drinking coffee outdoor portrait"},
{
id: "4",
name: "John Doe",
date: "1 month ago",
title: "Regular",
quote: "Best spot in Tallahassee to study or just relax.",
tag: "Relaxing",
avatarSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-664.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/excited-tanned-girl-looking-her-straw-hat-outdoor-portrait-debonair-laughing-woman-posing-street-cafe_197531-15781.jpg?_wi=2",
imageAlt: "happy customer drinking coffee outdoor portrait",
},
id: "4", name: "John Doe", date: "1 month ago", title: "Regular", quote: "Best spot in Tallahassee to study or just relax.", tag: "Relaxing", avatarSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-664.jpg", imageSrc: "http://img.b2bpic.net/free-photo/excited-tanned-girl-looking-her-straw-hat-outdoor-portrait-debonair-laughing-woman-posing-street-cafe_197531-15781.jpg", imageAlt: "happy customer drinking coffee outdoor portrait"},
{
id: "5",
name: "Jane Smith",
date: "4 months ago",
title: "Coffee Fan",
quote: "The selection is incredible, truly something for everyone.",
tag: "Diverse",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-man-coffee-shop_23-2148263266.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg?_wi=2",
imageAlt: "happy customer drinking coffee outdoor portrait",
},
id: "5", name: "Jane Smith", date: "4 months ago", title: "Coffee Fan", quote: "The selection is incredible, truly something for everyone.", tag: "Diverse", avatarSrc: "http://img.b2bpic.net/free-photo/woman-man-coffee-shop_23-2148263266.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg", imageAlt: "happy customer drinking coffee outdoor portrait"},
]}
title="What Our Friends Say"
description="Locals love our atmosphere and baristas."
@@ -299,20 +179,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "Is the patio dog friendly?",
content: "Yes! Our outdoor space is perfect for you and your four-legged friends.",
},
id: "1", title: "Is the patio dog friendly?", content: "Yes! Our outdoor space is perfect for you and your four-legged friends."},
{
id: "2",
title: "Do you offer vegan options?",
content: "We have plenty of plant-based milks and vegetarian pastry options.",
},
id: "2", title: "Do you offer vegan options?", content: "We have plenty of plant-based milks and vegetarian pastry options."},
{
id: "3",
title: "Is there parking nearby?",
content: "We have ample parking available for our guests.",
},
id: "3", title: "Is there parking nearby?", content: "We have ample parking available for our guests."},
]}
title="Common Questions"
description="Get to know the Black Dog experience."
@@ -325,14 +196,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Local Tallahassee Coffee",
"Tallahassee Chamber",
"Coffee Enthusiasts",
"Florida Cafe Association",
"Community Partners",
"Local Arts Council",
"University Student Union",
]}
"Local Tallahassee Coffee", "Tallahassee Chamber", "Coffee Enthusiasts", "Florida Cafe Association", "Community Partners", "Local Arts Council", "University Student Union"]}
title="Part of the Community"
description="Proudly supporting Tallahassee local culture."
/>
@@ -342,8 +206,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Stay Connected"
description="Join our email list for updates on new pastries and seasonal roasts."
tag="Newsletter"
@@ -355,34 +218,23 @@ export default function LandingPage() {
logoText="Black Dog"
columns={[
{
title: "Location",
items: [
title: "Location", items: [
{
label: "Tallahassee, FL",
href: "#",
},
label: "Tallahassee, FL", href: "#"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}