Merge version_1 into main #1
@@ -55,12 +55,12 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-mockup-front-rear-view_53876-97369.jpg", imageAlt: "iPhone 13 latest model" },
|
||||
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4702.jpg", imageAlt: "Samsung Galaxy A54" },
|
||||
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4721.jpg", imageAlt: "Xiaomi 13 Pro" },
|
||||
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/modern-wireless-earphones-with-case-displayed-round-podium-with-soft-shadows_23-2150808018.jpg", imageAlt: "Apple AirPods Pro" },
|
||||
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-watch-with-bstrap-reflective-surface_181624-58668.jpg", imageAlt: "Samsung Galaxy Watch" },
|
||||
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/blur-people-office-interior-shop_1203-6482.jpg", imageAlt: "TexnoMarkaz store interior" }
|
||||
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-mockup-front-rear-view_53876-97369.jpg?_wi=1", imageAlt: "iPhone 13 latest model" },
|
||||
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4702.jpg?_wi=1", imageAlt: "Samsung Galaxy A54" },
|
||||
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4721.jpg?_wi=1", imageAlt: "Xiaomi 13 Pro" },
|
||||
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/modern-wireless-earphones-with-case-displayed-round-podium-with-soft-shadows_23-2150808018.jpg?_wi=1", imageAlt: "Apple AirPods Pro" },
|
||||
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-watch-with-bstrap-reflective-surface_181624-58668.jpg?_wi=1", imageAlt: "Samsung Galaxy Watch" },
|
||||
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/blur-people-office-interior-shop_1203-6482.jpg?_wi=1", imageAlt: "TexnoMarkaz store interior" }
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "feature-1", title: "Kafolat", description: "Barcha mahsulotlarga 12-24 oylik kafolat mavjud. Ishonch va tinchlaning iqlimi.", media: { imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-mockup-front-rear-view_53876-97369.jpg", imageAlt: "Warranty badge" },
|
||||
id: "feature-1", title: "Kafolat", description: "Barcha mahsulotlarga 12-24 oylik kafolat mavjud. Ishonch va tinchlaning iqlimi.", media: { imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-mockup-front-rear-view_53876-97369.jpg?_wi=2", imageAlt: "Warranty badge" },
|
||||
items: [
|
||||
{ icon: Shield, text: "To'liq kafolat" },
|
||||
{ icon: CheckCircle, text: "Xavfsiz xaridlar" }
|
||||
@@ -85,7 +85,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "feature-2", title: "Rassrochka (Installment)", description: "0% foiz bilan 3, 6, 12 oylik rassrochka. Har kisbiga mos rejim toping.", media: { imageSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4702.jpg", imageAlt: "Installment payment" },
|
||||
id: "feature-2", title: "Rassrochka (Installment)", description: "0% foiz bilan 3, 6, 12 oylik rassrochka. Har kisbiga mos rejim toping.", media: { imageSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4702.jpg?_wi=2", imageAlt: "Installment payment" },
|
||||
items: [
|
||||
{ icon: CreditCard, text: "0% foiz" },
|
||||
{ icon: Zap, text: "Tez tasdiqlanadi" }
|
||||
@@ -93,7 +93,7 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "feature-3", title: "Yetkazib berish", description: "Tashkent shahrida bepul yetkazib berish. Shuningdek, respublika bo'ylab qulay dostava.", media: { imageSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4721.jpg", imageAlt: "Fast delivery service" },
|
||||
id: "feature-3", title: "Yetkazib berish", description: "Tashkent shahrida bepul yetkazib berish. Shuningdek, respublika bo'ylab qulay dostava.", media: { imageSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4721.jpg?_wi=2", imageAlt: "Fast delivery service" },
|
||||
items: [
|
||||
{ icon: Truck, text: "Bepul yetkazib berish" },
|
||||
{ icon: Clock, text: "Tez dostava" }
|
||||
@@ -120,12 +120,12 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "Barchasi ko'rish", href: "#products" }]}
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
{ id: "product-1", name: "iPhone 13 Pro", price: "12,500,000 so'm", variant: "Space Gray", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-mockup-front-rear-view_53876-97369.jpg", imageAlt: "iPhone 13 Pro Space Gray" },
|
||||
{ id: "product-2", name: "Samsung Galaxy A54", price: "4,800,000 so'm", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4702.jpg", imageAlt: "Samsung Galaxy A54 Black" },
|
||||
{ id: "product-3", name: "Xiaomi 13 Pro", price: "5,200,000 so'm", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4721.jpg", imageAlt: "Xiaomi 13 Pro Black" },
|
||||
{ id: "product-4", name: "Apple AirPods Pro", price: "1,800,000 so'm", variant: "White", imageSrc: "http://img.b2bpic.net/free-photo/modern-wireless-earphones-with-case-displayed-round-podium-with-soft-shadows_23-2150808018.jpg", imageAlt: "Apple AirPods Pro White" },
|
||||
{ id: "product-5", name: "Samsung Galaxy Watch 5", price: "2,900,000 so'm", variant: "Silver", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-watch-with-bstrap-reflective-surface_181624-58668.jpg", imageAlt: "Samsung Galaxy Watch 5 Silver" },
|
||||
{ id: "product-6", name: "iPhone 14 Max", price: "14,500,000 so'm", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/blur-people-office-interior-shop_1203-6482.jpg", imageAlt: "iPhone 14 Max Gold" }
|
||||
{ id: "product-1", name: "iPhone 13 Pro", price: "12,500,000 so'm", variant: "Space Gray", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-mockup-front-rear-view_53876-97369.jpg?_wi=3", imageAlt: "iPhone 13 Pro Space Gray" },
|
||||
{ id: "product-2", name: "Samsung Galaxy A54", price: "4,800,000 so'm", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4702.jpg?_wi=3", imageAlt: "Samsung Galaxy A54 Black" },
|
||||
{ id: "product-3", name: "Xiaomi 13 Pro", price: "5,200,000 so'm", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4721.jpg?_wi=3", imageAlt: "Xiaomi 13 Pro Black" },
|
||||
{ id: "product-4", name: "Apple AirPods Pro", price: "1,800,000 so'm", variant: "White", imageSrc: "http://img.b2bpic.net/free-photo/modern-wireless-earphones-with-case-displayed-round-podium-with-soft-shadows_23-2150808018.jpg?_wi=2", imageAlt: "Apple AirPods Pro White" },
|
||||
{ id: "product-5", name: "Samsung Galaxy Watch 5", price: "2,900,000 so'm", variant: "Silver", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-watch-with-bstrap-reflective-surface_181624-58668.jpg?_wi=2", imageAlt: "Samsung Galaxy Watch 5 Silver" },
|
||||
{ id: "product-6", name: "iPhone 14 Max", price: "14,500,000 so'm", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/blur-people-office-interior-shop_1203-6482.jpg?_wi=2", imageAlt: "iPhone 14 Max Gold" }
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user