Update src/app/page.tsx

This commit is contained in:
2026-06-11 00:33:53 +00:00
parent 4e5c8d0b7e
commit e14e7129f3

View File

@@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { CakeSlice, Coffee, Croissant, Muffin } from "lucide-react"; import { CakeSlice, Coffee, Croissant, Cookie } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -130,7 +130,7 @@ export default function LandingPage() {
icon: Croissant, icon: Croissant,
text: "Croissant"}, text: "Croissant"},
{ {
icon: Muffin, icon: Cookie,
text: "Blueberry Muffin"}, text: "Blueberry Muffin"},
{ {
icon: CakeSlice, icon: CakeSlice,