diff --git a/src/app/page.tsx b/src/app/page.tsx index c566d10..5424f5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -60,35 +50,21 @@ export default function LandingPage() { description="Luxury moments with a view." buttons={[ { - text: "Book Your Event", - href: "/contact", - }, + text: "Book Your Event", href: "/contact"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg?_wi=1", - imageAlt: "Venue View", - }, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg", imageAlt: "Venue View"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg?_wi=2", - imageAlt: "Venue Night", - }, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg", imageAlt: "Venue Night"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg?_wi=3", - imageAlt: "Venue Terrace", - }, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg", imageAlt: "Venue Terrace"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg?_wi=4", - imageAlt: "Dining", - }, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg", imageAlt: "Dining"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg?_wi=5", - imageAlt: "Service", - }, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg", imageAlt: "Service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg?_wi=6", - imageAlt: "Sunset", - }, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg", imageAlt: "Sunset"}, ]} /> @@ -98,7 +74,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Luxury events redefined" description="Located with a view, Faleza Noblesse offers the perfect backdrop for weddings, baptisms, and private parties. Experience 5-star cuisine and unparalleled service." - imageSrc="http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg" imageAlt="Faleza Noblesse interior" /> @@ -110,20 +86,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "5★ Cuisine", - description: "Expertly crafted menus to elevate your dining experience.", - imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-having-dinner-together_53876-25275.jpg?_wi=1", - }, + title: "5★ Cuisine", description: "Expertly crafted menus to elevate your dining experience.", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-having-dinner-together_53876-25275.jpg"}, { - title: "Professional Coordination", - description: "Seamless event management for a stress-free celebration.", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-japanese-wagasa-umbrella-background_23-2149661141.jpg?_wi=1", - }, + title: "Professional Coordination", description: "Seamless event management for a stress-free celebration.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-japanese-wagasa-umbrella-background_23-2149661141.jpg"}, { - title: "Stunning Views", - description: "A picturesque location that turns moments into memories.", - imageSrc: "http://img.b2bpic.net/free-photo/cooked-rice-baked-pumpkin_140725-3547.jpg?_wi=1", - }, + title: "Stunning Views", description: "A picturesque location that turns moments into memories.", imageSrc: "http://img.b2bpic.net/free-photo/cooked-rice-baked-pumpkin_140725-3547.jpg"}, ]} title="Why we are top-rated" description="Excellence in every detail." @@ -132,44 +99,20 @@ export default function LandingPage() {
@@ -220,14 +148,10 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, { icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + href: "#", ariaLabel: "Facebook"}, ]} />