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