diff --git a/src/app/page.tsx b/src/app/page.tsx index c01ff27..366261b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,6 +49,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Sochi Fitness Tour — Adventure & Health" description="Escape to the beautiful mountains of Sochi for an immersive fitness, yoga, and nutrition journey. Rediscover your peak performance." + buttons={[{ text: "Book Your Spot", href: "#pricing" }]} testimonials={[ { name: "Anna S.", handle: "@anna_fitness", testimonial: "This tour changed my outlook on fitness. The mountains were breathtaking!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-fitness-woman-with-towel-resting_171337-6262.jpg" }, { name: "Alex K.", handle: "@alex_travel", testimonial: "Everything was perfectly organized. Best fitness experience in Sochi.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga-with-teacher-medium-shot_23-2148935661.jpg" },