diff --git a/src/app/page.tsx b/src/app/page.tsx index f917a47..634405f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -151,7 +151,7 @@ export default function LandingPage() { features={[ { id: "feature-1", title: "Smart Note Organization", tags: ["AI-Powered", "Auto-Categorization"], - imageSrc: "https://img.b2bpic.net/free-photo/close-up-person-working-alternative-energy_23-2149311496.jpg?_wi=1", imageAlt: "AI-powered note organization interface" + imageSrc: "https://img.b2bpic.net/free-photo/close-up-person-working-alternative-energy_23-2149311496.jpg", imageAlt: "AI-powered note organization interface" }, { id: "feature-2", title: "Real-Time Collaboration", tags: ["Team Sync", "Instant Updates"], @@ -220,7 +220,7 @@ export default function LandingPage() { }, { id: "testimonial-2", name: "Michael Rodriguez", role: "Data Analyst", company: "Insight Analytics", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/close-up-person-working-alternative-energy_23-2149311496.jpg?_wi=2", imageAlt: "Michael Rodriguez, Data Analyst at Insight Analytics" + imageSrc: "https://img.b2bpic.net/free-photo/close-up-person-working-alternative-energy_23-2149311496.jpg", imageAlt: "Michael Rodriguez, Data Analyst at Insight Analytics" }, { id: "testimonial-3", name: "Elena Petrov", role: "Marketing Director", company: "BrandVision Ltd.", rating: 5,