From 7a5358fb3b224c0e8633b22dbe268d0c63e4254b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 17:13:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8026686..0cfc393 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLarge" - background="fluid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -50,13 +50,13 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-red-buy-flowers-flower-store_627829-9126.jpg", imageAlt: "Beautiful premium flower arrangement"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautifully-wrapped-gift-bouquet-roses_169016-8520.jpg?_wi=1", imageAlt: "Elegant red rose bouquet"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautifully-wrapped-gift-bouquet-roses_169016-8520.jpg", imageAlt: "Elegant red rose bouquet"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-yellow-red-tulip-flower-grey_140725-12248.jpg?_wi=1", imageAlt: "Colorful mixed tulip arrangement"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-yellow-red-tulip-flower-grey_140725-12248.jpg", imageAlt: "Colorful mixed tulip arrangement"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sunflowers-frame-with-copy-space_23-2150250788.jpg?_wi=1", imageAlt: "Bright sunflower bouquet"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sunflowers-frame-with-copy-space_23-2150250788.jpg", imageAlt: "Bright sunflower bouquet"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-bouquet-peach-cream-color-roses-with-asparagus-grey-wooden-background_141793-7974.jpg?_wi=1", imageAlt: "Elegant white lily arrangement"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-bouquet-peach-cream-color-roses-with-asparagus-grey-wooden-background_141793-7974.jpg", imageAlt: "Elegant white lily arrangement"}, ]} mediaAnimation="blur-reveal" buttonAnimation="slide-up" @@ -101,13 +101,13 @@ export default function LandingPage() { tag="🌹 Katalog" products={[ { - id: "1", name: "Qizil Roza Buket", price: "250,000 so'm", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-wrapped-gift-bouquet-roses_169016-8520.jpg?_wi=2", imageAlt: "Premium red rose bouquet"}, + id: "1", name: "Qizil Roza Buket", price: "250,000 so'm", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-wrapped-gift-bouquet-roses_169016-8520.jpg", imageAlt: "Premium red rose bouquet"}, { - id: "2", name: "Tula Aralash", price: "180,000 so'm", imageSrc: "http://img.b2bpic.net/free-photo/side-view-yellow-red-tulip-flower-grey_140725-12248.jpg?_wi=2", imageAlt: "Colorful mixed tulip arrangement"}, + id: "2", name: "Tula Aralash", price: "180,000 so'm", imageSrc: "http://img.b2bpic.net/free-photo/side-view-yellow-red-tulip-flower-grey_140725-12248.jpg", imageAlt: "Colorful mixed tulip arrangement"}, { - id: "3", name: "Oyoq Buket", price: "220,000 so'm", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sunflowers-frame-with-copy-space_23-2150250788.jpg?_wi=2", imageAlt: "Bright sunflower bouquet"}, + id: "3", name: "Oyoq Buket", price: "220,000 so'm", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sunflowers-frame-with-copy-space_23-2150250788.jpg", imageAlt: "Bright sunflower bouquet"}, { - id: "4", name: "Oq Lililar", price: "280,000 so'm", imageSrc: "http://img.b2bpic.net/free-photo/side-view-bouquet-peach-cream-color-roses-with-asparagus-grey-wooden-background_141793-7974.jpg?_wi=2", imageAlt: "Elegant white lily arrangement"}, + id: "4", name: "Oq Lililar", price: "280,000 so'm", imageSrc: "http://img.b2bpic.net/free-photo/side-view-bouquet-peach-cream-color-roses-with-asparagus-grey-wooden-background_141793-7974.jpg", imageAlt: "Elegant white lily arrangement"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -163,7 +163,7 @@ export default function LandingPage() { { text: "Telegram orqali buyurtma", href: "https://t.me/fatinur_flowers" }, { text: "Instagram orqali aloqa", href: "https://instagram.com/fatinur_flowers" }, ]} - background={{ variant: "fluid" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1