From 8a7fa4e4e47b46cbfb367aa11168448734bd760c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 01:09:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a5d2ce..5936f1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -10,7 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Chef, Flame, Heart, Lightbulb, Users, Sparkles, Zap, Leaf, Star, Coffee } from "lucide-react"; +import { ChefHat, Flame, Heart, Lightbulb, Users, Sparkles, Zap, Leaf, Star, Coffee } from "lucide-react"; export default function LandingPage() { return ( @@ -76,9 +76,10 @@ export default function LandingPage() { imagePosition="right" imageSrc="https://img.b2bpic.net/free-photo/group-friends-cooking-kitchen_53876-2.jpg" imageAlt="Blue Bird Cafe Team Preparing Food" + mediaAnimation="slide-up" bulletPoints={[ { - title: "Handcrafted with Care", description: "Every dish is made with intention and attention to detail.", icon: Chef + title: "Handcrafted with Care", description: "Every dish is made with intention and attention to detail.", icon: ChefHat }, { title: "Bold, Unforgettable Flavors", description: "From our signature Toad Stool to slow-simmered chili, taste the difference.", icon: Flame