Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-03 17:13:00 +00:00

View File

@@ -26,21 +26,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Shop",
id: "/shop",
},
name: "Shop", id: "/shop"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
]}
brandName="OFFY"
/>
@@ -48,44 +40,20 @@ export default function LandingPage() {
<div id="testimonials-list" data-section="testimonials-list">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Alex R.",
role: "Fashion Enthusiast",
testimonial: "Amazing quality and style. Truly unique western modern blend!",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-punk-woman-portrait_23-2149267452.jpg",
},
id: "1", name: "Alex R.", role: "Fashion Enthusiast", testimonial: "Amazing quality and style. Truly unique western modern blend!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-punk-woman-portrait_23-2149267452.jpg"},
{
id: "2",
name: "Sam B.",
role: "Creative",
testimonial: "Fits perfectly. OFFY has become my go-to brand.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-posing-chair-side-view_23-2149451750.jpg",
},
id: "2", name: "Sam B.", role: "Creative", testimonial: "Fits perfectly. OFFY has become my go-to brand.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-posing-chair-side-view_23-2149451750.jpg"},
{
id: "3",
name: "Jordan M.",
role: "Stylist",
testimonial: "The modern western aesthetic is executed flawlessly.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-studio_641386-637.jpg",
},
id: "3", name: "Jordan M.", role: "Stylist", testimonial: "The modern western aesthetic is executed flawlessly.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-studio_641386-637.jpg"},
{
id: "4",
name: "Taylor P.",
role: "Designer",
testimonial: "Incredible materials and design. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-attractive-carefree-young-woman-sitting-floor_273609-34900.jpg",
},
id: "4", name: "Taylor P.", role: "Designer", testimonial: "Incredible materials and design. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-attractive-carefree-young-woman-sitting-floor_273609-34900.jpg"},
{
id: "5",
name: "Casey L.",
role: "Blogger",
testimonial: "Seamless experience from shop to delivery. Stunning quality.",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-blogger-holding-shoe-heel-sneakers-thoughtfully-looking-aside-while-recording-new-fashion-video-vlog-camera_574295-5294.jpg",
},
id: "5", name: "Casey L.", role: "Blogger", testimonial: "Seamless experience from shop to delivery. Stunning quality.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-blogger-holding-shoe-heel-sneakers-thoughtfully-looking-aside-while-recording-new-fashion-video-vlog-camera_574295-5294.jpg"},
]}
title="Client Experiences"
description="What people are saying about OFFY."
@@ -98,20 +66,14 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Frequently Asked"
description="Common questions about our products."
imageSrc="http://img.b2bpic.net/free-photo/black-wooden-texture_1194-5929.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/black-wooden-texture_1194-5929.jpg"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "Shipping?",
content: "We ship worldwide.",
},
id: "1", title: "Shipping?", content: "We ship worldwide."},
{
id: "2",
title: "Returns?",
content: "30-day money back.",
},
id: "2", title: "Returns?", content: "30-day money back."},
]}
/>
</div>
@@ -122,29 +84,19 @@ export default function LandingPage() {
{
items: [
{
label: "Shop",
href: "/shop",
},
label: "Shop", href: "/shop"},
{
label: "Reviews",
href: "/reviews",
},
label: "Reviews", href: "/reviews"},
{
label: "About",
href: "/about",
},
label: "About", href: "/about"},
],
},
{
items: [
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}