diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1506fd2..11a41d4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,85 +32,37 @@ export default function LandingPage() {
@@ -119,19 +71,9 @@ export default function LandingPage() {
@@ -143,31 +85,11 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
features={[
- {
- title: "Hyper-Connectivity",
- description: "Seamless integration across all your smart devices.",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-movie-background_23-2149546026.jpg",
- },
- {
- title: "Precision Engineering",
- description: "Optimized performance through advanced hardware.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-robot-vacuum-with-his-phone_23-2149036881.jpg",
- },
- {
- title: "Intuitive Interface",
- description: "Design that anticipates your every move.",
- imageSrc: "http://img.b2bpic.net/free-vector/3d-glossy-detailed-infographic_23-2148469291.jpg",
- },
- {
- title: "Adaptive AI",
- description: "Personalized settings that learn from you.",
- imageSrc: "http://img.b2bpic.net/free-photo/blurred-light-trails-blue-tone_1359-645.jpg",
- },
- {
- title: "Security First",
- description: "Encrypted hardware for your peace of mind.",
- imageSrc: "http://img.b2bpic.net/free-photo/blue-vivid-optic-fiber_23-2148779320.jpg",
- },
+ { title: "Hyper-Connectivity", description: "Seamless integration across all your smart devices.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-movie-background_23-2149546026.jpg" },
+ { title: "Precision Engineering", description: "Optimized performance through advanced hardware.", imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-robot-vacuum-with-his-phone_23-2149036881.jpg" },
+ { title: "Intuitive Interface", description: "Design that anticipates your every move.", imageSrc: "http://img.b2bpic.net/free-vector/3d-glossy-detailed-infographic_23-2148469291.jpg" },
+ { title: "Adaptive AI", description: "Personalized settings that learn from you.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-light-trails-blue-tone_1359-645.jpg" },
+ { title: "Security First", description: "Encrypted hardware for your peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/blue-vivid-optic-fiber_23-2148779320.jpg" }
]}
title="Elite Performance"
description="Engineered with precision for the modern connoisseur."
@@ -178,62 +100,15 @@ export default function LandingPage() {
@@ -311,43 +152,14 @@ export default function LandingPage() {