diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f5c81b..6721ace 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,6 +70,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[{ text: "Book Now", href: "#contact" }]} plans={[ { id: "p1", badge: "Brows", price: "R1,900", subtitle: "Microblading", features: ["Consultation", "Precision Mapping", "Lasting Results"] }, { id: "p2", badge: "Brows", price: "R550 - R1,000", subtitle: "Brow Touch-ups", features: ["Maintenance", "Refining", "Shape Correction"] },