Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-10 06:27:27 +00:00
4 changed files with 1413 additions and 46 deletions

View File

@@ -93,7 +93,7 @@ export default function AboutPage() {
title: "Satisfied Customers",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-warehouse-view_23-2148923139.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-warehouse-view_23-2148923139.jpg?_wi=2"
imageAlt="Andra Trading modern facility"
useInvertedBackground={false}
mediaAnimation="slide-up"
@@ -113,7 +113,7 @@ export default function AboutPage() {
description:
"Every product meets international standards and rigorous quality control. We guarantee excellence in every order.",
imageSrc:
"http://img.b2bpic.net/free-photo/copper-pipes-burst-from-cold-break-copper-pipes-from-cold-closeup_169016-65749.jpg",
"http://img.b2bpic.net/free-photo/copper-pipes-burst-from-cold-break-copper-pipes-from-cold-closeup_169016-65749.jpg?_wi=6",
imageAlt: "Quality certified products",
},
{
@@ -121,7 +121,7 @@ export default function AboutPage() {
description:
"Benefit from our economies of scale. We offer the best value without compromising on quality or reliability.",
imageSrc:
"http://img.b2bpic.net/free-photo/kegs-beer-regular-rows_1398-2536.jpg",
"http://img.b2bpic.net/free-photo/kegs-beer-regular-rows_1398-2536.jpg?_wi=6",
imageAlt: "Competitive pricing",
},
{
@@ -129,7 +129,7 @@ export default function AboutPage() {
description:
"National logistics network ensuring your orders arrive on time, every time. Nationwide coverage with expedited options.",
imageSrc:
"http://img.b2bpic.net/free-photo/grayscale-steel-pipes-background_181624-41927.jpg",
"http://img.b2bpic.net/free-photo/grayscale-steel-pipes-background_181624-41927.jpg?_wi=5",
imageAlt: "Logistics network",
},
{
@@ -137,7 +137,7 @@ export default function AboutPage() {
description:
"Dedicated team ready to assist with product selection, technical specifications, and bulk order requirements.",
imageSrc:
"http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg",
"http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg?_wi=6",
imageAlt: "Customer support",
},
{
@@ -145,7 +145,7 @@ export default function AboutPage() {
description:
"From stainless steel to galvanized materials, bolts to piping—over 1,000 SKUs covering all your hardware needs.",
imageSrc:
"http://img.b2bpic.net/free-photo/sage-green-kitchen-fronts-with-white-handles-wood-counter-green-kitchen_169016-71011.jpg",
"http://img.b2bpic.net/free-photo/sage-green-kitchen-fronts-with-white-handles-wood-counter-green-kitchen_169016-71011.jpg?_wi=5",
imageAlt: "Product variety",
},
{
@@ -153,7 +153,7 @@ export default function AboutPage() {
description:
"Large stock levels mean faster availability and consistency. No waiting, no compromises on your project timeline.",
imageSrc:
"http://img.b2bpic.net/free-photo/photo-chain-stone_58702-15782.jpg",
"http://img.b2bpic.net/free-photo/photo-chain-stone_58702-15782.jpg?_wi=4",
imageAlt: "Warehouse inventory",
},
]}
@@ -179,7 +179,7 @@ export default function AboutPage() {
name: "Michael Chen",
role: "Purchasing Manager, Premier Hardware Retail",
imageSrc:
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg",
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg?_wi=2",
imageAlt: "Michael Chen",
},
{
@@ -190,7 +190,7 @@ export default function AboutPage() {
name: "Sarah Williams",
role: "Operations Director, Industrial Supply Co",
imageSrc:
"http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg",
"http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg?_wi=2",
imageAlt: "Sarah Williams",
},
{
@@ -201,7 +201,7 @@ export default function AboutPage() {
name: "David Rodriguez",
role: "CEO, Construction Materials Distributor",
imageSrc:
"http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-business-suit-white-shirt_613910-8307.jpg",
"http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-business-suit-white-shirt_613910-8307.jpg?_wi=2",
imageAlt: "David Rodriguez",
},
{
@@ -212,7 +212,7 @@ export default function AboutPage() {
name: "Jennifer Martinez",
role: "Supply Chain Manager, National Retailer",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "Jennifer Martinez",
},
{
@@ -223,7 +223,7 @@ export default function AboutPage() {
name: "Robert Thompson",
role: "Procurement Officer, Manufacturing Facility",
imageSrc:
"http://img.b2bpic.net/free-photo/happy-confident-legal-expert-checking-agreement_74855-2257.jpg",
"http://img.b2bpic.net/free-photo/happy-confident-legal-expert-checking-agreement_74855-2257.jpg?_wi=2",
imageAlt: "Robert Thompson",
},
{
@@ -234,7 +234,7 @@ export default function AboutPage() {
name: "Elizabeth Garcia",
role: "Owner, Independent Hardware Store",
imageSrc:
"http://img.b2bpic.net/free-photo/young-handsome-groom-posing-looking-camera_1153-6076.jpg",
"http://img.b2bpic.net/free-photo/young-handsome-groom-posing-looking-camera_1153-6076.jpg?_wi=2",
imageAlt: "Elizabeth Garcia",
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -97,27 +97,27 @@ export default function HomePage() {
},
{
id: "carousel-2",
imageSrc: "http://img.b2bpic.net/free-photo/copper-pipes-burst-from-cold-break-copper-pipes-from-cold-closeup_169016-65749.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/copper-pipes-burst-from-cold-break-copper-pipes-from-cold-closeup_169016-65749.jpg?_wi=1",
imageAlt: "stainless steel bolt fastener hardware",
},
{
id: "carousel-3",
imageSrc: "http://img.b2bpic.net/free-photo/kegs-beer-regular-rows_1398-2536.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/kegs-beer-regular-rows_1398-2536.jpg?_wi=1",
imageAlt: "galvanized steel sheet metal professional",
},
{
id: "carousel-4",
imageSrc: "http://img.b2bpic.net/free-photo/grayscale-steel-pipes-background_181624-41927.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grayscale-steel-pipes-background_181624-41927.jpg?_wi=1",
imageAlt: "stainless steel pipe tubes industrial",
},
{
id: "carousel-5",
imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg?_wi=1",
imageAlt: "metal washers fasteners hardware assorted",
},
{
id: "carousel-6",
imageSrc: "http://img.b2bpic.net/free-photo/sage-green-kitchen-fronts-with-white-handles-wood-counter-green-kitchen_169016-71011.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sage-green-kitchen-fronts-with-white-handles-wood-counter-green-kitchen_169016-71011.jpg?_wi=1",
imageAlt: "metal hinges door hardware professional",
},
]}
@@ -169,7 +169,7 @@ export default function HomePage() {
name: "Stainless Steel Grade 304 Bolts",
price: "Contact for Quote",
variant: "M8-M20 Available",
imageSrc: "http://img.b2bpic.net/free-photo/copper-pipes-burst-from-cold-break-copper-pipes-from-cold-closeup_169016-65749.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/copper-pipes-burst-from-cold-break-copper-pipes-from-cold-closeup_169016-65749.jpg?_wi=2",
imageAlt: "Stainless steel bolts",
},
{
@@ -177,7 +177,7 @@ export default function HomePage() {
name: "Galvanized Steel Sheets",
price: "Contact for Quote",
variant: "0.5mm - 3mm Thickness",
imageSrc: "http://img.b2bpic.net/free-photo/kegs-beer-regular-rows_1398-2536.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/kegs-beer-regular-rows_1398-2536.jpg?_wi=2",
imageAlt: "Galvanized steel sheets",
},
{
@@ -185,7 +185,7 @@ export default function HomePage() {
name: "Stainless Steel Piping",
price: "Contact for Quote",
variant: "1/2\" - 4\" Diameter",
imageSrc: "http://img.b2bpic.net/free-photo/grayscale-steel-pipes-background_181624-41927.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grayscale-steel-pipes-background_181624-41927.jpg?_wi=2",
imageAlt: "Stainless steel pipes",
},
{
@@ -193,7 +193,7 @@ export default function HomePage() {
name: "Industrial Fastener Kit",
price: "Contact for Quote",
variant: "Washers, Nuts & Bolts",
imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg?_wi=2",
imageAlt: "Industrial fasteners",
},
{
@@ -201,7 +201,7 @@ export default function HomePage() {
name: "Heavy Duty Hinges",
price: "Contact for Quote",
variant: "Stainless Steel Construction",
imageSrc: "http://img.b2bpic.net/free-photo/sage-green-kitchen-fronts-with-white-handles-wood-counter-green-kitchen_169016-71011.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sage-green-kitchen-fronts-with-white-handles-wood-counter-green-kitchen_169016-71011.jpg?_wi=2",
imageAlt: "Industrial hinges",
},
{
@@ -209,7 +209,7 @@ export default function HomePage() {
name: "Industrial Strength Chain",
price: "Contact for Quote",
variant: "Grade 80 & Grade 100",
imageSrc: "http://img.b2bpic.net/free-photo/photo-chain-stone_58702-15782.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/photo-chain-stone_58702-15782.jpg?_wi=1",
imageAlt: "Metal chains",
},
]}
@@ -231,7 +231,7 @@ export default function HomePage() {
{ value: "50+", title: "Years of Trusted Service" },
{ value: "10,000+", title: "Satisfied Customers" },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-warehouse-view_23-2148923139.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-warehouse-view_23-2148923139.jpg?_wi=1"
imageAlt="Andra Trading modern facility"
useInvertedBackground={false}
mediaAnimation="slide-up"
@@ -249,37 +249,37 @@ export default function HomePage() {
{
title: "Premium Quality Assurance",
description: "Every product meets international standards and rigorous quality control. We guarantee excellence in every order.",
imageSrc: "http://img.b2bpic.net/free-photo/copper-pipes-burst-from-cold-break-copper-pipes-from-cold-closeup_169016-65749.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/copper-pipes-burst-from-cold-break-copper-pipes-from-cold-closeup_169016-65749.jpg?_wi=3",
imageAlt: "Quality certified products",
},
{
title: "Competitive Wholesale Pricing",
description: "Benefit from our economies of scale. We offer the best value without compromising on quality or reliability.",
imageSrc: "http://img.b2bpic.net/free-photo/kegs-beer-regular-rows_1398-2536.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/kegs-beer-regular-rows_1398-2536.jpg?_wi=3",
imageAlt: "Competitive pricing",
},
{
title: "Fast, Reliable Delivery",
description: "National logistics network ensuring your orders arrive on time, every time. Nationwide coverage with expedited options.",
imageSrc: "http://img.b2bpic.net/free-photo/grayscale-steel-pipes-background_181624-41927.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grayscale-steel-pipes-background_181624-41927.jpg?_wi=3",
imageAlt: "Logistics network",
},
{
title: "Expert Customer Support",
description: "Dedicated team ready to assist with product selection, technical specifications, and bulk order requirements.",
imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg?_wi=3",
imageAlt: "Customer support",
},
{
title: "Extensive Product Range",
description: "From stainless steel to galvanized materials, bolts to piping—over 1,000 SKUs covering all your hardware needs.",
imageSrc: "http://img.b2bpic.net/free-photo/sage-green-kitchen-fronts-with-white-handles-wood-counter-green-kitchen_169016-71011.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sage-green-kitchen-fronts-with-white-handles-wood-counter-green-kitchen_169016-71011.jpg?_wi=3",
imageAlt: "Product variety",
},
{
title: "Industry-Leading Inventory",
description: "Large stock levels mean faster availability and consistency. No waiting, no compromises on your project timeline.",
imageSrc: "http://img.b2bpic.net/free-photo/photo-chain-stone_58702-15782.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/photo-chain-stone_58702-15782.jpg?_wi=2",
imageAlt: "Warehouse inventory",
},
]}
@@ -303,7 +303,7 @@ export default function HomePage() {
quote: "Andra Trading has been our go-to supplier for over 15 years. Their consistency, reliability, and competitive pricing make them indispensable to our operations. Every order is perfect.",
name: "Michael Chen",
role: "Purchasing Manager, Premier Hardware Retail",
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg?_wi=1",
imageAlt: "Michael Chen",
},
{
@@ -312,7 +312,7 @@ export default function HomePage() {
quote: "We've never had a quality issue with Andra Trading. Their products meet our strict standards, and their team understands our business needs. Highly recommended.",
name: "Sarah Williams",
role: "Operations Director, Industrial Supply Co",
imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg?_wi=1",
imageAlt: "Sarah Williams",
},
{
@@ -321,7 +321,7 @@ export default function HomePage() {
quote: "From initial inquiry to delivery, Andra Trading provides exceptional service. Their team is knowledgeable, responsive, and genuinely cares about our success.",
name: "David Rodriguez",
role: "CEO, Construction Materials Distributor",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-business-suit-white-shirt_613910-8307.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-business-suit-white-shirt_613910-8307.jpg?_wi=1",
imageAlt: "David Rodriguez",
},
{
@@ -330,7 +330,7 @@ export default function HomePage() {
quote: "We compared multiple suppliers. Andra Trading offers the best combination of quality, pricing, and service. They're our preferred partner.",
name: "Jennifer Martinez",
role: "Supply Chain Manager, National Retailer",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Jennifer Martinez",
},
{
@@ -339,7 +339,7 @@ export default function HomePage() {
quote: "Working with Andra Trading is seamless. Fast responses, accurate orders, reliable delivery. This is what professional service looks like.",
name: "Robert Thompson",
role: "Procurement Officer, Manufacturing Facility",
imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-legal-expert-checking-agreement_74855-2257.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-legal-expert-checking-agreement_74855-2257.jpg?_wi=1",
imageAlt: "Robert Thompson",
},
{
@@ -348,7 +348,7 @@ export default function HomePage() {
quote: "50 years in business for a reason. Andra Trading understands the industry, delivers quality products, and treats customers with respect. We trust them completely.",
name: "Elizabeth Garcia",
role: "Owner, Independent Hardware Store",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-groom-posing-looking-camera_1153-6076.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-groom-posing-looking-camera_1153-6076.jpg?_wi=1",
imageAlt: "Elizabeth Garcia",
},
]}

View File

@@ -82,7 +82,7 @@ export default function ProductsPage() {
name: "Stainless Steel Grade 304 Bolts",
price: "Contact for Quote",
variant: "M8-M20 Available",
imageSrc: "http://img.b2bpic.net/free-photo/copper-pipes-burst-from-cold-break-copper-pipes-from-cold-closeup_169016-65749.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/copper-pipes-burst-from-cold-break-copper-pipes-from-cold-closeup_169016-65749.jpg?_wi=4",
imageAlt: "Stainless steel bolts",
},
{
@@ -90,7 +90,7 @@ export default function ProductsPage() {
name: "Galvanized Steel Sheets",
price: "Contact for Quote",
variant: "0.5mm - 3mm Thickness",
imageSrc: "http://img.b2bpic.net/free-photo/kegs-beer-regular-rows_1398-2536.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/kegs-beer-regular-rows_1398-2536.jpg?_wi=4",
imageAlt: "Galvanized steel sheets",
},
{
@@ -98,7 +98,7 @@ export default function ProductsPage() {
name: "Stainless Steel Piping",
price: "Contact for Quote",
variant: "1/2\" - 4\" Diameter",
imageSrc: "http://img.b2bpic.net/free-photo/grayscale-steel-pipes-background_181624-41927.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grayscale-steel-pipes-background_181624-41927.jpg?_wi=4",
imageAlt: "Stainless steel pipes",
},
{
@@ -106,7 +106,7 @@ export default function ProductsPage() {
name: "Industrial Fastener Kit",
price: "Contact for Quote",
variant: "Washers, Nuts & Bolts",
imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg?_wi=4",
imageAlt: "Industrial fasteners",
},
{
@@ -114,7 +114,7 @@ export default function ProductsPage() {
name: "Heavy Duty Hinges",
price: "Contact for Quote",
variant: "Stainless Steel Construction",
imageSrc: "http://img.b2bpic.net/free-photo/sage-green-kitchen-fronts-with-white-handles-wood-counter-green-kitchen_169016-71011.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sage-green-kitchen-fronts-with-white-handles-wood-counter-green-kitchen_169016-71011.jpg?_wi=4",
imageAlt: "Industrial hinges",
},
{
@@ -122,7 +122,7 @@ export default function ProductsPage() {
name: "Industrial Strength Chain",
price: "Contact for Quote",
variant: "Grade 80 & Grade 100",
imageSrc: "http://img.b2bpic.net/free-photo/photo-chain-stone_58702-15782.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/photo-chain-stone_58702-15782.jpg?_wi=3",
imageAlt: "Metal chains",
},
]}
@@ -144,19 +144,19 @@ export default function ProductsPage() {
{
title: "Stainless Steel Products",
description: "Grade 304 and 316 stainless steel for corrosion resistance and durability. Ideal for demanding environments and long-term performance.",
imageSrc: "http://img.b2bpic.net/free-photo/copper-pipes-burst-from-cold-break-copper-pipes-from-cold-closeup_169016-65749.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/copper-pipes-burst-from-cold-break-copper-pipes-from-cold-closeup_169016-65749.jpg?_wi=5",
imageAlt: "Stainless steel inventory",
},
{
title: "Galvanized Steel Solutions",
description: "Hot-dip galvanized finishes providing superior corrosion protection for outdoor and high-moisture applications with extended service life.",
imageSrc: "http://img.b2bpic.net/free-photo/kegs-beer-regular-rows_1398-2536.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/kegs-beer-regular-rows_1398-2536.jpg?_wi=5",
imageAlt: "Galvanized materials",
},
{
title: "Industrial Fasteners",
description: "Complete range of bolts, nuts, washers, and screws in various grades and specifications meeting international standards and certifications.",
imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg?_wi=5",
imageAlt: "Fastener selection",
},
]}