Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-04-18 14:29:59 +00:00
2 changed files with 51 additions and 50 deletions

View File

@@ -9,7 +9,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import { Award, Smartphone, Sun, Trash2, Filter, CreditCard, Gift } from "lucide-react";
import { Award, Smartphone, Sun, Trash2, Filter, CreditCard, Gift, Users, Zap, TrendingUp } from "lucide-react";
export default function LandingPage() {
return (
@@ -19,8 +19,8 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="mediumSizeLargeTitles"
background="circleGradient"
cardStyle="glass-depth"
background="noiseDiagonalGradient"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
headingFontWeight="bold"
@@ -29,10 +29,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Concept", id: "solution" },
{ name: "Crisis", id: "stats" },
{ name: "Solutions", id: "solution" },
{ name: "How It Works", id: "steps" },
{ name: "Impact", id: "impact" },
{ name: "Partners", id: "partners" },
{ name: "Contact", id: "contact" }
{ name: "Partners", id: "partners" }
]}
brandName="Smart Waste Bank"
/>
@@ -40,15 +41,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{ variant: "plain" }}
title="Turn Waste into Rewards"
description="The Smart Waste Bank transforms everyday recycling into an enjoyable, rewarding habit. Join our community-driven movement for a cleaner, greener future."
tag="Innovative Green Tech"
buttons={[{ text: "Register Now", href: "#contact" }]}
background={{ variant: "gradient-bars" }}
title="The Future of Waste Management"
description="Smart Waste Bank turns urban waste into valuable rewards. A tech-driven solution for a sustainable, circular economy."
tag="Circular Economy Innovation"
buttons={[{ text: "Get Started", href: "#contact" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/robot-with-recycle-symbol_1048-3562.jpg", imageAlt: "Smart solar bin" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-with-plastic-waste-net-bag_273609-23346.jpg", imageAlt: "Community recycling" },
{ imageSrc: "http://img.b2bpic.net/free-photo/special-operations-engineer-following-enemy-warships-submarines_482257-91174.jpg", imageAlt: "Digital rewards app" }
{ imageSrc: "https://img.b2bpic.net/free-photo/green-technology-concept_23-2148700000.jpg", imageAlt: "Smart Green Technology" },
{ imageSrc: "https://img.b2bpic.net/free-photo/smart-city-environment_23-2148900000.jpg", imageAlt: "Smart City Waste Solutions" },
{ imageSrc: "https://img.b2bpic.net/free-photo/data-visualization-concept_23-2148700000.jpg", imageAlt: "Impact Analytics" }
]}
mediaAnimation="blur-reveal"
/>
@@ -60,12 +61,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
metrics={[
{ id: "m1", value: "2.1B", title: "Tons of Waste Yearly", items: ["Massive global output", "Environmental strain"] },
{ id: "m2", value: "10%", title: "Recycling Rate", items: ["Huge room for improvement", "In the Arab region"] },
{ id: "m3", value: "500T", title: "Recycle Target", items: ["Annual collection goal", "For our pilot program"] }
{ id: "s1", value: "2.1B", title: "Tons of Annual Waste", items: ["Global waste production", "Rising landfill pressure"] },
{ id: "s2", value: "12%", title: "Recycling Efficiency", items: ["Current global average", "Infrastructure gap"] },
{ id: "s3", value: "80%", title: "Reduction Potential", items: ["With smart sorting tech", "Community engagement target"] }
]}
title="The Global Crisis"
description="Every year, 2.1 billion tons of waste are produced, yet recycling remains low. We are here to change that narrative through community incentives."
title="The Crisis of Discard"
description="Current recycling models are fragmented and inefficient. The Smart Waste Bank provides the digital and physical infrastructure to flip these statistics through tech-incentivized recycling."
/>
</div>
@@ -75,12 +76,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{ icon: Sun, title: "Solar-Powered Bins", description: "Autonomous smart bins that sort plastic, paper, metal, and glass instantly." },
{ icon: Smartphone, title: "Environmental Wallet", description: "Track your impact and receive instant points for every item recycled." },
{ icon: Award, title: "Instant Rewards", description: "Redeem points for discounts, meals, and memberships in our partner network." }
{ icon: Zap, title: "Smart-Grid Bins", description: "AI-powered bins that sort and monitor waste volume in real-time." },
{ icon: Smartphone, title: "User App Interface", description: "Seamlessly track your personal carbon savings and rewards." },
{ icon: TrendingUp, title: "Circular Analytics", description: "Data-driven insights to help municipalities optimize resource recovery." }
]}
title="A Smart Ecosystem for Recycling"
description="Our integrated solution combines advanced sorting technology with an intuitive digital reward experience."
title="Smart Solution Breakdown"
description="We don't just collect waste; we power a data-backed circular economy that rewards every participant."
/>
</div>
@@ -90,13 +91,13 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{ icon: Trash2, title: "Collect Waste", description: "Gather your recyclables at home or school." },
{ icon: Filter, title: "Sort in Smart Bins", description: "Deposit materials; our bins sort them automatically." },
{ icon: CreditCard, title: "Swipe & Verify", description: "Use your phone or card to log your contribution." },
{ icon: Gift, title: "Earn Points", description: "Get instant rewards and enjoy local discounts." }
{ icon: Trash2, title: "Smart Deposit", description: "Identify and deposit waste in our intelligent collection points." },
{ icon: Filter, title: "Automated Sorting", description: "AI vision categorizes materials instantly without user effort." },
{ icon: CreditCard, title: "Digital Verification", description: "Log your contribution via your mobile eco-wallet securely." },
{ icon: Gift, title: "Instant Reward Redemption", description: "Unlock discounts and partner rewards immediately upon verification." }
]}
title="Your Green Journey in 4 Steps"
description="Making recycling a rewarding habit is easier than ever."
title="Four Steps to a Cleaner City"
description="Our simplified process removes the friction from recycling, turning an chore into an engaging habit."
/>
</div>
@@ -106,12 +107,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{ id: "i1", value: "1.2k", title: "Tons of CO2 Reduced", items: ["Carbon footprint reduction", "Cleaner air for all"] },
{ id: "i2", value: "50k", title: "Trees Equivalent", items: ["Carbon capture power", "Restoring nature"] },
{ id: "i3", value: "Win-Win", title: "Community Model", items: ["Economic empowerment", "Education awareness"] }
{ id: "i1", value: "150k", title: "Tons CO2 Saved", items: ["From landfill avoidance", "Direct emission prevention"] },
{ id: "i2", value: "1.2M", title: "Active Participants", items: ["Growing community base", "Unified goal setting"] },
{ id: "i3", value: "$5M+", title: "Economic Value Generated", items: ["Local vendor rewards", "Circular wealth creation"] }
]}
title="Tangible Environmental Impact"
description="Together, we are making a measurable difference for the planet and our communities."
title="Measurable Environmental Impact"
description="Transparency is at our core. Track your personal and collective contributions in real-time through our dashboard."
/>
</div>
@@ -119,27 +120,27 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="split"
useInvertedBackground={true}
names={["Municipality A", "School B", "Local Shop C", "Cafe D", "Tech Hub E", "Green Org F", "Retail Chain G"]}
title="Success Partners"
description="Join shops, schools, and municipalities in building a win-win circular economy system."
names={["Eco-Tech Solutions", "Urban Recycling Guild", "Green Future Universities", "City Municipal Department", "Retail Sustainability Alliance", "Global Clean Energy Fund"]}
title="Our Partner Network"
description="Collaborating with top-tier organizations to scale sustainable infrastructure globally."
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Get Involved"
title="Join the Green Journey"
description="Ready to participate or become a partner? Sign up for our program or reach out to explore how we can collaborate."
background={{ variant: "sparkles-gradient" }}
tag="Connect"
title="Build the Future With Us"
description="Whether you are a municipality, school, or corporate partner, we offer flexible integration for the Smart Waste Bank."
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "About", items: [{ label: "Our Mission", href: "#solution" }, { label: "Impact", href: "#impact" }] },
{ title: "Partners", items: [{ label: "Win-Win Model", href: "#partners" }, { label: "Partner With Us", href: "#contact" }] }
{ title: "System", items: [{ label: "Concept", href: "#solution" }, { label: "Impact", href: "#impact" }] },
{ title: "Support", items: [{ label: "Privacy Policy", href: "#" }, { label: "Partnership", href: "#partners" }] }
]}
logoText="Smart Waste Bank"
copyrightText="© 2025 Smart Waste Bank | All Rights Reserved"
@@ -148,4 +149,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9fbf9;
--foreground: #000f06e6;
--card: #f0fdf4;
--foreground: #001a0a;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #f0fdf4;
--secondary-cta-text: #000f06e6;
--accent: #a8d9be;
--background-accent: #6bbf8e;
--accent: #106efb;
--background-accent: #e0f2fe;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);