2 Commits

Author SHA1 Message Date
324d8f824a Update src/app/page.tsx 2026-03-05 02:55:10 +00:00
c3304e1fdd Merge version_1 into main
Merge version_1 into main
2026-03-05 02:53:34 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FooterBase from '@/components/sections/footer/FooterBase'; 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() { export default function LandingPage() {
return ( return (
@@ -80,6 +80,9 @@ export default function LandingPage() {
<ProductCardThree <ProductCardThree
title="Our Signature Dishes" title="Our Signature Dishes"
description="Browse our most popular non-vegetarian selections, each crafted to perfection with premium cuts and authentic spices" 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" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
useInvertedBackground={false} useInvertedBackground={false}