diff --git a/src/app/page.tsx b/src/app/page.tsx index 2307658..1d99de0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,8 @@ export default function LandingPage() { ]} brandName="Luxe Voyage" button={{ - text: "Plan Your Journey", href: "#contact"}} + text: "Plan Your Journey", href: "#contact" + }} animateOnLoad={true} /> @@ -52,13 +53,16 @@ export default function LandingPage() { slides={[ { imageSrc: - "http://img.b2bpic.net/free-photo/umbrella-chair-beach-sea-ocean-with-blue-sky-white-cloud_74190-8431.jpg", imageAlt: "Tropical luxury beach resort"}, + "http://img.b2bpic.net/free-photo/umbrella-chair-beach-sea-ocean-with-blue-sky-white-cloud_74190-8431.jpg", imageAlt: "Tropical luxury beach resort" + }, { imageSrc: - "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920913.jpg", imageAlt: "Mountain alpine resort"}, + "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920913.jpg", imageAlt: "Mountain alpine resort" + }, { imageSrc: - "http://img.b2bpic.net/free-photo/stylish-couple-love-walking-embracing-street-romantic-trip-taking-photo_285396-9883.jpg", imageAlt: "Luxury city destination"}, + "http://img.b2bpic.net/free-photo/stylish-couple-love-walking-embracing-street-romantic-trip-taking-photo_285396-9883.jpg", imageAlt: "Luxury city destination" + }, ]} autoplayDelay={5000} showDimOverlay={true} @@ -69,11 +73,14 @@ export default function LandingPage() { @@ -241,13 +262,16 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, - href: "https://instagram.com", ariaLabel: "Instagram"}, + href: "https://instagram.com", ariaLabel: "Instagram" + }, { icon: Facebook, - href: "https://facebook.com", ariaLabel: "Facebook"}, + href: "https://facebook.com", ariaLabel: "Facebook" + }, { icon: Linkedin, - href: "https://linkedin.com", ariaLabel: "LinkedIn"}, + href: "https://linkedin.com", ariaLabel: "LinkedIn" + }, ]} />