From 223ea7682c73596789efcc7cdd732d9f6e90a43d Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 18 Feb 2026 10:16:33 +0000 Subject: [PATCH] Bob AI: Update the blog page to use ThemeProvider, replace the exist --- src/app/page.tsx | 84 ++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 67 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fde15c..fce635d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,16 @@ "use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import Navbar from '@/components/navbar/Navbar'; // Updated import import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import Footer from '@/components/sections/footer/Footer'; // Updated import +import BlogSection from '@/components/sections/blog/BlogSection'; // Added import +import BlogCard from '@/components/sections/blog/BlogCard'; // Added import import { ArrowRight, Coffee, Heart, Mail, Sparkles, Star } from 'lucide-react'; export default function LandingPage() { @@ -26,7 +28,7 @@ export default function LandingPage() { headingFontWeight="medium" > @@ -66,7 +69,13 @@ export default function LandingPage() { tagIcon={Star} tagAnimation="blur-reveal" names={[ - "Iowa City Locals", "Study Groups", "Coffee Enthusiasts", "Late-Night Learners", "Friend Groups", "Remote Workers", "Neighborhood Favorites" + "Iowa City Locals", + "Study Groups", + "Coffee Enthusiasts", + "Late-Night Learners", + "Friend Groups", + "Remote Workers", + "Neighborhood Favorites" ]} textboxLayout="default" useInvertedBackground={false} @@ -101,16 +110,32 @@ export default function LandingPage() { tagAnimation="entrance-slide" features={[ { - title: "The Atmosphere", description: "Natural light by day. Intimate glow by night. Your perfect backdrop.", imageSrc: "https://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", imageAlt: "Warm cafe interior with natural light", buttonIcon: ArrowRight + title: "The Atmosphere", + description: "Natural light by day. Intimate glow by night. Your perfect backdrop.", + imageSrc: "https://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", + imageAlt: "Warm cafe interior with natural light", + buttonIcon: ArrowRight }, { - title: "Perfect Every Time", description: "Consistency you can count on. Coffee crafted with obsessive precision.", imageSrc: "https://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg", imageAlt: "Professional latte art", buttonIcon: ArrowRight + title: "Perfect Every Time", + description: "Consistency you can count on. Coffee crafted with obsessive precision.", + imageSrc: "https://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg", + imageAlt: "Professional latte art", + buttonIcon: ArrowRight }, { - title: "The People", description: "Friendly, responsive, real. We remember you and we care.", imageSrc: "https://img.b2bpic.net/free-photo/handsome-barista-serving-coffee-bring-cup-standing-black-apron-with-friendly-smile_1258-41034.jpg", imageAlt: "Smiling barista in professional setting", buttonIcon: ArrowRight + title: "The People", + description: "Friendly, responsive, real. We remember you and we care.", + imageSrc: "https://img.b2bpic.net/free-photo/handsome-barista-serving-coffee-bring-cup-standing-black-apron-with-friendly-smile_1258-41034.jpg", + imageAlt: "Smiling barista in professional setting", + buttonIcon: ArrowRight }, { - title: "The Intention", description: "We're here because we love this. Passion shows in every cup.", imageSrc: "https://img.b2bpic.net/free-photo/cozy-home-composition-with-cup-coffee-candle-decorative-details_169016-23101.jpg", imageAlt: "Midnight cafe glowing with warm light", buttonIcon: ArrowRight + title: "The Intention", + description: "We're here because we love this. Passion shows in every cup.", + imageSrc: "https://img.b2bpic.net/free-photo/cozy-home-composition-with-cup-coffee-candle-decorative-details_169016-23101.jpg", + imageAlt: "Midnight cafe glowing with warm light", + buttonIcon: ArrowRight } ]} textboxLayout="default" @@ -129,16 +154,20 @@ export default function LandingPage() { author="Lisa & Meredith, Loyal Customers" avatars={[ { - src: "https://img.b2bpic.net/free-photo/handsome-barista-serving-coffee-bring-cup-standing-black-apron-with-friendly-smile_1258-41034.jpg", alt: "Customer testimonial avatar 1" + src: "https://img.b2bpic.net/free-photo/handsome-barista-serving-coffee-bring-cup-standing-black-apron-with-friendly-smile_1258-41034.jpg", + alt: "Customer testimonial avatar 1" }, { - src: "https://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg", alt: "Customer testimonial avatar 2" + src: "https://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg", + alt: "Customer testimonial avatar 2" }, { - src: "https://img.b2bpic.net/free-photo/brewing-coffee-coffee-is-poured-into-glass-cup-from-copper-coffee-maker-lunch-old-cafe-vertical-shot-selective-focus_166373-2509.jpg", alt: "Customer testimonial avatar 3" + src: "https://img.b2bpic.net/free-photo/brewing-coffee-coffee-is-poured-into-glass-cup-from-copper-coffee-maker-lunch-old-cafe-vertical-shot-selective-focus_166373-2509.jpg", + alt: "Customer testimonial avatar 3" }, { - src: "https://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", alt: "Customer testimonial avatar 4" + src: "https://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", + alt: "Customer testimonial avatar 4" } ]} ratingAnimation="blur-reveal" @@ -162,11 +191,30 @@ export default function LandingPage() { /> + + + + {/* Add more BlogCard components as needed */} + +