Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5da37c2fa6 | |||
| 90d0c31555 | |||
| 800eb656c5 | |||
| 55499e0049 | |||
| dcc5f7a13c | |||
| 6124c23276 | |||
| 51c4c20a5e |
@@ -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,13 +226,15 @@ 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>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis logoText="Al-Zhaiqa" columns={footerColumns} />
|
||||
<FooterLogoEmphasis
|
||||
logoText="Al-Zhaiqa"
|
||||
columns={footerColumns}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user