Update src/app/page.tsx

This commit is contained in:
2026-03-05 08:07:21 +00:00
parent 085daf8157
commit 1c0fcfe68c

View File

@@ -103,16 +103,16 @@ export default function LandingPage() {
{
id: 1,
title: "Premium Fabric Selection", description: "We source the finest organic cotton and denim blends from around the world to ensure superior comfort and longevity", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-denim-texture-generative-ai_169016-30443.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-denim-texture-generative-ai_169016-30443.jpg?_wi=1"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-denim-texture-generative-ai_169016-30443.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-denim-texture-generative-ai_169016-30443.jpg?_wi=2"},
},
{
id: 2,
title: "Comfort Engineering", description: "Advanced stitching techniques and ergonomic cuts provide all-day comfort without compromising on style", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-woman-girl-model-with-nude-makeup-summer-hipster-clothes-posing-near-wall_158538-9048.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-woman-girl-model-with-nude-makeup-summer-hipster-clothes-posing-near-wall_158538-9048.jpg?_wi=1"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-woman-girl-model-with-nude-makeup-summer-hipster-clothes-posing-near-wall_158538-9048.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-woman-girl-model-with-nude-makeup-summer-hipster-clothes-posing-near-wall_158538-9048.jpg?_wi=2"},
},
]}
textboxLayout="default"
@@ -131,11 +131,11 @@ export default function LandingPage() {
{
id: "1", name: "Jessica Rivera", role: "Fashion Designer", testimonial: "These jeans have completely transformed my everyday wardrobe. The quality is unmatched and they fit perfectly. I've recommended them to all my friends!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
{
id: "2", name: "Marcus Thompson", role: "Creative Director", testimonial: "Finally found jeans that match my lifestyle and aesthetic. Premium quality, incredible comfort, and they look amazing. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"},
id: "2", name: "Marcus Thompson", role: "Creative Director", testimonial: "Finally found jeans that match my lifestyle and aesthetic. Premium quality, incredible comfort, and they look amazing. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1"},
{
id: "3", name: "Sofia Chen", role: "Entrepreneur", testimonial: "I own multiple pairs now. The durability is incredible, and the attention to detail is evident in every aspect of the product. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg"},
{
id: "4", name: "David Kumar", role: "Artist", testimonial: "The craftsmanship is exceptional. These aren't just jeans—they're an investment in quality. Best purchase I've made in years.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"},
id: "4", name: "David Kumar", role: "Artist", testimonial: "The craftsmanship is exceptional. These aren't just jeans—they're an investment in quality. Best purchase I've made in years.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2"},
]}
textboxLayout="default"
useInvertedBackground={true}