diff --git a/src/app/page.tsx b/src/app/page.tsx index d1eaeee..b3b877d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,85 +33,48 @@ export default function LandingPage() {
@@ -287,30 +191,15 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Do you offer special plant orders?", - content: "Yes, we gladly take special orders for unique or hard-to-find plants. Just let our friendly staff know what you're looking for, and we'll do our best to source it for you.", - }, + id: "f1", title: "Do you offer special plant orders?", content: "Yes, we gladly take special orders for unique or hard-to-find plants. Just let our friendly staff know what you're looking for, and we'll do our best to source it for you."}, { - id: "f2", - title: "Are your plants suitable for North Texas climate?", - content: "Absolutely! We specialize in plants that are well-suited for the North Texas climate, ensuring they thrive in your local landscape. Our team can also provide advice on care specific to our region.", - }, + id: "f2", title: "Are your plants suitable for North Texas climate?", content: "Absolutely! We specialize in plants that are well-suited for the North Texas climate, ensuring they thrive in your local landscape. Our team can also provide advice on care specific to our region."}, { - id: "f3", - title: "Do you offer planting services?", - content: "While we focus on providing high-quality plants, we can connect you with trusted local partners who offer professional planting and landscaping services to help you complete your garden projects.", - }, + id: "f3", title: "Do you offer planting services?", content: "While we focus on providing high-quality plants, we can connect you with trusted local partners who offer professional planting and landscaping services to help you complete your garden projects."}, { - id: "f4", - title: "What are your prices like?", - content: "Many of our customers praise our unbeatable and very reasonable prices for healthy, high-quality plants. We strive to offer the best value in North Texas.", - }, + id: "f4", title: "What are your prices like?", content: "Many of our customers praise our unbeatable and very reasonable prices for healthy, high-quality plants. We strive to offer the best value in North Texas."}, { - id: "f5", - title: "What kind of plant selection do you have?", - content: "We offer a modest yet carefully curated selection of plants known to do well in North Texas. If you've seen it, we can likely get it, so don't hesitate to ask about specific varieties.", - }, + id: "f5", title: "What kind of plant selection do you have?", content: "We offer a modest yet carefully curated selection of plants known to do well in North Texas. If you've seen it, we can likely get it, so don't hesitate to ask about specific varieties."}, ]} imageSrc="http://img.b2bpic.net/free-photo/water-drop-leaf_23-2147787451.jpg" imageAlt="Gardener tending to plants" @@ -328,8 +217,7 @@ export default function LandingPage() {