diff --git a/src/app/page.tsx b/src/app/page.tsx index 8459a0c..570802c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,13 +139,13 @@ export default function LandingPage() { id: "basic", title: "Patio Starter", price: "$99", period: "/season", features: [ "Maintenance kits included", "Seasonal care guides", "Priority delivery"], 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"}, { id: "pro", title: "Garden Pro", price: "$249", period: "/season", features: [ "Everything in Patio Starter", "15% off new arrivals", "Personal design consultation"], 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"}, ]} title="Outdoor Membership" @@ -218,4 +218,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file