Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-28 08:03:58 +00:00

View File

@@ -16,25 +16,27 @@ export default function LandingPage() {
defaultButtonVariant="hover-bubble"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Products",
id: "catalog",
},
name: "Products", id: "catalog"},
{
name: "Support",
id: "contact",
},
name: "Support", id: "contact"},
]}
brandName="Pilicat"
button={{ text: "Contact", href: "#contact" }}
/>
</div>
@@ -44,9 +46,7 @@ export default function LandingPage() {
description="Premium home lifestyle products delivered to your door. Experience quality and design in every piece."
buttons={[
{
text: "Shop Now",
href: "#catalog",
},
text: "Shop Now", href: "#catalog"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ7qoQsLeHVa572PZHgIpUXg0C/a-minimalist-and-clean-e-commerce-hero-i-1774684997469-a4717e7b.png"
imageAlt="Pilicat lifestyle products"
@@ -58,26 +58,14 @@ export default function LandingPage() {
layout="section"
products={[
{
id: "p1",
name: "Minimalist Ceramic Vase",
price: "$39.99",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ7qoQsLeHVa572PZHgIpUXg0C/high-quality-studio-product-photo-of-a-s-1774684997350-9edd9b75.png",
},
id: "p1", name: "Minimalist Ceramic Vase", price: "$39.99", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ7qoQsLeHVa572PZHgIpUXg0C/high-quality-studio-product-photo-of-a-s-1774684997350-9edd9b75.png"},
{
id: "p2",
name: "Modern Wooden Organizer",
price: "$45.00",
rating: 4,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ7qoQsLeHVa572PZHgIpUXg0C/high-quality-studio-product-photo-of-a-s-1774684997437-b4cc6e6e.png",
},
id: "p2", name: "Modern Wooden Organizer", price: "$45.00", rating: 4,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ7qoQsLeHVa572PZHgIpUXg0C/high-quality-studio-product-photo-of-a-s-1774684997437-b4cc6e6e.png"},
{
id: "p3",
name: "Elegant Desk Lamp",
price: "$59.99",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ7qoQsLeHVa572PZHgIpUXg0C/high-quality-studio-product-photo-of-a-s-1774684996744-b210adf2.png",
},
id: "p3", name: "Elegant Desk Lamp", price: "$59.99", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ7qoQsLeHVa572PZHgIpUXg0C/high-quality-studio-product-photo-of-a-s-1774684996744-b210adf2.png"},
]}
/>
</div>
@@ -86,8 +74,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Contact Us"
title="Get in touch"
description="Have questions about your order or our products? Reach out to our dedicated support team."
@@ -102,12 +89,7 @@ export default function LandingPage() {
description="Join our community of over 10,000 satisfied customers."
tag="Partners"
names={[
"Design Daily",
"Modern Living",
"Interior Mag",
"Urban Dweller",
"Home Style Co",
]}
"Design Daily", "Modern Living", "Interior Mag", "Urban Dweller", "Home Style Co"]}
/>
</div>
@@ -119,30 +101,15 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "q1",
title: "What is your shipping policy?",
content: "We offer free shipping on all orders over $50.",
},
id: "q1", title: "What is your shipping policy?", content: "We offer free shipping on all orders over $50."},
{
id: "q2",
title: "How do I track my order?",
content: "Once your order ships, you will receive a tracking link via email.",
},
id: "q2", title: "How do I track my order?", content: "Once your order ships, you will receive a tracking link via email."},
{
id: "q3",
title: "Can I return an item?",
content: "Yes, we accept returns within 30 days of purchase in original condition.",
},
id: "q3", title: "Can I return an item?", content: "Yes, we accept returns within 30 days of purchase in original condition."},
{
id: "q4",
title: "Are these items sustainable?",
content: "We prioritize ethically sourced materials for all our collections.",
},
id: "q4", title: "Are these items sustainable?", content: "We prioritize ethically sourced materials for all our collections."},
{
id: "q5",
title: "Do you offer international shipping?",
content: "Currently, we only ship within the continental United States.",
},
id: "q5", title: "Do you offer international shipping?", content: "Currently, we only ship within the continental United States."},
]}
/>
</div>
@@ -151,29 +118,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Pilicat Info",
items: [
title: "Pilicat Info", items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Order Tracking",
href: "#",
},
label: "Order Tracking", href: "#"},
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
],
},
]}