Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 16:53:10 +00:00

View File

@@ -34,7 +34,6 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Collections", id: "features" },
{ name: "Contact", id: "contact" },
{ name: "Cart", id: "https://cart.example.com" },
]}
bottomLeftText="Est. 2025"
bottomRightText="hello@ovrn.com"
@@ -63,11 +62,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?_wi=1", imageAlt: "OVRN Urban Fashion"},
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/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?_wi=2", imageAlt: "OVRN Brand Culture"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-people-sitting-together-outdoors_23-2148888492.jpg", imageAlt: "OVRN Brand Culture"},
]}
buttons={[
{ text: "Shop Now", href: "#products" },
@@ -153,17 +152,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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Devon S. testimonial"},
]}
useInvertedBackground={true}
/>