diff --git a/src/app/page.tsx b/src/app/page.tsx index 843b63b..98cac5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,14 +29,10 @@ export default function LandingPage() { @@ -105,15 +61,9 @@ export default function LandingPage() { useInvertedBackground={false} title="The Essence of Endaweni" metrics={[ - { - icon: Music, - label: "Sunday Sessions", value: "Amapiano & House"}, - { - icon: Users, - label: "Event Hosting", value: "Corporate & Social"}, - { - icon: MapPin, - label: "Located In", value: "Kwanobuhle, Kariega"}, + { icon: Music, label: "Sunday Sessions", value: "Amapiano & House" }, + { icon: Users, label: "Event Hosting", value: "Corporate & Social" }, + { icon: MapPin, label: "Located In", value: "Kwanobuhle, Kariega" }, ]} metricsAnimation="slide-up" /> @@ -123,17 +73,14 @@ export default function LandingPage() { @@ -145,21 +92,8 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} testimonials={[ - { - id: "t1", name: "Sarah J.", role: "Patron", company: "Kariega", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-close-up-cheeky-handsome-waiter-black-apron-barista-guarantee-quality-drinks-showing-okay-sign-smiling-pleased_1258-59319.jpg?_wi=2"}, - { - id: "t2", name: "Mark D.", role: "Corporate Client", company: "Uitenhage", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-sitting-armchair-holding-cup-tea-eating_114579-49684.jpg"}, - { - id: "t3", name: "Emma R.", role: "Socialite", company: "Kwanobuhle", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-handing-his-boarding-pass-female-staff_107420-85131.jpg"}, - { - id: "t4", name: "David K.", role: "Regular Guest", company: "Kariega", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-enjoying-together-while-drinking-glass-beer-bar-friends-concept_58466-16172.jpg"}, - { - id: "t5", name: "Nina M.", role: "Patron", company: "Port Elizabeth", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-celebrating-new-years_23-2148349044.jpg"}, + { id: "t1", name: "Sarah J.", role: "Patron", company: "Kariega", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNBAK2dV695n5VYUSpb0jfSnxf/uploaded-1776218190709-jicl5eme.jpg" }, + { id: "t2", name: "Mark D.", role: "Corporate Client", company: "Uitenhage", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNBAK2dV695n5VYUSpb0jfSnxf/uploaded-1776218190709-wk4zj129.jpg" }, ]} title="Voices of the Lounge" description="See why Kariega chooses us for their favorite social moments." @@ -169,8 +103,7 @@ export default function LandingPage() {
); -} \ No newline at end of file +}