Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 78490b09bb | |||
| 224251a7de | |||
| f34b4e0cff | |||
| 33bdbef6cc | |||
| 9b1dd29f51 | |||
| 6f90f0170b |
205
src/app/page.tsx
205
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,101 +32,40 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Domů", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Služby", id: "services"},
|
||||
{
|
||||
name: "Work",
|
||||
id: "portfolio",
|
||||
},
|
||||
name: "Práce", id: "portfolio"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="M STUDIO"
|
||||
brandName="Martees"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
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ů",
|
||||
},
|
||||
value: "100+", label: "Projektů"},
|
||||
{
|
||||
value: "5+",
|
||||
label: "Let zkušeností",
|
||||
},
|
||||
value: "5+", label: "Let zkušeností"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Spokojených klientů",
|
||||
},
|
||||
value: "100%", label: "Spokojených klientů"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Zjistit více",
|
||||
href: "#services",
|
||||
},
|
||||
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"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/golden-alphabet-round-frame-logo-branding-design_25819-747.jpg",
|
||||
alt: "Golden alphabet in round frame",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/creative-2022-text-new-year-banner-design_1017-35395.jpg",
|
||||
alt: "Creative 2022 banner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/golden-alphabet-template_52683-6007.jpg",
|
||||
alt: "Golden alphabet template",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/golden-minimalist-furniture-logo_23-2148463709.jpg",
|
||||
alt: "Golden minimalist furniture logo",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/logo-luxury-design-gradient-illustration_483537-1216.jpg",
|
||||
alt: "Logo luxury design",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "KREATIVNÍ STUDIO",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "MODERNÍ DESIGN",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "PRÉMIOVÁ KVALITA",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "PROFESIONÁLNÍ PŘÍSTUP",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "DIGITÁLNÍ ŘEŠENÍ",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -139,19 +77,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Tvorba Webů",
|
||||
description: "Moderní webové stránky, které vypadají skvěle a fungují ještě lépe.",
|
||||
},
|
||||
title: "Tvorba Webů", description: "Moderní webové stránky, které vypadají skvěle a fungují ještě lépe."},
|
||||
{
|
||||
icon: PenTool,
|
||||
title: "Tvorba Log",
|
||||
description: "Unikátní vizuální identita, která vaši značku odliší od konkurence.",
|
||||
},
|
||||
title: "Tvorba Log", description: "Unikátní vizuální identita, která vaši značku odliší od konkurence."},
|
||||
{
|
||||
icon: Video,
|
||||
title: "Videotvorba",
|
||||
description: "Kreativní videoprodukce od scénáře až po finální střih.",
|
||||
},
|
||||
title: "Videotvorba", description: "Kreativní videoprodukce od scénáře až po finální střih."},
|
||||
]}
|
||||
title="Naše Služby"
|
||||
description="Profesionální kreativní řešení na míru vašim potřebám."
|
||||
@@ -164,59 +96,19 @@ export default function LandingPage() {
|
||||
title="Jsme mladé kreativní studio, které roste s vašimi úspěchy."
|
||||
buttons={[
|
||||
{
|
||||
text: "Kontaktujte nás",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Kontaktujte nás", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="portfolio" data-section="portfolio">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Moderní Web UI",
|
||||
price: "Web Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/med-school-pupil-works-his-thesis-isolated-mockup-screen_482257-117758.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Corporate Identita",
|
||||
price: "Branding",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stationery-concept_23-2147800643.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Image Spot",
|
||||
price: "Videoprodukce",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-team-interracial-partners-collaborating-video-editing-project_482257-124596.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "E-commerce Řešení",
|
||||
price: "Web Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345419.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rebranding Značky",
|
||||
price: "Branding",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/noir-word-black-3d-text-style_53876-124819.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Promotional Video",
|
||||
price: "Videoprodukce",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-child-girl-skatepark_1321-3939.jpg",
|
||||
},
|
||||
]}
|
||||
title="Naše Práce"
|
||||
description="Výběr projektů, které nás baví."
|
||||
names={[
|
||||
"Martees Instagram: martees_official", "Martees Facebook: Martees"]}
|
||||
title="Najdete nás na sociálních sítích"
|
||||
description="Sledujte naše aktuální projekty a novinky ze světa designu."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -225,14 +117,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Alpha Tech",
|
||||
"Beta Design",
|
||||
"Gamma Studio",
|
||||
"Delta Labs",
|
||||
"Epsilon Media",
|
||||
"Zeta Group",
|
||||
"Eta Creative",
|
||||
]}
|
||||
"Alpha Tech", "Beta Design", "Gamma Studio", "Delta Labs", "Epsilon Media", "Zeta Group", "Eta Creative"]}
|
||||
title="Spolupracujeme s"
|
||||
description="Klienti, kteří nám věří."
|
||||
/>
|
||||
@@ -243,20 +128,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Jak dlouho trvá tvorba webu?",
|
||||
content: "Záleží na náročnosti, obvykle 4-8 týdnů.",
|
||||
},
|
||||
id: "1", title: "Jak dlouho trvá tvorba webu?", content: "Záleží na náročnosti, obvykle 4-8 týdnů."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Jak probíhá spolupráce?",
|
||||
content: "Úvodní konzultace, návrh, realizace, finální úpravy.",
|
||||
},
|
||||
id: "2", title: "Jak probíhá spolupráce?", content: "Úvodní konzultace, návrh, realizace, finální úpravy."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Máte zkušenosti s rebrandingem?",
|
||||
content: "Ano, máme za sebou úspěšné rebrandy mnoha značek.",
|
||||
},
|
||||
id: "3", title: "Máte zkušenosti s rebrandingem?", content: "Ano, máme za sebou úspěšné rebrandy mnoha značek."},
|
||||
]}
|
||||
sideTitle="Časté dotazy"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -271,23 +147,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
description: "Úspěšných projektů",
|
||||
id: "m1", value: "98%", description: "Retention Rate"
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "45+",
|
||||
description: "Stálých klientů",
|
||||
id: "m2", value: "24/7", description: "Dostupnost"
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "2000+",
|
||||
description: "Odpracovaných hodin",
|
||||
id: "m3", value: "500+", description: "Projektových milníků"
|
||||
},
|
||||
]}
|
||||
title="Naše čísla"
|
||||
description="Výsledky mluví za vše."
|
||||
title="Milníky Martees"
|
||||
description="Naše růstová metrika v číslech."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -295,8 +165,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Kontakt"
|
||||
title="Pojďme vytvořit něco skvělého"
|
||||
description="Napište nám a probereme vaše plány."
|
||||
@@ -306,11 +175,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="M STUDIO"
|
||||
copyrightText="© 2025 | M STUDIO"
|
||||
logoText="Martees"
|
||||
copyrightText="© 2025 | Martees"
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://instagram.com/martees_official", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://facebook.com/Martees", ariaLabel: "Facebook" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #1A1D2E;
|
||||
--card: #23273d;
|
||||
--foreground: #FFFFFF;
|
||||
--primary-cta: #F5A623;
|
||||
--background: #f5f4f0;
|
||||
--card: #ffffff;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #d4af37;
|
||||
--primary-cta-text: #1A1D2E;
|
||||
--secondary-cta: #1A1D2E;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #FFFFFF;
|
||||
--accent: #F5A623;
|
||||
--background-accent: #23273d;
|
||||
--accent: #d4af37;
|
||||
--background-accent: #f3e5ab;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user