Merge version_1 into main #2

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

View File

@@ -26,26 +26,16 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Product",
id: "/product",
},
name: "Product", id: "/product"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "FAQ",
id: "/faq",
},
name: "FAQ", id: "/faq"},
]}
button={{
text: "Shop Now",
href: "/product",
}}
text: "Shop Now", href: "/product"}}
brandName="AlignedZA"
/>
</div>
@@ -56,30 +46,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "How long until I see results?",
content: "You will notice a difference in as little as 2 weeks.",
},
id: "1", title: "How long until I see results?", content: "You will notice a difference in as little as 2 weeks."},
{
id: "2",
title: "Is it comfortable?",
content: "Yes, our brace uses breathable lightweight materials.",
},
id: "2", title: "Is it comfortable?", content: "Yes, our brace uses breathable lightweight materials."},
{
id: "3",
title: "Can I wear it under clothes?",
content: "Absolutely, it is designed to be discreet.",
},
id: "3", title: "Can I wear it under clothes?", content: "Absolutely, it is designed to be discreet."},
{
id: "4",
title: "What sizes are available?",
content: "We stock sizes S, M, L, and XL.",
},
id: "4", title: "What sizes are available?", content: "We stock sizes S, M, L, and XL."},
{
id: "5",
title: "What is your return policy?",
content: "We offer a 30-day hassle-free return policy.",
},
id: "5", title: "What is your return policy?", content: "We offer a 30-day hassle-free return policy."},
]}
title="Common Questions"
description="Everything you need to know."
@@ -93,15 +68,13 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Still stuck?"
description="Reach out."
imageSrc="http://img.b2bpic.net/free-vector/delivery-service-with-masks-concept_23-2148516830.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-vector/delivery-service-with-masks-concept_23-2148516830.jpg"
faqs={[
{
id: "f1",
title: "More help?",
content: "Email us anytime.",
},
id: "f1", title: "More help?", content: "Email us anytime."},
]}
mediaAnimation="slide-up"
faqsAnimation="slide-up"
/>
</div>
@@ -109,34 +82,23 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "Posture Corrector",
href: "/product",
},
label: "Posture Corrector", href: "/product"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "/faq",
},
label: "FAQ", href: "/faq"},
],
},
]}