diff --git a/src/app/page.tsx b/src/app/page.tsx
index 832a293..1d73621 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,6 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
-import Link from "next/link";
import { Eye, Zap, Brain, Shield } from "lucide-react";
export default function LandingPage() {
@@ -28,7 +27,7 @@ export default function LandingPage() {
>
{} },
]}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/uploaded-1772802684812-3d3drxcz.png"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/a-sleek-pair-of-ai-powered-sports-camera-1772778647966-272ff58e.png"
imageAlt="AI Sports Camera Glasses Hero"
ariaLabel="Hero section showcasing AI sports camera glasses"
/>
@@ -79,14 +78,11 @@ export default function LandingPage() {
tag="Technology"
features={[
{
- id: "1", title: "AI-Powered Analytics", description: "Real-time performance metrics, form correction, and insights powered by advanced machine learning algorithms.", tag: "Smart Analysis", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/uploaded-1772802684812-3d3drxcz.png", imageAlt: "AI Analytics Interface"
- },
+ id: "1", title: "AI-Powered Analytics", description: "Real-time performance metrics, form correction, and insights powered by advanced machine learning algorithms.", tag: "Smart Analysis", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/a-close-up-view-of-advanced-ai-processin-1772778648817-0d6e0ef3.png", imageAlt: "AI Analytics Interface"},
{
- id: "2", title: "Cinematic Recording", description: "2K video capture with optical stabilization and automatic framing adjustment for perfect moments every time.", tag: "Video Technology", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/uploaded-1772802684812-3d3drxcz.png", imageAlt: "2K Video Recording"
- },
+ id: "2", title: "Cinematic Recording", description: "2K video capture with optical stabilization and automatic framing adjustment for perfect moments every time.", tag: "Video Technology", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/pov-shot-from-sports-camera-glasses-show-1772778648626-cea590ed.png", imageAlt: "2K Video Recording"},
{
- id: "3", title: "All-Day Battery", description: "Up to 12 hours of continuous use with fast-charge technology. Stay powered through your entire day.", tag: "Battery Innovation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/uploaded-1772802684812-3d3drxcz.png", imageAlt: "Extended Battery Life"
- },
+ id: "3", title: "All-Day Battery", description: "Up to 12 hours of continuous use with fast-charge technology. Stay powered through your entire day.", tag: "Battery Innovation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/minimalist-illustration-showing-the-spor-1772778647504-1df09695.png", imageAlt: "Extended Battery Life"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -98,7 +94,7 @@ export default function LandingPage() {