From 2dfc191d234f4b259817b54618e07d790e20e3f5 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 11 Jan 2026 15:55:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a1291c..446ef7c 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'; @@ -68,16 +68,16 @@ export default function LandingPage() { description="We combine strategic thinking with creative excellence to deliver transformative digital solutions" tabs={[ { - id: "expertise", label: "Expertise" + id: "expertise", label: "Expertise", description: "Our team brings decades of combined experience in digital design, development, and strategy across diverse industries and markets." }, { - id: "collaboration", label: "Collaboration" + id: "collaboration", label: "Collaboration", description: "We work as an extension of your team, ensuring open communication and shared accountability throughout the entire project lifecycle." }, { - id: "innovation", label: "Innovation" + id: "innovation", label: "Innovation", description: "We stay ahead of industry trends and leverage cutting-edge technologies to create solutions that set your brand apart." }, { - id: "results", label: "Results" + id: "results", label: "Results", description: "Every project is focused on delivering measurable outcomes that drive business growth and exceed expectations." } ]} imageSrc="https://img.b2bpic.net/free-photo/close-up-young-colleagues-having-meeting_23-2149060239.jpg" -- 2.49.1