Merge version_2 into main #4
@@ -31,7 +31,7 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "home"
|
||||
name: "Home", id: "hero"
|
||||
},
|
||||
{
|
||||
name: "Products", id: "products"
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="Shopify Store"
|
||||
button={{
|
||||
text: "Shop Now", href: "/products"
|
||||
text: "Shop Now", href: "#products"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -59,10 +59,10 @@ export default function LandingPage() {
|
||||
description="Your ultimate destination for unique products and seamless shopping experiences. Discover a world of curated items just for you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Products", href: "/products"
|
||||
text: "Explore Products", href: "#products"
|
||||
},
|
||||
{
|
||||
text: "Learn More", href: "/about"
|
||||
text: "Learn More", href: "#about"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/discount-promotion-clearance-commercial-deal-concept_53876-120974.jpg"
|
||||
@@ -168,6 +168,24 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "q4", title: "Can I return a product?", content: "Yes, we offer hassle-free returns within 30 days of purchase, provided the item is unused and in its original packaging. Please see our full return policy for more details."
|
||||
},
|
||||
{
|
||||
id: "q5", title: "How can I track my order?", content: "Once your order ships, you will receive an email with a tracking number. You can use this number on our 'Track Your Order' page or the carrier's website."
|
||||
},
|
||||
{
|
||||
id: "q6", title: "Do you offer international shipping?", content: "Yes, we offer international shipping to many countries. Shipping costs and delivery times will be calculated at checkout based on your location."
|
||||
},
|
||||
{
|
||||
id: "q7", title: "What is your product warranty policy?", content: "Most of our products come with a manufacturer's warranty. Please refer to the specific product page or contact our support team for details on warranty coverage."
|
||||
},
|
||||
{
|
||||
id: "q8", title: "How do I know what size to choose?", content: "We provide detailed size guides on each product page where applicable. If you have further questions, our customer service team can assist you."
|
||||
},
|
||||
{
|
||||
id: "q9", title: "Can I change or cancel my order after it's placed?", content: "Orders are processed quickly, so changes or cancellations may not always be possible. Please contact customer service immediately if you need to modify your order."
|
||||
},
|
||||
{
|
||||
id: "q10", title: "Are your products eco-friendly?", content: "We are committed to sustainability. Look for product descriptions that highlight eco-friendly materials, sustainable sourcing, and ethical manufacturing practices."
|
||||
}
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
@@ -201,39 +219,51 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "New Arrivals", href: "/products#new"
|
||||
label: "New Arrivals", href: "#products"
|
||||
},
|
||||
{
|
||||
label: "Bestsellers", href: "/products#bestsellers"
|
||||
label: "Bestsellers", href: "#products"
|
||||
},
|
||||
{
|
||||
label: "Sale Items", href: "/products#sale"
|
||||
label: "Sale Items", href: "#products"
|
||||
},
|
||||
{
|
||||
label: "Shop All Products", href: "#products"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"
|
||||
label: "About Us", href: "#about"
|
||||
},
|
||||
{
|
||||
label: "Contact Us", href: "/contact"
|
||||
label: "Contact Us", href: "#contact"
|
||||
},
|
||||
{
|
||||
label: "Careers", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Our Story", href: "#about"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ", href: "/#faq"
|
||||
label: "FAQ", href: "#faq"
|
||||
},
|
||||
{
|
||||
label: "Shipping Policy", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Return Policy", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Terms of Service", href: "#"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -246,4 +276,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user