Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 324d8f824a | |||
| c3304e1fdd |
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user