Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-06-11 00:33:56 +00:00

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,