Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 800eb656c5 | |||
| 55499e0049 | |||
| dcc5f7a13c | |||
| 6124c23276 | |||
| 51c4c20a5e |
@@ -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}
|
||||||
@@ -230,7 +232,10 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis logoText="Al-Zhaiqa" columns={footerColumns} />
|
<FooterLogoEmphasis
|
||||||
|
logoText="Al-Zhaiqa"
|
||||||
|
columns={footerColumns}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user