8 Commits

Author SHA1 Message Date
896b091e04 Update src/app/page.tsx 2026-04-18 11:47:02 +00:00
10ff6d4f24 Merge version_2 into main
Merge version_2 into main
2026-04-18 11:32:12 +00:00
4d961235e3 Update src/app/page.tsx 2026-04-18 11:32:06 +00:00
b24cacd546 Merge version_1 into main
Merge version_1 into main
2026-04-18 11:14:54 +00:00
3405f0948b Merge version_1 into main
Merge version_1 into main
2026-04-18 11:14:30 +00:00
8cc8f8b873 Merge version_1 into main
Merge version_1 into main
2026-04-18 11:13:58 +00:00
4321d05d90 Merge version_1 into main
Merge version_1 into main
2026-04-18 11:13:28 +00:00
c238ec944b Merge version_1 into main
Merge version_1 into main
2026-04-18 11:12:58 +00:00

View File

@@ -75,6 +75,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Popular Desserts"
description="Explore our handpicked selection of traditional Azerbaijani sweets."
buttons={[{ text: "View Full Menu", href: "#contact" }]}
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: "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" },
@@ -140,7 +141,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
tag="Visit Us"
title="Reach Out"
description="Phone: +994 50 123 45 67 | Location: Baku, Azerbaijan"
description="Phone: +994 50 123 45 67 | Location: Baku, Azerbaijan. Visit us or call to place your order."
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-arranging-her-cake-shop_23-2149210457.jpg"
/>
@@ -159,4 +160,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}