From cebc436844b1c0bec8794ac359a634f07ffae2a1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 11:13:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 126 +++++++++++++++-------------------------------- 1 file changed, 40 insertions(+), 86 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5118181..545d7b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,14 +31,13 @@ export default function LandingPage() { @@ -84,19 +74,15 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" textboxLayout="default" useInvertedBackground={false} + title="Popular Desserts" + description="Explore our handpicked selection of traditional Azerbaijani sweets." 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"}, - { - id: "p3", name: "Şorqoğal", price: "1.5 AZN", imageSrc: "http://img.b2bpic.net/free-photo/fresh-danish-bread-with-milk-fruit-blueberry-cherry-sauce-served-with-milk_1150-23550.jpg"}, - { - id: "p4", name: "Kətə", price: "1 AZN", imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-chocolate-chopped-coconut-wooden-basket_114579-61774.jpg"}, - { - id: "p5", name: "Badambura", price: "2.5 AZN", imageSrc: "http://img.b2bpic.net/free-photo/two-small-servings-turkish-turkish-pides-blue-platter-marble-surface_114579-75222.jpg"}, - { - id: "p6", name: "Special Delight", price: "4 AZN", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sliced-pastries-inside-plate-with-filling-white-pastry-cookie-biscuit-sweet-tea_140725-31887.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: "p3", name: "Şorqoğal", price: "1.5 AZN", imageSrc: "http://img.b2bpic.net/free-photo/fresh-danish-bread-with-milk-fruit-blueberry-cherry-sauce-served-with-milk_1150-23550.jpg" }, + { id: "p4", name: "Kətə", price: "1 AZN", imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-chocolate-chopped-coconut-wooden-basket_114579-61774.jpg" }, + { id: "p5", name: "Badambura", price: "2.5 AZN", imageSrc: "http://img.b2bpic.net/free-photo/two-small-servings-turkish-turkish-pides-blue-platter-marble-surface_114579-75222.jpg" }, + { id: "p6", name: "Special Delight", price: "4 AZN", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sliced-pastries-inside-plate-with-filling-white-pastry-cookie-biscuit-sweet-tea_140725-31887.jpg" } ]} /> @@ -106,18 +92,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Traditional Recipes", description: "Time-honored recipes from generations.", buttonIcon: ChefHat, - imageSrc: "http://img.b2bpic.net/free-photo/cake-with-walnuts-prunes-dried-apricots-dark-wood-background_505751-5234.jpg", imageAlt: "cake with walnuts prunes and dried apricots on a dark wood background"}, - { - title: "Fresh Daily", description: "Baking fresh every single morning.", buttonIcon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821322.jpg", imageAlt: "cake with walnuts prunes and dried apricots on a dark wood background"}, - { - title: "Local Ingredients", description: "Sourced from the best local farms.", buttonIcon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-peaches-with-nuts-cream-glass-tea_141793-4314.jpg", imageAlt: "cake with walnuts prunes and dried apricots on a dark wood background"}, - { - title: "Artisan Quality", description: "Hand-made with attention to detail.", buttonIcon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-christmas-cookie-muffins-plate-with-honey-milk_181624-44801.jpg", imageAlt: "cake with walnuts prunes and dried apricots on a dark wood background"}, + { title: "Traditional Recipes", description: "Time-honored recipes from generations.", buttonIcon: ChefHat, imageSrc: "http://img.b2bpic.net/free-photo/cake-with-walnuts-prunes-dried-apricots-dark-wood-background_505751-5234.jpg" }, + { title: "Fresh Daily", description: "Baking fresh every single morning.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821322.jpg" }, + { title: "Local Ingredients", description: "Sourced from the best local farms.", buttonIcon: Leaf, imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-peaches-with-nuts-cream-glass-tea_141793-4314.jpg" }, + { title: "Artisan Quality", description: "Hand-made with attention to detail.", buttonIcon: Award, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-christmas-cookie-muffins-plate-with-honey-milk_181624-44801.jpg" } ]} title="Why Choose Us" description="Fresh ingredients, traditional methods, and unforgettable taste." @@ -131,15 +109,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", value: "500+", title: "Happy Customers", description: "Satisfied dessert lovers served.", icon: Smile, - }, - { - id: "m2", value: "12", title: "Unique Desserts", description: "Different types of treats.", icon: Coffee, - }, - { - id: "m3", value: "5", title: "Years Experience", description: "Crafting sweets since 2019.", icon: Calendar, - }, + { id: "m1", value: "500+", title: "Happy Customers", description: "Satisfied dessert lovers served.", icon: Smile }, + { id: "m2", value: "12", title: "Unique Desserts", description: "Different types of treats.", icon: Coffee }, + { id: "m3", value: "5", title: "Years Experience", description: "Crafting sweets since 2019.", icon: Calendar } ]} title="Our Journey" description="Celebrating years of sweet success." @@ -152,16 +124,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", name: "Aygun", role: "Foodie", testimonial: "The best paxlava in town! Truly authentic.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-wearing-traditional-shirt_23-2149318740.jpg"}, - { - id: "t2", name: "Samir", role: "Local", testimonial: "The keta is always fresh and perfect.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-dancing-outdoors_23-2149741925.jpg"}, - { - id: "t3", name: "Leyla", role: "Customer", testimonial: "Excellent service and delicious treats.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-buns_23-2148613540.jpg"}, - { - id: "t4", name: "Fuad", role: "Fan", testimonial: "Badambura is an absolute delight.", imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-butter-cookies-hand_114579-61785.jpg"}, - { - id: "t5", name: "Narmin", role: "Regular", testimonial: "My go-to place for all Azerbaijani desserts.", imageSrc: "http://img.b2bpic.net/free-photo/female-baker-s-hand-holding-sweet-puff-pastry-plate_23-2148189082.jpg"}, + { id: "t1", name: "Aygun", role: "Foodie", testimonial: "The best paxlava in town! Truly authentic.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-wearing-traditional-shirt_23-2149318740.jpg" }, + { id: "t2", name: "Samir", role: "Local", testimonial: "The keta is always fresh and perfect.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-dancing-outdoors_23-2149741925.jpg" }, + { id: "t3", name: "Leyla", role: "Customer", testimonial: "Excellent service and delicious treats.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-buns_23-2148613540.jpg" }, + { id: "t4", name: "Fuad", role: "Fan", testimonial: "Badambura is an absolute delight.", imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-butter-cookies-hand_114579-61785.jpg" }, + { id: "t5", name: "Narmin", role: "Regular", testimonial: "My go-to place for all Azerbaijani desserts.", imageSrc: "http://img.b2bpic.net/free-photo/female-baker-s-hand-holding-sweet-puff-pastry-plate_23-2148189082.jpg" } ]} title="Sweet Reviews" description="Hear what our beloved customers say." @@ -171,8 +138,7 @@ export default function LandingPage() {
@@ -206,4 +160,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1