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 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}
|
||||||
|
|||||||
Reference in New Issue
Block a user