Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-05 09:13:52 +00:00

View File

@@ -16,209 +16,110 @@ export default function LandingPage() {
defaultButtonVariant="shift-hover"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Neighborhood Mart"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "hero" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Neighborhood Mart"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "sparkles-gradient",
}}
logoText="Neighborhood Mart"
description="Your go-to destination for daily essentials, home décor, and neighborhood charm. Experience shopping the way it was meant to be."
buttons={[
{
text: "Visit Us",
href: "#",
},
{
text: "Our Selection",
href: "#",
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/long-shot-man-walking-outside-with-medical-mask_23-2148693043.jpg?_wi=1"
imageAlt="Our beautiful local storefront"
mediaAnimation="opacity"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{ variant: "sparkles-gradient" }}
logoText="Neighborhood Mart"
description="Your go-to destination for daily essentials, home décor, and neighborhood charm. Experience shopping the way it was meant to be."
buttons={[
{ text: "Visit Us", href: "#" },
{ text: "Our Selection", href: "#" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/long-shot-man-walking-outside-with-medical-mask_23-2148693043.jpg"
imageAlt="Our beautiful local storefront"
mediaAnimation="opacity"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "@sarahj",
testimonial: "An ideal store to buy essentials and home décor items. Everything is perfectly curated.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg",
},
{
id: "2",
name: "Michael Chen",
handle: "@mchen",
testimonial: "One of the best things to happen in our neighborhood. The staff is always so welcoming.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/neighborhood-life-enjoyed-by-group-friends_23-2149402026.jpg?_wi=1",
},
{
id: "3",
name: "Emily Rodriguez",
handle: "@emilyrod",
testimonial: "In one word — the best store I have visited. Simply incredible selection and quality.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-wearing-headband-standing-outside_23-2147654964.jpg",
},
{
id: "4",
name: "David Kim",
handle: "@dkim",
testimonial: "The atmosphere here is unmatched. It feels like visiting an old friend every time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg",
},
{
id: "5",
name: "Jessica Lee",
handle: "@jlee",
testimonial: "High quality goods and great service. I highly recommend checking them out.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/supporters-watching-their-team-win-game-mobile-phone_53876-132395.jpg",
},
]}
showRating={true}
title="What Our Customers Say"
description="We take pride in our community. Here is why our customers love visiting us."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "An ideal store to buy essentials and home décor items. Everything is perfectly curated.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg" },
{ id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "One of the best things to happen in our neighborhood. The staff is always so welcoming.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/neighborhood-life-enjoyed-by-group-friends_23-2149402026.jpg" },
{ id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "In one word — the best store I have visited. Simply incredible selection and quality.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-wearing-headband-standing-outside_23-2147654964.jpg" },
{ id: "4", name: "David Kim", handle: "@dkim", testimonial: "The atmosphere here is unmatched. It feels like visiting an old friend every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg" },
{ id: "5", name: "Jessica Lee", handle: "@jlee", testimonial: "High quality goods and great service. I highly recommend checking them out.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/supporters-watching-their-team-win-game-mobile-phone_53876-132395.jpg" },
]}
showRating={true}
title="What Our Customers Say"
description="We take pride in our community. Here is why our customers love visiting us."
/>
</div>
<div id="feature" data-section="feature">
<FeatureCardSix
textboxLayout="default"
useInvertedBackground={false}
title="Why Shop With Us?"
description="We focus on community, quality, and convenience."
features={[
{
title: "Curated Selection",
description: "Hand-picked essentials and decor for your home.",
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-walking-outside-with-medical-mask_23-2148693043.jpg?_wi=2",
},
{
title: "Local Roots",
description: "Owned by neighbors, serving our neighborhood.",
imageSrc: "http://img.b2bpic.net/free-photo/neighborhood-life-enjoyed-by-group-friends_23-2149402026.jpg?_wi=2",
},
]}
/>
</div>
<div id="feature" data-section="feature">
<FeatureCardSix
textboxLayout="default"
useInvertedBackground={false}
title="Why Shop With Us?"
description="We focus on community, quality, and convenience."
features={[
{ title: "Curated Selection", description: "Hand-picked essentials and decor for your home.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-walking-outside-with-medical-mask_23-2148693043.jpg" },
{ title: "Local Roots", description: "Owned by neighbors, serving our neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/neighborhood-life-enjoyed-by-group-friends_23-2149402026.jpg" },
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"
useInvertedBackground={false}
title="Frequently Asked Questions"
description="Find answers to the most common questions about our shop and services."
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "What are your opening hours?",
content: "We are open Monday through Sunday from 9:00 AM to 8:00 PM.",
},
{
id: "2",
title: "Do you offer local delivery?",
content: "Yes, we offer same-day local delivery for orders over $50.",
},
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"
useInvertedBackground={false}
title="Frequently Asked Questions"
description="Find answers to the most common questions about our shop and services."
faqsAnimation="slide-up"
faqs={[
{ id: "1", title: "What are your opening hours?", content: "We are open Monday through Sunday from 9:00 AM to 8:00 PM." },
{ id: "2", title: "Do you offer local delivery?", content: "Yes, we offer same-day local delivery for orders over $50." },
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Get in Touch"
title="Have Questions?"
description="We are always happy to hear from our community members. Reach out to us for any inquiries."
imageSrc="http://img.b2bpic.net/free-photo/long-shot-man-walking-outside-with-medical-mask_23-2148693043.jpg?_wi=3"
mediaAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Get in Touch"
title="Have Questions?"
description="We are always happy to hear from our community members. Reach out to us for any inquiries."
imageSrc="http://img.b2bpic.net/free-photo/long-shot-man-walking-outside-with-medical-mask_23-2148693043.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Neighborhood Mart"
columns={[
{
title: "Store",
items: [
{
label: "About Us",
href: "#",
},
{
label: "Careers",
href: "#",
},
],
},
{
title: "Help",
items: [
{
label: "FAQ",
href: "#",
},
{
label: "Support",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
]}
copyrightText="© 2024 Neighborhood Mart. All rights reserved."
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Neighborhood Mart"
columns={[
{ title: "Store", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] },
{ title: "Help", items: [{ label: "FAQ", href: "#" }, { label: "Support", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
]}
copyrightText="© 2024 Neighborhood Mart. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);