Merge version_2 into main #2
209
src/app/page.tsx
209
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Bosh Sahifa",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Bosh Sahifa", id: "hero"},
|
||||
{
|
||||
name: "Mahsulotlar",
|
||||
id: "products",
|
||||
},
|
||||
name: "Mahsulotlar", id: "products"},
|
||||
{
|
||||
name: "Biz haqimizda",
|
||||
id: "features",
|
||||
},
|
||||
name: "Biz haqimizda", id: "features"},
|
||||
{
|
||||
name: "Aloqa",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Aloqa", id: "contact"},
|
||||
]}
|
||||
brandName="Muzqaymoq Lab"
|
||||
/>
|
||||
@@ -52,47 +44,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Muzqaymoqning eng mazali dunyosi"
|
||||
description="Tabiiy mahsulotlardan tayyorlangan, har bir qoshiqda baxt ulashuvchi muzqaymoqlarimizni tatib ko'ring."
|
||||
buttons={[
|
||||
{
|
||||
text: "Hozir buyurtma bering",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Hozir buyurtma bering", href: "#products"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mint-ice-cream-scoop_23-2149450737.jpg?_wi=1",
|
||||
imageAlt: "Ice cream 1",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/mint-ice-cream-scoop_23-2149450737.jpg?_wi=1", imageAlt: "Ice cream 1"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cups-with-delicious-ice-cream-flavors-arrangement_23-2150796566.jpg?_wi=1",
|
||||
imageAlt: "Ice cream 2",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/cups-with-delicious-ice-cream-flavors-arrangement_23-2150796566.jpg?_wi=1", imageAlt: "Ice cream 2"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-cones-with-caramel-topping_23-2148425390.jpg?_wi=1",
|
||||
imageAlt: "Ice cream 3",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-cones-with-caramel-topping_23-2148425390.jpg?_wi=1", imageAlt: "Ice cream 3"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-chocolate-mousse-ready-be-served_23-2148622328.jpg",
|
||||
imageAlt: "Ice cream 4",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-chocolate-mousse-ready-be-served_23-2148622328.jpg", imageAlt: "Ice cream 4"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bowl-ice-cream-with-beautiful-flower-decorations_181624-3597.jpg",
|
||||
imageAlt: "Ice cream 5",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bowl-ice-cream-with-beautiful-flower-decorations_181624-3597.jpg", imageAlt: "Ice cream 5"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-sundae-ice-cream_1339-8489.jpg",
|
||||
imageAlt: "Ice cream 6",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-sundae-ice-cream_1339-8489.jpg", imageAlt: "Ice cream 6"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,59 +76,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Klassik",
|
||||
name: "Vanilli",
|
||||
price: "15,000 UZS",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-ice-cream-sorbet-with-topping_23-2148425373.jpg",
|
||||
},
|
||||
id: "p1", brand: "Klassik", name: "Vanilli", price: "15,000 UZS", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-ice-cream-sorbet-with-topping_23-2148425373.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Shokolad",
|
||||
name: "Belgiya Shokoladi",
|
||||
price: "18,000 UZS",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-ice-cream-cookies-top-view_23-2149681939.jpg",
|
||||
},
|
||||
id: "p2", brand: "Shokolad", name: "Belgiya Shokoladi", price: "18,000 UZS", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/tasty-ice-cream-cookies-top-view_23-2149681939.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Meva",
|
||||
name: "Qulupnayli",
|
||||
price: "16,000 UZS",
|
||||
rating: 4,
|
||||
reviewCount: "88",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swirled-pink-frosting-texture_23-2151988821.jpg",
|
||||
},
|
||||
id: "p3", brand: "Meva", name: "Qulupnayli", price: "16,000 UZS", rating: 4,
|
||||
reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/swirled-pink-frosting-texture_23-2151988821.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Yong'oq",
|
||||
name: "Pistali",
|
||||
price: "20,000 UZS",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pistachio-ice-cream_658428-296.jpg",
|
||||
},
|
||||
id: "p4", brand: "Yong'oq", name: "Pistali", price: "20,000 UZS", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/pistachio-ice-cream_658428-296.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Karamel",
|
||||
name: "Sho'r karamel",
|
||||
price: "19,000 UZS",
|
||||
rating: 5,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caramel-ice-cream-texture_23-2149450745.jpg",
|
||||
},
|
||||
id: "p5", brand: "Karamel", name: "Sho'r karamel", price: "19,000 UZS", rating: 5,
|
||||
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/caramel-ice-cream-texture_23-2149450745.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Sorbets",
|
||||
name: "Limonli",
|
||||
price: "14,000 UZS",
|
||||
rating: 4,
|
||||
reviewCount: "50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-ice-cream-served-glass_141793-853.jpg",
|
||||
},
|
||||
id: "p6", brand: "Sorbets", name: "Limonli", price: "14,000 UZS", rating: 4,
|
||||
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/yellow-ice-cream-served-glass_141793-853.jpg"},
|
||||
]}
|
||||
title="Bizning ta'mlar"
|
||||
description="Har bir did uchun turli xil qaymoqli va mevali muzqaymoqlar."
|
||||
@@ -171,35 +106,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Tabiiy ingredientlar",
|
||||
author: "Sifat",
|
||||
description: "Faqat yangi sut va mevalardan foydalanamiz.",
|
||||
tags: [
|
||||
"Sifat",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mint-ice-cream-scoop_23-2149450737.jpg?_wi=2",
|
||||
},
|
||||
id: "f1", title: "Tabiiy ingredientlar", author: "Sifat", description: "Faqat yangi sut va mevalardan foydalanamiz.", tags: [
|
||||
"Sifat"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mint-ice-cream-scoop_23-2149450737.jpg?_wi=2"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Kunlik yangilik",
|
||||
author: "Yangi",
|
||||
description: "Har kuni yangi tayyorlangan muzqaymoqlar.",
|
||||
tags: [
|
||||
"Yangi",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cups-with-delicious-ice-cream-flavors-arrangement_23-2150796566.jpg?_wi=2",
|
||||
},
|
||||
id: "f2", title: "Kunlik yangilik", author: "Yangi", description: "Har kuni yangi tayyorlangan muzqaymoqlar.", tags: [
|
||||
"Yangi"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cups-with-delicious-ice-cream-flavors-arrangement_23-2150796566.jpg?_wi=2"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Tezkor yetkazib berish",
|
||||
author: "Xizmat",
|
||||
description: "Shaharning barcha hududlariga tez yetkazamiz.",
|
||||
tags: [
|
||||
"Tez",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-cones-with-caramel-topping_23-2148425390.jpg?_wi=2",
|
||||
},
|
||||
id: "f3", title: "Tezkor yetkazib berish", author: "Xizmat", description: "Shaharning barcha hududlariga tez yetkazamiz.", tags: [
|
||||
"Tez"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-cones-with-caramel-topping_23-2148425390.jpg?_wi=2"},
|
||||
]}
|
||||
title="Nega aynan biz?"
|
||||
description="Muzqaymoqlarimizni sifatli va mazali qiladigan jihatlar."
|
||||
@@ -212,45 +129,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Eng zo'r!",
|
||||
quote: "Hali bunaqa mazali muzqaymoq yeganim yo'q!",
|
||||
name: "Aziz",
|
||||
role: "Mijoz",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-summer-sunset-time-having-ice-cream-cone-city-street_343596-7105.jpg",
|
||||
},
|
||||
id: "1", title: "Eng zo'r!", quote: "Hali bunaqa mazali muzqaymoq yeganim yo'q!", name: "Aziz", role: "Mijoz", imageSrc: "http://img.b2bpic.net/free-photo/woman-summer-sunset-time-having-ice-cream-cone-city-street_343596-7105.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Ajoyib xizmat",
|
||||
quote: "Yetkazib berish juda tez va muzqaymoq erimagan edi.",
|
||||
name: "Madina",
|
||||
role: "Doimiy mijoz",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
},
|
||||
id: "2", title: "Ajoyib xizmat", quote: "Yetkazib berish juda tez va muzqaymoq erimagan edi.", name: "Madina", role: "Doimiy mijoz", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Tabiiy ta'm",
|
||||
quote: "Farzandlarimga ham juda yoqdi.",
|
||||
name: "Karim",
|
||||
role: "Ota",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-eating-chocolate-ice-cream-park_23-2148268130.jpg",
|
||||
},
|
||||
id: "3", title: "Tabiiy ta'm", quote: "Farzandlarimga ham juda yoqdi.", name: "Karim", role: "Ota", imageSrc: "http://img.b2bpic.net/free-photo/girl-eating-chocolate-ice-cream-park_23-2148268130.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Sifatli",
|
||||
quote: "Ingredientlar haqiqatan ham tabiiy.",
|
||||
name: "Zuhra",
|
||||
role: "Mijoz",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-licks-lips-with-tongue-looks-appetizing-cone-ice-cream-feels-temptation-eat-delicious-frozen-summer-dessert-after-work-dressed-formal-clothing_273609-52799.jpg",
|
||||
},
|
||||
id: "4", title: "Sifatli", quote: "Ingredientlar haqiqatan ham tabiiy.", name: "Zuhra", role: "Mijoz", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-licks-lips-with-tongue-looks-appetizing-cone-ice-cream-feels-temptation-eat-delicious-frozen-summer-dessert-after-work-dressed-formal-clothing_273609-52799.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Eng sevimli joyimiz",
|
||||
quote: "Har hafta shu yerdan muzqaymoq olamiz.",
|
||||
name: "Ali",
|
||||
role: "Mijoz",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/this-cake-looks-so-delicious-i-have-take-picture-it_637285-7892.jpg",
|
||||
},
|
||||
id: "5", title: "Eng sevimli joyimiz", quote: "Har hafta shu yerdan muzqaymoq olamiz.", name: "Ali", role: "Mijoz", imageSrc: "http://img.b2bpic.net/free-photo/this-cake-looks-so-delicious-i-have-take-picture-it_637285-7892.jpg"},
|
||||
]}
|
||||
title="Mijozlarimiz fikri"
|
||||
description="Muzqaymoqlarimiz haqida shirin xotiralar."
|
||||
@@ -261,16 +148,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Aloqa"
|
||||
title="Savollaringiz bormi?"
|
||||
description="Biz bilan bog'laning yoki buyurtma bering."
|
||||
buttons={[
|
||||
{
|
||||
text: "Bizga yozing",
|
||||
href: "mailto:info@icecream.uz",
|
||||
},
|
||||
text: "Bizga yozing", href: "mailto:info@icecream.uz"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -279,20 +163,15 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Manzil",
|
||||
items: [
|
||||
title: "Manzil", items: [
|
||||
{
|
||||
label: "Toshkent shahar, Amir Temur 1",
|
||||
},
|
||||
label: "Toshkent shahar, Amir Temur 1"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Aloqa",
|
||||
items: [
|
||||
title: "Aloqa", items: [
|
||||
{
|
||||
label: "+998 71 123 45 67",
|
||||
href: "tel:+998711234567",
|
||||
},
|
||||
label: "+998 71 123 45 67", href: "tel:+998711234567"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user