Update src/app/page.tsx
This commit is contained in:
@@ -117,49 +117,49 @@ export default function LandingPage() {
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/3d-anatomy-concept-xray-man_183364-118325.jpg", imageAlt: "Graphic showing infrared heat penetrating muscle tissue" },
|
||||
reverse: false,
|
||||
items: [
|
||||
{ title: "3-Level Infrared Heat", description: "Penetrates deep into joints & muscles for real relief", icon: CheckCircle }
|
||||
{ text: "3-Level Infrared Heat: Penetrates deep into joints & muscles for real relief", icon: CheckCircle }
|
||||
]
|
||||
},
|
||||
{
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-portrait-digital-art_23-2151197901.jpg", imageAlt: "Graphic showing vibration waves stimulating blood flow" },
|
||||
reverse: true,
|
||||
items: [
|
||||
{ title: "Vibration Massage Modes", description: "Stimulates blood flow, reduces stiffness fast", icon: CheckCircle }
|
||||
{ text: "Vibration Massage Modes: Stimulates blood flow, reduces stiffness fast", icon: CheckCircle }
|
||||
]
|
||||
},
|
||||
{
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-using-massage-gun-man_23-2149421018.jpg", imageAlt: "Close-up of the LED digital display on the shoulder brace" },
|
||||
reverse: false,
|
||||
items: [
|
||||
{ title: "LED Digital Display", description: "See your settings clearly — no guesswork", icon: CheckCircle }
|
||||
{ text: "LED Digital Display: See your settings clearly — no guesswork", icon: CheckCircle }
|
||||
]
|
||||
},
|
||||
{
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/3d-paper-craft-art-charging-battery_53876-88546.jpg", imageAlt: "Icon of a rechargeable battery and charging cable" },
|
||||
reverse: true,
|
||||
items: [
|
||||
{ title: "Rechargeable Battery", description: "Wireless freedom — use it anywhere", icon: CheckCircle }
|
||||
{ text: "Rechargeable Battery: Wireless freedom — use it anywhere", icon: CheckCircle }
|
||||
]
|
||||
},
|
||||
{
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/boxer-training-with-resistance-belts_1098-14153.jpg", imageAlt: "Image of the adjustable strap mechanism for the shoulder brace" },
|
||||
reverse: false,
|
||||
items: [
|
||||
{ title: "Adjustable Strap", description: "Fits all shoulder sizes, left or right", icon: CheckCircle }
|
||||
{ text: "Adjustable Strap: Fits all shoulder sizes, left or right", icon: CheckCircle }
|
||||
]
|
||||
},
|
||||
{
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg", imageAlt: "Close-up of the breathable mesh fabric texture" },
|
||||
reverse: true,
|
||||
items: [
|
||||
{ title: "Breathable Mesh Fabric", description: "Comfortable for extended wear", icon: CheckCircle }
|
||||
{ text: "Breathable Mesh Fabric: Comfortable for extended wear", icon: CheckCircle }
|
||||
]
|
||||
},
|
||||
{
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-clipboard-office-lobby_482257-121035.jpg", imageAlt: "Icon of a timer with auto shut-off function" },
|
||||
reverse: false,
|
||||
items: [
|
||||
{ title: "Auto Shut-Off Timer", description: "Safe 15–30 min sessions, no overheating", icon: CheckCircle }
|
||||
{ text: "Auto Shut-Off Timer: Safe 15–30 min sessions, no overheating", icon: CheckCircle }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user