diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d8d92e..b0d7d09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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." /> @@ -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." /> @@ -119,27 +120,27 @@ export default function LandingPage() {