Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5da37c2fa6 | |||
| 90d0c31555 | |||
| 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}
|
||||
@@ -224,7 +226,6 @@ export default function HomePage() {
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
useInvertedBackground={false}
|
||||
buttonText="Call: +92-316-2895522"
|
||||
inputPlaceholder="Your Name"
|
||||
termsText="Call us at +92-316-2895522 for direct phone orders. We accept all payment methods and deliver within Karachi."
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user