Merge version_1 into main #1
197
src/app/page.tsx
197
src/app/page.tsx
@@ -30,55 +30,27 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Inventory",
|
||||
id: "#inventory",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Inventory", id: "#inventory" },
|
||||
{ name: "Reviews", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Maple Street Resale"
|
||||
button={{ text: "Visit", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Welcome to Maple Street Resale"
|
||||
description="Your local hub for treasures, trading cards, and curated resale finds in Farmington, MO."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CUS39vAv00nla22Kr22dQCsiMZ/uploaded-1776438479611-7ik7wo61.jpg",
|
||||
imageAlt: "Store Exterior View",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CUS39vAv00nla22Kr22dQCsiMZ/uploaded-1776438479611-46a3jsgo.jpg",
|
||||
imageAlt: "Shop interior view",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-people-antique-store_23-2149640698.jpg",
|
||||
imageAlt: "Collectible items display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-vintage-objects-second-hand-market_23-2149338465.jpg",
|
||||
imageAlt: "Second hand market items",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-old-furniture-antique-store_23-2149640755.jpg",
|
||||
imageAlt: "Antique furniture display",
|
||||
},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CUS39vAv00nla22Kr22dQCsiMZ/uploaded-1776438479611-7ik7wo61.jpg", imageAlt: "Store Exterior View" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CUS39vAv00nla22Kr22dQCsiMZ/uploaded-1776438479611-46a3jsgo.jpg", imageAlt: "Shop interior view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-people-antique-store_23-2149640698.jpg", imageAlt: "Collectible items display" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-vintage-objects-second-hand-market_23-2149338465.jpg", imageAlt: "Second hand market items" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-old-furniture-antique-store_23-2149640755.jpg", imageAlt: "Antique furniture display" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -88,12 +60,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Our Community Resale Shop"
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us Today",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Visit Us Today", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,42 +71,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Vintage Trading Cards",
|
||||
price: "$5 - $500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-antiques-market-objects_23-2148950903.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Secondhand Apparel",
|
||||
price: "$10 - $50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-choosing-blue-jacket-hanging-rail-clothing-shop_23-2148175630.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Rare Collectibles",
|
||||
price: "$20+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-with-rifle_23-2148287942.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Eclectic Decor",
|
||||
price: "$5 - $100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dry-flower-vintage-style_1150-10855.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Designer Thrift",
|
||||
price: "$15 - $80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-thrift-store_23-2150952350.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Hobbyist Treasures",
|
||||
price: "$10 - $200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rich-man-holding-lottery-tickets-front-view_23-2149820197.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Vintage Trading Cards", price: "$5 - $500", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-antiques-market-objects_23-2148950903.jpg" },
|
||||
{ id: "p2", name: "Secondhand Apparel", price: "$10 - $50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-choosing-blue-jacket-hanging-rail-clothing-shop_23-2148175630.jpg" },
|
||||
{ id: "p3", name: "Rare Collectibles", price: "$20+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-with-rifle_23-2148287942.jpg" },
|
||||
{ id: "p4", name: "Eclectic Decor", price: "$5 - $100", imageSrc: "http://img.b2bpic.net/free-photo/dry-flower-vintage-style_1150-10855.jpg" },
|
||||
{ id: "p5", name: "Designer Thrift", price: "$15 - $80", imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-thrift-store_23-2150952350.jpg" },
|
||||
{ id: "p6", name: "Hobbyist Treasures", price: "$10 - $200", imageSrc: "http://img.b2bpic.net/free-photo/rich-man-holding-lottery-tickets-front-view_23-2149820197.jpg" },
|
||||
]}
|
||||
title="Curated Finds & Treasures"
|
||||
description="Discover unique items from multiple local vendors updated daily."
|
||||
@@ -152,27 +89,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Local Vendors",
|
||||
description: "Curated independent sellers under one roof",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558639.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Daily",
|
||||
title: "New Inventory",
|
||||
description: "Fresh finds arrive in the shop every day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/realistic-scene-with-clothes-neighborhood-yard-sale_23-2151238226.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "6 Days",
|
||||
title: "Open Weekly",
|
||||
description: "Monday through Saturday availability",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/anime-casino-illustration_23-2151726810.jpg",
|
||||
},
|
||||
{ id: "m1", value: "15+", title: "Local Vendors", description: "Curated independent sellers under one roof", imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558639.jpg" },
|
||||
{ id: "m2", value: "Daily", title: "New Inventory", description: "Fresh finds arrive in the shop every day", imageSrc: "http://img.b2bpic.net/free-photo/realistic-scene-with-clothes-neighborhood-yard-sale_23-2151238226.jpg" },
|
||||
{ id: "m3", value: "6 Days", title: "Open Weekly", description: "Monday through Saturday availability", imageSrc: "http://img.b2bpic.net/free-photo/anime-casino-illustration_23-2151726810.jpg" },
|
||||
]}
|
||||
title="Market Excellence"
|
||||
description="Connecting our Farmington community with local vendors."
|
||||
@@ -185,41 +104,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah M.",
|
||||
role: "Collector",
|
||||
testimonial: "Amazing selection of trading cards. Always finding something new!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/purchase-with-best-friend_329181-8001.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "James R.",
|
||||
role: "Regular Shopper",
|
||||
testimonial: "Great thrift prices and friendly staff. Love the community vibe.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-inventorying-clothes_23-2148539776.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Linda T.",
|
||||
role: "Bargain Hunter",
|
||||
testimonial: "A clean and well-organized shop. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-woman-garage-sale_23-2150540755.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mike B.",
|
||||
role: "Hobbyist",
|
||||
testimonial: "Found some gems for my collection. The vendor variety is huge.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-creative-tailor-her-workshop_329181-14331.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jennifer K.",
|
||||
role: "Shopper",
|
||||
testimonial: "My favorite place in Farmington to dig for vintage goods.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ladies-with-shopping-bags-sitting-bench-park_23-2147950212.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah M.", role: "Collector", testimonial: "Amazing selection of trading cards. Always finding something new!", imageSrc: "http://img.b2bpic.net/free-photo/purchase-with-best-friend_329181-8001.jpg" },
|
||||
{ id: "t2", name: "James R.", role: "Regular Shopper", testimonial: "Great thrift prices and friendly staff. Love the community vibe.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-inventorying-clothes_23-2148539776.jpg" },
|
||||
{ id: "t3", name: "Linda T.", role: "Bargain Hunter", testimonial: "A clean and well-organized shop. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-woman-garage-sale_23-2150540755.jpg" },
|
||||
{ id: "t4", name: "Mike B.", role: "Hobbyist", testimonial: "Found some gems for my collection. The vendor variety is huge.", imageSrc: "http://img.b2bpic.net/free-photo/young-creative-tailor-her-workshop_329181-14331.jpg" },
|
||||
{ id: "t5", name: "Jennifer K.", role: "Shopper", testimonial: "My favorite place in Farmington to dig for vintage goods.", imageSrc: "http://img.b2bpic.net/free-photo/ladies-with-shopping-bags-sitting-bench-park_23-2147950212.jpg" },
|
||||
]}
|
||||
title="Loved by Locals"
|
||||
description="What our customers are saying about Maple Street Resale."
|
||||
@@ -231,21 +120,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "When are you open?",
|
||||
content: "Monday–Saturday: 9:00 AM – 6:00 PM. We are also open the 1st Sunday of the month from 12:00 PM – 4:00 PM.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Where are you located?",
|
||||
content: "We are located at 712 Maple St, Farmington, MO 63640.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer consignment?",
|
||||
content: "Yes, we are a thrift and consignment store. Please visit us in-store to discuss vendor opportunities.",
|
||||
},
|
||||
{ id: "f1", title: "When are you open?", content: "Monday–Saturday: 9:00 AM – 6:00 PM. We are also open the 1st Sunday of the month from 12:00 PM – 4:00 PM." },
|
||||
{ id: "f2", title: "Where are you located?", content: "We are located at 712 Maple St, Farmington, MO 63640." },
|
||||
{ id: "f3", title: "Do you offer consignment?", content: "Yes, we are a thrift and consignment store. Please visit us in-store to discuss vendor opportunities." },
|
||||
]}
|
||||
title="Shop Information"
|
||||
description="Common questions about visiting Maple Street Resale."
|
||||
@@ -256,9 +133,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
text="Visit us at 712 Maple St, Farmington, MO. Questions? Call (573) 218-9153 or email maplestreetresale@gmail.com."
|
||||
/>
|
||||
</div>
|
||||
@@ -266,17 +141,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Maple Street Resale LLC"
|
||||
leftLink={{
|
||||
text: "Contact",
|
||||
href: "#contact",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
}}
|
||||
leftLink={{ text: "Contact", href: "#contact" }}
|
||||
rightLink={{ text: "Facebook", href: "https://facebook.com" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user