Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -49,16 +49,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/houseplant-soil-plant-potting_53876-127029.jpg", imageAlt: "Organic compost and soil" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/houseplant-soil-plant-potting_53876-127029.jpg?_wi=1", imageAlt: "Organic compost and soil" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-pizza-office-by-car-side-view-woman-holding-boxes-pile-lunch-delivery-service-employee-headphones-carrying-fastfood-standing-near-company-building-outdoors_482257-60799.jpg", imageAlt: "Compost collection service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/people-planting-vegetables-garden-bed_23-2152021015.jpg", imageAlt: "Community garden with finished compost" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-green-planet-your-hands-save-earth_1150-12733.jpg", imageAlt: "Sustainable environmental practices" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/people-planting-vegetables-garden-bed_23-2152021015.jpg?_wi=1", imageAlt: "Community garden with finished compost" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-green-planet-your-hands-save-earth_1150-12733.jpg?_wi=1", imageAlt: "Sustainable environmental practices" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tablet-computer-men-hands-man-presses-blank-screen-tablet-computer-concept-man-working-from-home-using-tablet-computer-free-space-text-top-view-copy-space_1423-211.jpg", imageAlt: "Easy pickup process" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-green-planet-your-hands-save-earth_1150-12733.jpg", imageAlt: "Sustainability impact" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/houseplant-soil-plant-potting_53876-127029.jpg", imageAlt: "Finished compost soil" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/people-planting-vegetables-garden-bed_23-2152021015.jpg", imageAlt: "Community gardens benefit" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tablet-computer-men-hands-man-presses-blank-screen-tablet-computer-concept-man-working-from-home-using-tablet-computer-free-space-text-top-view-copy-space_1423-211.jpg?_wi=1", imageAlt: "Easy pickup process" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-green-planet-your-hands-save-earth_1150-12733.jpg?_wi=2", imageAlt: "Sustainability impact" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/houseplant-soil-plant-potting_53876-127029.jpg?_wi=2", imageAlt: "Finished compost soil" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/people-planting-vegetables-garden-bed_23-2152021015.jpg?_wi=2", imageAlt: "Community gardens benefit" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Start Your Subscription", href: "contact" },
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
tag="Our Process"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tablet-computer-men-hands-man-presses-blank-screen-tablet-computer-concept-man-working-from-home-using-tablet-computer-free-space-text-top-view-copy-space_1423-211.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tablet-computer-men-hands-man-presses-blank-screen-tablet-computer-concept-man-working-from-home-using-tablet-computer-free-space-text-top-view-copy-space_1423-211.jpg?_wi=2"
|
||||
imageAlt="GreenCycle collection process"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
@@ -148,19 +148,19 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "biweekly", title: "Biweekly Pickup", price: "$15", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/people-planting-vegetables-garden-bed_23-2152021015.jpg", imageAlt: "Biweekly compost plan", button: { text: "Subscribe Now", href: "contact" },
|
||||
id: "biweekly", title: "Biweekly Pickup", price: "$15", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/people-planting-vegetables-garden-bed_23-2152021015.jpg?_wi=3", imageAlt: "Biweekly compost plan", button: { text: "Subscribe Now", href: "contact" },
|
||||
features: [
|
||||
"Pickup every 2 weeks", "Sealed container provided", "Accepted materials guide", "Spring compost return option"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "weekly", title: "Weekly Pickup", price: "$25", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/close-up-green-planet-your-hands-save-earth_1150-12733.jpg", imageAlt: "Weekly compost plan", button: { text: "Subscribe Now", href: "contact" },
|
||||
id: "weekly", title: "Weekly Pickup", price: "$25", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/close-up-green-planet-your-hands-save-earth_1150-12733.jpg?_wi=3", imageAlt: "Weekly compost plan", button: { text: "Subscribe Now", href: "contact" },
|
||||
features: [
|
||||
"Weekly pickup service", "Sealed container provided", "Priority placement", "Spring compost return option", "Community impact tracking"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "school", title: "School/Organization", price: "Custom", period: "pricing", imageSrc: "http://img.b2bpic.net/free-photo/houseplant-soil-plant-potting_53876-127029.jpg", imageAlt: "Organizational composting", button: { text: "Get Quote", href: "contact" },
|
||||
id: "school", title: "School/Organization", price: "Custom", period: "pricing", imageSrc: "http://img.b2bpic.net/free-photo/houseplant-soil-plant-potting_53876-127029.jpg?_wi=3", imageAlt: "Organizational composting", button: { text: "Get Quote", href: "contact" },
|
||||
features: [
|
||||
"Tailored collection schedule", "Multiple containers", "Event waste management", "Educational partnership", "Organics diversion compliance"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user