Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 67abc7ab56 | |||
| 28e08a0669 | |||
| 6388f425cf |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user