Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 896b091e04 | |||
| 10ff6d4f24 |
@@ -75,6 +75,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Popular Desserts"
|
title="Popular Desserts"
|
||||||
description="Explore our handpicked selection of traditional Azerbaijani sweets."
|
description="Explore our handpicked selection of traditional Azerbaijani sweets."
|
||||||
|
buttons={[{ text: "View Full Menu", href: "#contact" }]}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", name: "Paxlava", price: "2 AZN", imageSrc: "http://img.b2bpic.net/free-photo/tea-set-with-varieties-traditional-nuts-lemon-confiture-sweets-served-white-tablecloth_114579-279.jpg" },
|
{ id: "p1", name: "Paxlava", price: "2 AZN", imageSrc: "http://img.b2bpic.net/free-photo/tea-set-with-varieties-traditional-nuts-lemon-confiture-sweets-served-white-tablecloth_114579-279.jpg" },
|
||||||
{ id: "p2", name: "Şəki halvası", price: "3 AZN", imageSrc: "http://img.b2bpic.net/free-photo/delicious-marble-halva-with-sunflower-seeds-cocoa-powder-honey_114579-9134.jpg" },
|
{ id: "p2", name: "Şəki halvası", price: "3 AZN", imageSrc: "http://img.b2bpic.net/free-photo/delicious-marble-halva-with-sunflower-seeds-cocoa-powder-honey_114579-9134.jpg" },
|
||||||
@@ -159,4 +160,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user