2 Commits

Author SHA1 Message Date
800eb656c5 Update src/app/page.tsx 2026-03-07 06:49:14 +00:00
55499e0049 Merge version_5 into main
Merge version_5 into main
2026-03-07 06:46:54 +00:00

View File

@@ -10,7 +10,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import ContactCenter from "@/components/sections/contact/ContactCenter"; import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; 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() { export default function HomePage() {
const navItems = [ const navItems = [
@@ -112,7 +112,9 @@ export default function HomePage() {
<ProductCardFour <ProductCardFour
title="Featured Dishes" title="Featured Dishes"
description="Discover our most popular and beloved Pakistani dishes, carefully prepared to perfection." 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" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
useInvertedBackground={false} useInvertedBackground={false}