Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 05:32:10 +00:00

View File

@@ -85,13 +85,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Premium Cotton Unstitched", price: "PKR 800 - 1200/yard", imageSrc: "http://img.b2bpic.net/free-photo/natural-white-cotton-crumpled-soft-fabric-texture-background-surface_640221-220.jpg", imageAlt: "Premium white cotton fabric"
id: "1", name: "Premium Cotton Unstitched", price: "PKR 800 - 1200/yard", imageSrc: "http://img.b2bpic.net/free-photo/natural-white-cotton-crumpled-soft-fabric-texture-background-surface_640221-220.jpg?_wi=1", imageAlt: "Premium white cotton fabric"
},
{
id: "2", name: "Elegant Linen Collection", price: "PKR 1000 - 1500/yard", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-monochromatic-colored-cloths_23-2148770292.jpg", imageAlt: "Beige linen fabric"
id: "2", name: "Elegant Linen Collection", price: "PKR 1000 - 1500/yard", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-monochromatic-colored-cloths_23-2148770292.jpg?_wi=1", imageAlt: "Beige linen fabric"
},
{
id: "3", name: "Luxe Silk Fabric", price: "PKR 2000 - 3500/yard", imageSrc: "http://img.b2bpic.net/free-photo/elegant-silk-fabric-decoration_23-2148516034.jpg", imageAlt: "Premium silk textile"
id: "3", name: "Luxe Silk Fabric", price: "PKR 2000 - 3500/yard", imageSrc: "http://img.b2bpic.net/free-photo/elegant-silk-fabric-decoration_23-2148516034.jpg?_wi=1", imageAlt: "Premium silk textile"
},
{
id: "4", name: "Printed Lawn", price: "PKR 600 - 1000/yard", imageSrc: "http://img.b2bpic.net/free-vector/pretty-tropical-floral-pattern_23-2148808877.jpg", imageAlt: "Colorful printed lawn fabric"
@@ -120,21 +120,21 @@ export default function LandingPage() {
"Minimum 5 yards", "Standard shipping", "Quality guarantee", "Multiple fabric options"
],
button: { text: "Order Now", href: "#contact" },
imageSrc: "http://img.b2bpic.net/free-photo/natural-white-cotton-crumpled-soft-fabric-texture-background-surface_640221-220.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/natural-white-cotton-crumpled-soft-fabric-texture-background-surface_640221-220.jpg?_wi=2"
},
{
id: "wholesale", title: "Wholesale", price: "15% Off", period: "100+ yards", features: [
"Minimum 100 yards", "Bulk discounts", "Free shipping", "Dedicated support"
],
button: { text: "Get Quote", href: "#contact" },
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-monochromatic-colored-cloths_23-2148770292.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-monochromatic-colored-cloths_23-2148770292.jpg?_wi=2"
},
{
id: "corporate", title: "Corporate Bulk", price: "25% Off", period: "500+ yards", features: [
"Minimum 500 yards", "Maximum discount", "Custom packaging", "Priority handling"
],
button: { text: "Contact Sales", href: "#contact" },
imageSrc: "http://img.b2bpic.net/free-photo/elegant-silk-fabric-decoration_23-2148516034.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/elegant-silk-fabric-decoration_23-2148516034.jpg?_wi=2"
}
]}
/>
@@ -157,7 +157,7 @@ export default function LandingPage() {
},
{
id: "2", name: "Muhammad Hassan", role: "Fabric Retailer", company: "Hassan Textiles", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Muhammad Hassan portrait"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Muhammad Hassan portrait"
},
{
id: "3", name: "Fatima Malik", role: "Fashion Designer", company: "Malik Designs", rating: 5,
@@ -165,7 +165,7 @@ export default function LandingPage() {
},
{
id: "4", name: "Ahmed Ali", role: "Store Owner", company: "Ali's Fabric Store", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ahmed Ali portrait"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Ahmed Ali portrait"
},
{
id: "5", name: "Zainab Hussain", role: "Wholesale Buyer", company: "Hussain Trading", rating: 5,
@@ -173,7 +173,7 @@ export default function LandingPage() {
},
{
id: "6", name: "Omar Shah", role: "Export Manager", company: "Global Fabrics", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Omar Shah portrait"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Omar Shah portrait"
}
]}
/>