Merge version_6 into main #9

Merged
bender merged 1 commits from version_6 into main 2026-03-07 06:49:18 +00:00

View File

@@ -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}