Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-08 14:17:05 +00:00

View File

@@ -26,25 +26,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Shop",
id: "/shop",
},
name: "Shop", id: "/shop"},
{
name: "FAQ",
id: "/faq",
},
name: "FAQ", id: "/faq"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Silk Road Crafts"
/>
@@ -55,20 +45,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "Are products authentic?",
content: "Yes, every item is handmade by verified artisans.",
},
id: "1", title: "Are products authentic?", content: "Yes, every item is handmade by verified artisans."},
{
id: "2",
name: "Do you ship globally?",
content: "We ship via reliable international courier services.",
},
id: "2", title: "Do you ship globally?", content: "We ship via reliable international courier services."},
{
id: "3",
name: "How to care for suzani?",
content: "Dry clean only for silk suzani items.",
},
id: "3", title: "How to care for suzani?", content: "Dry clean only for silk suzani items."},
]}
sideTitle="Frequently Asked Questions"
faqsAnimation="slide-up"
@@ -79,49 +60,36 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Still need help?"
title="Contact our support team."
description="We are available 24/7 for your queries."
buttons={[
{
text: "Message Us",
href: "/contact",
},
text: "Message Us", href: "/contact"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/ukrainian-embroidery-folk-arts-crafts_469670-29.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/ukrainian-embroidery-folk-arts-crafts_469670-29.jpg"
logoText="Silk Road Crafts"
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "Ceramics",
href: "/shop",
},
label: "Ceramics", href: "/shop"},
{
label: "Textiles",
href: "/shop",
},
label: "Textiles", href: "/shop"},
],
},
{
title: "Help",
items: [
title: "Help", items: [
{
label: "FAQ",
href: "/faq",
},
label: "FAQ", href: "/faq"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
]}