Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-06-07 11:37:49 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Award, BookOpen, Cherry, Flame, Heart, Leaf, MessageCircle, Pizza, Rocket, Sparkles, Star, Utensils, Smiley } from "lucide-react";
import { Award, BookOpen, Cherry, Flame, Heart, Leaf, MessageCircle, Pizza, Rocket, Sparkles, Star, Utensils, Smile } from "lucide-react";
export default function LandingPage() {
return (
@@ -139,7 +139,7 @@ export default function LandingPage() {
icon: Award,
text: "Perfect Crust"},
{
icon: Smiley,
icon: Smile,
text: "Unique Flavor"},
],
reverse: false,