diff --git a/src/app/page.tsx b/src/app/page.tsx
index c2b5676..7ccae4f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
-import { Building, Instagram, Twitter } from "lucide-react";
+import { Building, Instagram, Twitter, Waves, Sparkles, Smartphone, ChefHat } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,71 +45,44 @@ export default function LandingPage() {
@@ -141,28 +106,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Infinity Pools",
- description: "High-altitude swimming experience with panoramic city views.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-athletic-sportswear-girl-training-gym-with-friend_1157-13790.jpg",
- buttonIcon: "Waves",
+ title: "Infinity Pools", description: "High-altitude swimming experience with panoramic city views.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-athletic-sportswear-girl-training-gym-with-friend_1157-13790.jpg", buttonIcon: Waves,
},
{
- title: "Wellness Center",
- description: "A curated space for rejuvenation with spa and steam facilities.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-couple-holding-wineglass-rose-posing-balcony_23-2147891171.jpg",
- buttonIcon: "Sparkles",
+ title: "Wellness Center", description: "A curated space for rejuvenation with spa and steam facilities.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-couple-holding-wineglass-rose-posing-balcony_23-2147891171.jpg", buttonIcon: Sparkles,
},
{
- title: "Smart Automation",
- description: "Fully integrated living environments controlled from your device.",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-with-smart-home-control-panel_9975-33223.jpg",
- buttonIcon: "Smartphone",
+ title: "Smart Automation", description: "Fully integrated living environments controlled from your device.", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-with-smart-home-control-panel_9975-33223.jpg", buttonIcon: Smartphone,
},
{
- title: "Gourmet Kitchens",
- description: "Chef-grade facilities for the culinary artist in you.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-valet-outdoors_23-2149901418.jpg",
- buttonIcon: "ChefHat",
+ title: "Gourmet Kitchens", description: "Chef-grade facilities for the culinary artist in you.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-valet-outdoors_23-2149901418.jpg", buttonIcon: ChefHat,
},
]}
title="Exclusive Amenities"
@@ -178,45 +131,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Alex Mercer",
- role: "Entrepreneur",
- company: "Tech Innovators",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg",
- },
+ id: "1", name: "Alex Mercer", role: "Entrepreneur", company: "Tech Innovators", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg"},
{
- id: "2",
- name: "Sarah Jenson",
- role: "Designer",
- company: "Creative Hub",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-front-glass-building_23-2147704437.jpg",
- },
+ id: "2", name: "Sarah Jenson", role: "Designer", company: "Creative Hub", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-front-glass-building_23-2147704437.jpg"},
{
- id: "3",
- name: "Marcus Vane",
- role: "Executive",
- company: "Global Corp",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-beige-suit-standing-power-pose-city-center_1258-194023.jpg",
- },
+ id: "3", name: "Marcus Vane", role: "Executive", company: "Global Corp", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-beige-suit-standing-power-pose-city-center_1258-194023.jpg"},
{
- id: "4",
- name: "Elise Thorne",
- role: "Architect",
- company: "Design Lab",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151065043.jpg",
- },
+ id: "4", name: "Elise Thorne", role: "Architect", company: "Design Lab", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151065043.jpg"},
{
- id: "5",
- name: "David Wu",
- role: "Investor",
- company: "Capital Partners",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-queen-posing-real-context_23-2151156394.jpg",
- },
+ id: "5", name: "David Wu", role: "Investor", company: "Capital Partners", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-queen-posing-real-context_23-2151156394.jpg"},
]}
title="Resident Perspectives"
description="What our residents say about life at Elysium Heights."
@@ -227,14 +155,11 @@ export default function LandingPage() {
@@ -245,14 +170,10 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
- href: "#",
- ariaLabel: "Instagram",
- },
+ href: "#", ariaLabel: "Instagram"},
{
icon: Twitter,
- href: "#",
- ariaLabel: "Twitter",
- },
+ href: "#", ariaLabel: "Twitter"},
]}
copyrightText="© 2025 Elysium Heights. All rights reserved."
/>