Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-11 12:08:58 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Sparkles } from 'lucide-react';
import { Sparkles, Star } from 'lucide-react';
export default function LandingPage() {
return (
@@ -114,6 +114,9 @@ export default function LandingPage() {
<ProductCardTwo
title="Customer Favourites"
description="Our most loved dishes, made fresh daily with authentic recipes and quality ingredients"
tag="⭐ Best Sellers"
tagIcon={Star}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"