"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import FaqBase from "@/components/sections/faq/FaqBase"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import { AlertCircle, Leaf, Package, Heart, HelpCircle, Sparkles, TrendingUp, Users, Wind, Zap } from "lucide-react"; export default function LandingPage() { return (
Avoid meat, dairy, oils, and plastics. We provide a detailed accepted materials list with your signup kit." }, { id: "2", title: "How often are pickups?", content: "You choose! Biweekly pickup is $15/month, or weekly pickup is $25/month. Both include a fresh sealed container replacement at each pickup." }, { id: "3", title: "Can I pause or cancel anytime?", content: "Yes. There are no long-term contracts. You can pause your subscription during winter months or cancel anytime through your online account or by contacting us." }, { id: "4", title: "Do I get compost back?", content: "Yes! Subscribers receive finished compost back in spring. We also offer a 'return compost' benefit where you can pick up finished soil from local gardens or community hubs." }, { id: "5", title: "How is GreenCycle RI sustainable?", content: "We operate with student labor for cost efficiency, use short neighborhood routes to minimize fuel, and partner with established compost hubs. A fixed % of compost is returned to community gardens and donated to households in need." }, { id: "6", title: "What about contamination?", content: "We provide clear guidelines. Repeat contamination triggers feedback tags and temporary pause if issues persist. We work with you to ensure success!" }, { id: "7", title: "Is this service available in my neighborhood?", content: "We're launching in Cranston and Providence neighborhoods in Spring/Summer 2026. Sign up for our waitlist to be notified when service reaches your area." }, { id: "8", title: "How can my school or organization participate?", content: "Schools and organizations can arrange custom pickup schedules for organics diversion compliance. Contact us for a tailored quote and partnership details." } ]} textboxLayout="default" useInvertedBackground={true} faqsAnimation="slide-up" animationType="smooth" />
); }