Merge version_1 into main #2
@@ -40,43 +40,23 @@ export default function PromotionsPage() {
|
||||
<FeatureCardOne
|
||||
features={[
|
||||
{
|
||||
title: "Yozda Chegirma",
|
||||
description: "Barcha smartfonlarga 15% gacha chegirma. iPhone, Samsung, Xiaomi — hamma modellar aksiyada. Muddatli to'lovda qo'shimcha bonus!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-white-background_58702-5200.jpg?_wi=21",
|
||||
imageAlt: "Summer Sale",
|
||||
button: {
|
||||
text: "Aksiyani ko'rish",
|
||||
href: "/catalog?promo=summer"
|
||||
title: "Yozda Chegirma", description: "Barcha smartfonlarga 15% gacha chegirma. iPhone, Samsung, Xiaomi — hamma modellar aksiyada. Muddatli to'lovda qo'shimcha bonus!", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-white-background_58702-5200.jpg", imageAlt: "Summer Sale", button: {
|
||||
text: "Aksiyani ko'rish", href: "/catalog?promo=summer"
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "Noutbukda Mega Taklif",
|
||||
description: "Lenovo va ASUS noutbuklar uchun 20% chegirma. Iş va o'yin uchun perfect variantlar eng arzon narxda.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/book-cup-tea-floor-living-room-top-view_169016-48945.jpg?_wi=11",
|
||||
imageAlt: "Laptop Mega Offer",
|
||||
button: {
|
||||
text: "Noutbuklar aksiyasi",
|
||||
href: "/catalog?promo=laptop-mega"
|
||||
title: "Noutbukda Mega Taklif", description: "Lenovo va ASUS noutbuklar uchun 20% chegirma. Iş va o'yin uchun perfect variantlar eng arzon narxda.", imageSrc: "http://img.b2bpic.net/free-photo/book-cup-tea-floor-living-room-top-view_169016-48945.jpg", imageAlt: "Laptop Mega Offer", button: {
|
||||
text: "Noutbuklar aksiyasi", href: "/catalog?promo=laptop-mega"
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "Aksessuarlarga Qo'shimcha Chegirma",
|
||||
description: "Aksessuarlarga 30% chegirma. Quloqchinlar, zaryadlovchilar, o'ramlar va boshqalar juda arzon narxda.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smartphone-desk-with-headphones_23-2149404198.jpg?_wi=6",
|
||||
imageAlt: "Accessories Sale",
|
||||
button: {
|
||||
text: "Aksessuarlarni ko'rish",
|
||||
href: "/catalog?promo=accessories"
|
||||
title: "Aksessuarlarga Qo'shimcha Chegirma", description: "Aksessuarlarga 30% chegirma. Quloqchinlar, zaryadlovchilar, o'ramlar va boshqalar juda arzon narxda.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smartphone-desk-with-headphones_23-2149404198.jpg", imageAlt: "Accessories Sale", button: {
|
||||
text: "Aksessuarlarni ko'rish", href: "/catalog?promo=accessories"
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "Muddatli To'lovda Bonus",
|
||||
description: "Muddatli to'lovda xarid qiling va 5% bonus puli qo'shimcha oling! Faqat ushbu hafta davomida.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-strategy-corporation-enterprise-startup-concept_53876-121255.jpg?_wi=5",
|
||||
imageAlt: "Installment Bonus",
|
||||
button: {
|
||||
text: "Muddatli to'lovni boshlash",
|
||||
href: "/installment"
|
||||
title: "Muddatli To'lovda Bonus", description: "Muddatli to'lovda xarid qiling va 5% bonus puli qo'shimcha oling! Faqat ushbu hafta davomida.", imageSrc: "http://img.b2bpic.net/free-photo/business-strategy-corporation-enterprise-startup-concept_53876-121255.jpg", imageAlt: "Installment Bonus", button: {
|
||||
text: "Muddatli to'lovni boshlash", href: "/installment"
|
||||
}
|
||||
}
|
||||
]}
|
||||
@@ -90,8 +70,7 @@ export default function PromotionsPage() {
|
||||
animationType="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Barcha aksiyalar",
|
||||
href: "/catalog?filter=promotions"
|
||||
text: "Barcha aksiyalar", href: "/catalog?filter=promotions"
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
@@ -103,36 +82,18 @@ export default function PromotionsPage() {
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Apple iPhone 15",
|
||||
price: "9,999,000 so'm",
|
||||
variant: "Midnight | 128GB | 25% OFF",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-white-background_58702-5200.jpg?_wi=22",
|
||||
imageAlt: "iPhone 15 Promotion",
|
||||
isFavorited: false
|
||||
id: "1", name: "Apple iPhone 15", price: "9,999,000 so'm", variant: "Midnight | 128GB | 25% OFF", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-white-background_58702-5200.jpg", imageAlt: "iPhone 15 Promotion", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Samsung Galaxy A54",
|
||||
price: "5,499,000 so'm",
|
||||
variant: "Black | 128GB | 30% OFF",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-white-background_58702-5200.jpg?_wi=23",
|
||||
imageAlt: "Samsung Galaxy A54",
|
||||
isFavorited: false
|
||||
id: "2", name: "Samsung Galaxy A54", price: "5,499,000 so'm", variant: "Black | 128GB | 30% OFF", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-white-background_58702-5200.jpg", imageAlt: "Samsung Galaxy A54", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sony WH-1000XM5 Headphones",
|
||||
price: "2,499,000 so'm",
|
||||
variant: "Black | Wireless | 40% OFF",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smartphone-desk-with-headphones_23-2149404198.jpg?_wi=7",
|
||||
imageAlt: "Sony Headphones",
|
||||
isFavorited: false
|
||||
id: "3", name: "Sony WH-1000XM5 Headphones", price: "2,499,000 so'm", variant: "Black | Wireless | 40% OFF", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smartphone-desk-with-headphones_23-2149404198.jpg", imageAlt: "Sony Headphones", isFavorited: false
|
||||
}
|
||||
]}
|
||||
title="Maksimum Narxda Chegirma"
|
||||
description: "Ushbu haftaning eng yaxshi takliflari — vaqt chekli stoklarda!"
|
||||
tag: "Shunga Asosi Aksiya"
|
||||
description="Ushbu haftaning eng yaxshi takliflari — vaqt chekli stoklarda!"
|
||||
tag="Shunga Asosi Aksiya"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -140,8 +101,7 @@ export default function PromotionsPage() {
|
||||
animationType="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Aksiya mahsulotlari",
|
||||
href: "/catalog?sort=discount-high"
|
||||
text: "Aksiya mahsulotlari", href: "/catalog?sort=discount-high"
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
@@ -153,31 +113,16 @@ export default function PromotionsPage() {
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Muhammad Ali",
|
||||
role: "Engineer",
|
||||
company: "Tech Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=2",
|
||||
imageAlt: "Muhammad Ali"
|
||||
id: "1", name: "Muhammad Ali", role: "Engineer", company: "Tech Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "Muhammad Ali"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fatima Karim",
|
||||
role: "Designer",
|
||||
company: "Creative Agency",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-business-woman-suit_23-2148603020.jpg?_wi=2",
|
||||
imageAlt: "Fatima Karim"
|
||||
id: "2", name: "Fatima Karim", role: "Designer", company: "Creative Agency", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-business-woman-suit_23-2148603020.jpg", imageAlt: "Fatima Karim"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Omar Hassan",
|
||||
role: "Student",
|
||||
company: "University",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg?_wi=2",
|
||||
imageAlt: "Omar Hassan"
|
||||
id: "3", name: "Omar Hassan", role: "Student", company: "University", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg", imageAlt: "Omar Hassan"
|
||||
}
|
||||
]}
|
||||
title="Aksiya Haqqidagi Foydalanuvchi Sharhlar"
|
||||
@@ -200,18 +145,15 @@ export default function PromotionsPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: MessageCircle,
|
||||
href: "https://t.me/dehkonbozor",
|
||||
ariaLabel: "Telegram"
|
||||
href: "https://t.me/dehkonbozor", ariaLabel: "Telegram"
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/dehkonbozor",
|
||||
ariaLabel: "Instagram"
|
||||
href: "https://instagram.com/dehkonbozor", ariaLabel: "Instagram"
|
||||
},
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+998712095555",
|
||||
ariaLabel: "Call Us"
|
||||
href: "tel:+998712095555", ariaLabel: "Call Us"
|
||||
}
|
||||
]}
|
||||
containerClassName="bg-background"
|
||||
|
||||
Reference in New Issue
Block a user