2 Commits

Author SHA1 Message Date
95f0500c6c Update src/app/page.tsx 2026-05-12 18:48:49 +00:00
71d7310264 Merge version_2 into main
Merge version_2 into main
2026-05-12 18:45:07 +00:00

View File

@@ -139,13 +139,13 @@ export default function LandingPage() {
id: "basic", title: "Patio Starter", price: "$99", period: "/season", features: [ id: "basic", title: "Patio Starter", price: "$99", period: "/season", features: [
"Maintenance kits included", "Seasonal care guides", "Priority delivery"], "Maintenance kits included", "Seasonal care guides", "Priority delivery"],
button: { button: {
text: "Start Setup"}, text: "Choose Starter Plan"},
imageSrc: "http://img.b2bpic.net/free-photo/rain-falling-around-candle_23-2147785890.jpg", imageAlt: "handcrafted icon golden light"}, imageSrc: "http://img.b2bpic.net/free-photo/rain-falling-around-candle_23-2147785890.jpg", imageAlt: "handcrafted icon golden light"},
{ {
id: "pro", title: "Garden Pro", price: "$249", period: "/season", features: [ id: "pro", title: "Garden Pro", price: "$249", period: "/season", features: [
"Everything in Patio Starter", "15% off new arrivals", "Personal design consultation"], "Everything in Patio Starter", "15% off new arrivals", "Personal design consultation"],
button: { button: {
text: "Get Professional"}, text: "Get Pro Access"},
imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936070.jpg?_wi=2", imageAlt: "handcrafted icon golden light"}, imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936070.jpg?_wi=2", imageAlt: "handcrafted icon golden light"},
]} ]}
title="Outdoor Membership" title="Outdoor Membership"
@@ -218,4 +218,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }