diff --git a/src/app/page.tsx b/src/app/page.tsx index 9225b5f..55f93d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,6 +47,8 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Country Pantry Food Mart & Tobacco" description="Premium landscaping, garden essentials, and curated outdoor goods. We nurture the earth so you can enjoy your home." + buttons={[{ text: "Book Consultation", href: "#contact" }]} + buttonAnimation="slide-up" testimonials={[ { name: "Sarah J.", handle: "@sarahj", testimonial: "Excellent service and high quality products for my backyard.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-gesturing-thumbs-up-front-potted-plants_23-2147918760.jpg" }, { name: "Mark D.", handle: "@markd", testimonial: "The best selection in town, very helpful staff.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-gardening-home_23-2148509871.jpg" },