Merge version_1 into main #2

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

View File

@@ -66,11 +66,11 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Browse Local Tools", description: "Search thousands of tools available from neighbors near you. Filter by category, price, and ratings.", imageSrc: "http://img.b2bpic.net/free-photo/we-bought-new-house_637285-12513.jpg?_wi=1"
title: "Browse Local Tools", description: "Search thousands of tools available from neighbors near you. Filter by category, price, and ratings.", imageSrc: "http://img.b2bpic.net/free-photo/we-bought-new-house_637285-12513.jpg"
},
{
id: 2,
title: "Book & Connect", description: "Reserve your tools and connect directly with trusted neighbors. Message through our secure platform.", imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738007.jpg?_wi=1"
title: "Book & Connect", description: "Reserve your tools and connect directly with trusted neighbors. Message through our secure platform.", imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738007.jpg"
},
{
id: 3,
@@ -104,6 +104,7 @@ export default function LandingPage() {
imageAlt="Community sustainability"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -120,15 +121,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Rentinly", name: "Local Marketplace", price: "Browse Free", rating: 5,
reviewCount: "2.3k reviews", imageSrc: "http://img.b2bpic.net/free-photo/we-bought-new-house_637285-12513.jpg?_wi=2"
reviewCount: "2.3k reviews", imageSrc: "http://img.b2bpic.net/free-photo/we-bought-new-house_637285-12513.jpg"
},
{
id: "2", brand: "Rentinly", name: "Trust & Safety", price: "Secure Always", rating: 5,
reviewCount: "1.8k reviews", imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738007.jpg?_wi=2"
reviewCount: "1.8k reviews", imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738007.jpg"
},
{
id: "3", brand: "Rentinly", name: "Educational Blog", price: "Learn Free", rating: 5,
reviewCount: "980 reviews", imageSrc: "http://img.b2bpic.net/free-photo/person-using-tools-create-carpentry-word_23-2148640311.jpg?_wi=1"
reviewCount: "980 reviews", imageSrc: "http://img.b2bpic.net/free-photo/person-using-tools-create-carpentry-word_23-2148640311.jpg"
}
]}
/>
@@ -163,19 +164,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "DIY Enthusiast", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg"
},
{
id: "2", name: "Michael Chen", role: "Tool Owner", company: "Equipment Sharer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg"
},
{
id: "3", name: "Emily Rodriguez", role: "First-Time Renter", company: "Budget-Conscious", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg"
},
{
id: "4", name: "David Kim", role: "Community Builder", company: "Neighbor Network", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=4"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg"
}
]}
kpiItems={[
@@ -198,7 +199,7 @@ export default function LandingPage() {
carouselMode="buttons"
blogs={[
{
id: "1", category: "DIY Guide", title: "Getting Started with Power Tools: A Beginner's Guide", excerpt: "Learn the essentials of power tool safety and operation before your first rental.", imageSrc: "http://img.b2bpic.net/free-photo/person-using-tools-create-carpentry-word_23-2148640311.jpg?_wi=2", authorName: "Sarah Johnson", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", date: "15 Jan 2025"
id: "1", category: "DIY Guide", title: "Getting Started with Power Tools: A Beginner's Guide", excerpt: "Learn the essentials of power tool safety and operation before your first rental.", imageSrc: "http://img.b2bpic.net/free-photo/person-using-tools-create-carpentry-word_23-2148640311.jpg", authorName: "Sarah Johnson", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", date: "15 Jan 2025"
},
{
id: "2", category: "Maintenance", title: "Tool Care Tips: Keep Your Equipment in Top Shape", excerpt: "Expert advice on maintaining borrowed tools to ensure they last longer and perform better.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-workshop_1170-2528.jpg", authorName: "Michael Chen", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", date: "10 Jan 2025"
@@ -218,20 +219,20 @@ export default function LandingPage() {
description="Subscribe for weekly DIY tips, tool care guides, and exclusive community offers. Stay connected with your neighbors."
background={{ variant: "downward-rays-static" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1782.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1782.jpg"
imageAlt="Community connecting"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Subscribe"
termsText="We respect your privacy. Unsubscribe anytime."
mediaAnimation="slide-up"
tagAnimation="entrance-slide"
tagAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1782.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1782.jpg"
imageAlt="Community footer"
columns={[
{