From a8e9760f78a63e477f443e433b8f14f270934811 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 17:28:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 84947df..16a73d2 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 NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Award, Cookie, CupCake, Gift, Heart, Mail, Menu, Star, Sun, Wheat } from "lucide-react"; +import { Award, Cookie, Gift, Heart, Mail, Menu, Star, Sun, Wheat, Cake } from "lucide-react"; export default function LandingPage() { return ( @@ -80,7 +80,7 @@ export default function LandingPage() { title: "Artisan Sourdough", description: "Traditional sourdough with a tangy flavor and chewy texture, fermented for 24+ hours" }, { - icon: CupCake, + icon: Cake, title: "Custom Cakes", description: "Beautiful custom cakes for celebrations, designed and baked to your specifications" }, { -- 2.49.1