Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 800eb656c5 | |||
| 55499e0049 |
@@ -10,7 +10,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Clock, Users, UtensilsCrossed, MapPin, Utensils, Phone } from "lucide-react";
|
||||
import { Clock, Users, UtensilsCrossed, MapPin, Utensils, Phone, Star } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -112,7 +112,9 @@ export default function HomePage() {
|
||||
<ProductCardFour
|
||||
title="Featured Dishes"
|
||||
description="Discover our most popular and beloved Pakistani dishes, carefully prepared to perfection."
|
||||
tag="Today's Favorites"
|
||||
tag="Best Sellers"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user