Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-05-28 10:46:05 +00:00

View File

@@ -10,7 +10,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Candy, ChefHat, Flame, Pan, Sparkles, Star, Utensils, Wheat } from "lucide-react";
import { Candy, ChefHat, Flame, Sparkles, Star, Utensils, Wheat } from "lucide-react";
export default function LandingPage() {
return (
@@ -175,7 +175,7 @@ export default function LandingPage() {
icon: Wheat,
text: "Baked Fresh Daily"},
{
icon: Pan,
icon: Star,
text: "Soft & Fluffy"},
],
reverse: true,