diff --git a/src/app/page.tsx b/src/app/page.tsx index 67eb702..9cb6133 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,67 +46,42 @@ export default function LandingPage() {
@@ -125,20 +92,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Secure Messaging", - description: "End-to-end encrypted chats with your friends.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app-composition_23-2149880606.jpg", - }, + title: "Secure Messaging", description: "End-to-end encrypted chats with your friends.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app-composition_23-2149880606.jpg"}, { - title: "Global Connections", - description: "Find and network with people globally.", - imageSrc: "http://img.b2bpic.net/free-photo/technology-bokeh-background-with-particle-lines_53876-104786.jpg", - }, + title: "Global Connections", description: "Find and network with people globally.", imageSrc: "http://img.b2bpic.net/free-photo/technology-bokeh-background-with-particle-lines_53876-104786.jpg"}, { - title: "Instant Sharing", - description: "Share your moments in real-time.", - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-screen-showing-access-granted-after-2fa-success_23-2152004065.jpg", - }, + title: "Instant Sharing", description: "Share your moments in real-time.", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-screen-showing-access-granted-after-2fa-success_23-2152004065.jpg"}, ]} title="Platform Capabilities" description="Everything you need to stay connected." @@ -152,31 +110,16 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "1M+", - title: "Active Users", - items: [ - "Connected globally", - "Daily active engagement", - ], + id: "m1", value: "1M+", title: "Active Users", items: [ + "Connected globally", "Daily active engagement"], }, { - id: "m2", - value: "500+", - title: "Daily Posts", - items: [ - "High-quality content", - "Real-time updates", - ], + id: "m2", value: "500+", title: "Daily Posts", items: [ + "High-quality content", "Real-time updates"], }, { - id: "m3", - value: "99.9%", - title: "Uptime", - items: [ - "Always available", - "Stable performance", - ], + id: "m3", value: "99.9%", title: "Uptime", items: [ + "Always available", "Stable performance"], }, ]} title="Proven Growth" @@ -191,40 +134,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Miller", - handle: "@sarahm", - testimonial: "The best platform for connecting with friends!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-professional-businessman_23-2150917272.jpg", - }, + id: "1", name: "Sarah Miller", handle: "@sarahm", testimonial: "The best platform for connecting with friends!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-professional-businessman_23-2150917272.jpg"}, { - id: "2", - name: "James Lee", - handle: "@jlee", - testimonial: "So fast and intuitive. Highly recommended.", - imageSrc: "http://img.b2bpic.net/free-photo/unknown-young-man-posing-front-view_23-2149417576.jpg", - }, + id: "2", name: "James Lee", handle: "@jlee", testimonial: "So fast and intuitive. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/unknown-young-man-posing-front-view_23-2149417576.jpg"}, { - id: "3", - name: "Anna Doe", - handle: "@adoe", - testimonial: "I love the privacy features, it feels secure.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg", - }, + id: "3", name: "Anna Doe", handle: "@adoe", testimonial: "I love the privacy features, it feels secure.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg"}, { - id: "4", - name: "Mark Smith", - handle: "@msmith", - testimonial: "Amazing community interaction everyday.", - imageSrc: "http://img.b2bpic.net/free-photo/cool-funny-person-wearing-trendy-clothes_1194-617334.jpg", - }, + id: "4", name: "Mark Smith", handle: "@msmith", testimonial: "Amazing community interaction everyday.", imageSrc: "http://img.b2bpic.net/free-photo/cool-funny-person-wearing-trendy-clothes_1194-617334.jpg"}, { - id: "5", - name: "Emily Chen", - handle: "@echen", - testimonial: "A refreshing change from other social sites.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-art-studio_23-2149705893.jpg", - }, + id: "5", name: "Emily Chen", handle: "@echen", testimonial: "A refreshing change from other social sites.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-art-studio_23-2149705893.jpg"}, ]} title="Community Voices" description="See what our users are saying." @@ -236,14 +154,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "AlphaTech", - "BetaSolutions", - "GammaGroup", - "DeltaSys", - "EpsilonTech", - "ZetaCorp", - "ThetaInc", - ]} + "AlphaTech", "BetaSolutions", "GammaGroup", "DeltaSys", "EpsilonTech", "ZetaCorp", "ThetaInc"]} title="Trusted Partners" description="Working with industry leaders." /> @@ -252,22 +163,17 @@ export default function LandingPage() {
); -} +} \ No newline at end of file