Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-05 02:55:16 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Sparkles, Flame, Utensils, ChefHat, Leaf, Wine, Cake } from "lucide-react";
import { Sparkles, Flame, Utensils, ChefHat, Leaf, Wine, Cake, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -80,6 +80,9 @@ export default function LandingPage() {
<ProductCardThree
title="Our Signature Dishes"
description="Browse our most popular non-vegetarian selections, each crafted to perfection with premium cuts and authentic spices"
tag="Special Pricing - Limited Time Offer"
tagIcon={Zap}
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}