Update src/app/page.tsx

This commit is contained in:
2026-03-03 16:45:48 +00:00
parent 49aab40e20
commit b8ddee6ab4

View File

@@ -63,11 +63,11 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-woman-trendy-panama-waist-neon-bag-roof-bangkok_343596-17.jpg", imageAlt: "OVRN Streetwear Lifestyle"},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-people-sitting-together-outdoors_23-2148888492.jpg", imageAlt: "OVRN Urban Fashion"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-people-sitting-together-outdoors_23-2148888492.jpg?_wi=1", imageAlt: "OVRN Urban Fashion"},
{
imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1388-107.jpg", imageAlt: "OVRN Premium Quality"},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-people-sitting-together-outdoors_23-2148888492.jpg", imageAlt: "OVRN Brand Culture"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-people-sitting-together-outdoors_23-2148888492.jpg?_wi=2", imageAlt: "OVRN Brand Culture"},
]}
buttons={[
{ text: "Shop Now", href: "#products" },
@@ -153,17 +153,17 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
id: "1", name: "Marcus J.", role: "Streetwear Enthusiast", testimonial: "OVRN finally delivers the quality and authenticity we've been waiting for. Their pieces are absolute fire and the fit is perfect.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Marcus J. testimonial"},
id: "1", name: "Marcus J.", role: "Streetwear Enthusiast", testimonial: "OVRN finally delivers the quality and authenticity we've been waiting for. Their pieces are absolute fire and the fit is perfect.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=1", imageAlt: "Marcus J. testimonial"},
{
id: "2", name: "Casey R.", role: "Fashion Designer", testimonial: "The attention to detail on every garment is insane. OVRN is setting the standard for what modern streetwear should be.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Casey R. testimonial"},
id: "2", name: "Casey R.", role: "Fashion Designer", testimonial: "The attention to detail on every garment is insane. OVRN is setting the standard for what modern streetwear should be.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Casey R. testimonial"},
{
id: "3", name: "Jordan T.", role: "Brand Ambassador", testimonial: "I've been collecting streetwear for years. OVRN is fresh, bold, and exactly what the scene needs right now.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Jordan T. testimonial"},
id: "3", name: "Jordan T.", role: "Brand Ambassador", testimonial: "I've been collecting streetwear for years. OVRN is fresh, bold, and exactly what the scene needs right now.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=1", imageAlt: "Jordan T. testimonial"},
{
id: "4", name: "Alex M.", role: "Lifestyle Content Creator", testimonial: "The quality is unmatched for the price point. Every drop I grab becomes my instant favorite in my closet.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Alex M. testimonial"},
id: "4", name: "Alex M.", role: "Lifestyle Content Creator", testimonial: "The quality is unmatched for the price point. Every drop I grab becomes my instant favorite in my closet.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=2", imageAlt: "Alex M. testimonial"},
{
id: "5", name: "Riley K.", role: "Urban Artist", testimonial: "OVRN gets it. They understand streetwear culture and deliver pieces that speak to the community authentically.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Riley K. testimonial"},
id: "5", name: "Riley K.", role: "Urban Artist", testimonial: "OVRN gets it. They understand streetwear culture and deliver pieces that speak to the community authentically.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Riley K. testimonial"},
{
id: "6", name: "Devon S.", role: "Skate Culture Leader", testimonial: "Finally, a brand that doesn't compromise. OVRN is real and the pieces prove it. I'm hooked.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Devon S. testimonial"},
id: "6", name: "Devon S.", role: "Skate Culture Leader", testimonial: "Finally, a brand that doesn't compromise. OVRN is real and the pieces prove it. I'm hooked.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=2", imageAlt: "Devon S. testimonial"},
]}
useInvertedBackground={true}
/>