Update src/app/page.tsx

This commit is contained in:
2026-03-31 16:12:45 +00:00
parent fb46d0c56e
commit 04e13e7abc

View File

@@ -66,14 +66,14 @@ export default function LandingPage() {
handle: "@thabom",
testimonial: "Finally standing tall at work. Amazing quality!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1",
},
{
name: "Priya N.",
handle: "@priyan",
testimonial: "My neck stiffness is completely gone. Best buy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg?_wi=1",
},
{
name: "Jessica V.",
@@ -87,14 +87,14 @@ export default function LandingPage() {
handle: "@lindiwed",
testimonial: "Life-changing brace. Comfort meets style.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2",
},
{
name: "Kobus P.",
handle: "@kobus_p",
testimonial: "Sturdy, adjustable, and truly works as promised.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg?_wi=2",
},
]}
buttons={[
@@ -103,7 +103,7 @@ export default function LandingPage() {
href: "/product",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/sporty-woman-stretching-stadium-track_23-2148173616.jpg"
imageSrc="http://img.b2bpic.net/free-photo/sporty-woman-stretching-stadium-track_23-2148173616.jpg?_wi=1"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
@@ -162,13 +162,13 @@ export default function LandingPage() {
id: 1,
title: "Ergonomic Fit",
description: "Designed for maximum comfort.",
imageSrc: "http://img.b2bpic.net/free-vector/flat-posture-correction-infographics_23-2148985047.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/flat-posture-correction-infographics_23-2148985047.jpg?_wi=1",
},
{
id: 2,
title: "Quick Delivery",
description: "Shipping nationwide in SA.",
imageSrc: "http://img.b2bpic.net/free-vector/delivery-service-with-masks-concept_23-2148516830.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/delivery-service-with-masks-concept_23-2148516830.jpg?_wi=1",
},
]}
/>