Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d455d70680 | |||
| 67abc7ab56 | |||
| 28e08a0669 | |||
| 6388f425cf |
@@ -10,7 +10,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
|
|||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import { Sparkles } from 'lucide-react';
|
import { Sparkles, Star } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -114,6 +114,9 @@ export default function LandingPage() {
|
|||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
title="Customer Favourites"
|
title="Customer Favourites"
|
||||||
description="Our most loved dishes, made fresh daily with authentic recipes and quality ingredients"
|
description="Our most loved dishes, made fresh daily with authentic recipes and quality ingredients"
|
||||||
|
tag="⭐ Best Sellers"
|
||||||
|
tagIcon={Star}
|
||||||
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user