Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-06 14:35:42 +00:00

View File

@@ -61,16 +61,16 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Trusted Local Trading Company", tags: ["Established", "Community"],
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128309.jpg", imageAlt: "Wholesale supplies"},
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128309.jpg?_wi=1", imageAlt: "Wholesale supplies"},
{
id: "2", title: "Quality Products Guaranteed", tags: ["Premium", "Verified"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-pink-blouse-buys-dishes-store_1157-36690.jpg", imageAlt: "Retail products"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-pink-blouse-buys-dishes-store_1157-36690.jpg?_wi=1", imageAlt: "Retail products"},
{
id: "3", title: "Competitive Pricing", tags: ["Best Rates", "Fair Deals"],
imageSrc: "http://img.b2bpic.net/free-photo/group-industry-experts-engineers-analyzing-solar-panel-systems_482257-126021.jpg", imageAlt: "Supply sourcing service"},
imageSrc: "http://img.b2bpic.net/free-photo/group-industry-experts-engineers-analyzing-solar-panel-systems_482257-126021.jpg?_wi=1", imageAlt: "Supply sourcing service"},
{
id: "4", title: "Responsive Customer Support", tags: ["Quick Response", "Available"],
imageSrc: "http://img.b2bpic.net/free-photo/young-courier-giving-touchpad-female-customer-sign-delivery-focus-is-african-american-woman_637285-1264.jpg", imageAlt: "Bulk order fulfillment"},
imageSrc: "http://img.b2bpic.net/free-photo/young-courier-giving-touchpad-female-customer-sign-delivery-focus-is-african-american-woman_637285-1264.jpg?_wi=1", imageAlt: "Bulk order fulfillment"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -91,13 +91,13 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Trading", name: "Wholesale Supplies", price: "Competitive Rates", rating: 5,
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128309.jpg", imageAlt: "Wholesale supplies"},
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128309.jpg?_wi=2", imageAlt: "Wholesale supplies"},
{
id: "2", brand: "Retail", name: "Retail Products", price: "Flexible Options", rating: 5,
reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/woman-pink-blouse-buys-dishes-store_1157-36690.jpg", imageAlt: "Retail products"},
reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/woman-pink-blouse-buys-dishes-store_1157-36690.jpg?_wi=2", imageAlt: "Retail products"},
{
id: "3", brand: "Supply", name: "Business Supply Sourcing", price: "Custom Solutions", rating: 5,
reviewCount: "87+", imageSrc: "http://img.b2bpic.net/free-photo/group-industry-experts-engineers-analyzing-solar-panel-systems_482257-126021.jpg", imageAlt: "Supply sourcing service"},
reviewCount: "87+", imageSrc: "http://img.b2bpic.net/free-photo/group-industry-experts-engineers-analyzing-solar-panel-systems_482257-126021.jpg?_wi=2", imageAlt: "Supply sourcing service"},
]}
/>
</div>
@@ -112,7 +112,7 @@ export default function LandingPage() {
{ value: "20+", title: "Years of Trading Experience" },
{ value: "500+", title: "Satisfied Local Customers" },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-courier-giving-touchpad-female-customer-sign-delivery-focus-is-african-american-woman_637285-1264.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-courier-giving-touchpad-female-customer-sign-delivery-focus-is-african-american-woman_637285-1264.jpg?_wi=2"
imageAlt="Our warehouse and supplies"
useInvertedBackground={false}
mediaAnimation="slide-up"