From 224251a7de5e18b635e4fadfcb0f5b0a5064a297 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 15:16:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 49 +++++++++++++++++++----------------------------- 1 file changed, 19 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24c4f16..ec9ea58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,10 +9,9 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Globe, PenTool, Video } from "lucide-react"; +import { Globe, PenTool, Video, Instagram, Facebook } from "lucide-react"; export default function LandingPage() { return ( @@ -33,13 +32,13 @@ export default function LandingPage() { @@ -50,7 +49,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars"}} title="Tvoříme weby, loga a videa." - description="Boutique creative studio. Modern design. Sharp results." + description="Boutique kreativní studio. Moderní design. Precizní výsledky." kpis={[ { value: "100+", label: "Projektů"}, @@ -65,7 +64,7 @@ export default function LandingPage() { text: "Zjistit více", href: "#services"}, ]} imageSrc="http://img.b2bpic.net/free-vector/golden-alphabet-template_52683-6064.jpg" - imageAlt="minimalist logo gold M" + imageAlt="minimalistické logo Martees zlaté M" mediaAnimation="slide-up" /> @@ -103,27 +102,13 @@ export default function LandingPage() {
-
@@ -165,10 +150,10 @@ export default function LandingPage() { id: "m1", value: "98%", description: "Retention Rate" }, { - id: "m2", value: "24/7", description: "Support Availability" + id: "m2", value: "24/7", description: "Dostupnost" }, { - id: "m3", value: "500+", description: "Launch Milestones" + id: "m3", value: "500+", description: "Projektových milníků" }, ]} title="Milníky Martees" @@ -192,9 +177,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file