From c88f2a0cd580df029d86b8e33d2c5d7f11f03356 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 21:37:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 250 ++++++++++------------------------------------- 1 file changed, 51 insertions(+), 199 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94d657c..6a12b51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -56,64 +48,41 @@ export default function LandingPage() {
@@ -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" />
@@ -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! It’s 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! It’s 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() {