diff --git a/src/app/page.tsx b/src/app/page.tsx index 52e1dd6..fac6e53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,127 +30,72 @@ export default function LandingPage() {
@@ -162,19 +107,13 @@ export default function LandingPage() { metrics={[ { icon: Music, - label: "Sunday Sessions", - value: "Amapiano & House", - }, + label: "Sunday Sessions", value: "Amapiano & House"}, { icon: Users, - label: "Event Hosting", - value: "Corporate & Social", - }, + label: "Event Hosting", value: "Corporate & Social"}, { icon: MapPin, - label: "Located In", - value: "Kwanobuhle, Kariega", - }, + label: "Located In", value: "Kwanobuhle, Kariega"}, ]} metricsAnimation="slide-up" /> @@ -187,22 +126,13 @@ export default function LandingPage() { description="Whether it's a corporate function or a Sunday social, we provide the perfect stage." accordionItems={[ { - id: "f1", - title: "Corporate Events", - content: "Professional hosting for work functions and company milestones in a sophisticated setting.", - }, + id: "f1", title: "Corporate Events", content: "Professional hosting for work functions and company milestones in a sophisticated setting."}, { - id: "f2", - title: "Soul Sundays", - content: "Join us for our weekly deep house and Amapiano sessions every Sunday afternoon.", - }, + id: "f2", title: "Soul Sundays", content: "Join us for our weekly deep house and Amapiano sessions every Sunday afternoon."}, { - id: "f3", - title: "After-Work Drinks", - content: "Unwind in our lounge with premium spirits and curated drinks every Friday evening.", - }, + id: "f3", title: "After-Work Drinks", content: "Unwind in our lounge with premium spirits and curated drinks every Friday evening."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-people-having-fun-party_23-2149220931.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-people-having-fun-party_23-2149220931.jpg" imageAlt="Crowd at a soulful event" mediaAnimation="blur-reveal" /> @@ -216,45 +146,20 @@ export default function LandingPage() { 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: "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"}, { - 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: "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: "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: "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: "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"}, ]} title="Voices of the Lounge" description="See why Kariega chooses us for their favorite social moments." @@ -265,8 +170,7 @@ export default function LandingPage() {