35 Commits

Author SHA1 Message Date
a4d1110d89 Update src/app/page.tsx 2026-06-10 18:31:02 +00:00
bbf8d7cc3a Update src/app/about/page.tsx 2026-06-10 18:31:02 +00:00
1721d1e5f5 Update src/app/page.tsx 2026-06-10 18:30:38 +00:00
dbdc4578db Update src/app/contact/page.tsx 2026-06-10 18:30:38 +00:00
634cf5d172 Update src/app/about/page.tsx 2026-06-10 18:30:37 +00:00
3b859cc820 Merge version_5 into main
Merge version_5 into main
2026-06-10 18:26:06 +00:00
acf0671c90 Update src/app/page.tsx 2026-06-10 18:26:00 +00:00
b830d529aa Merge version_5 into main
Merge version_5 into main
2026-06-10 18:25:39 +00:00
60fce4edab Update src/app/page.tsx 2026-06-10 18:25:36 +00:00
e521af213c Merge version_4 into main
Merge version_4 into main
2026-06-10 18:10:26 +00:00
eae8666fde Update theme fonts 2026-06-10 18:10:23 +00:00
9f10b7a804 Update theme fonts 2026-06-10 18:10:23 +00:00
605864ed4a Merge version_4 into main
Merge version_4 into main
2026-06-10 18:10:06 +00:00
0b63aa68bb Update theme fonts 2026-06-10 18:10:03 +00:00
bdd595325d Update theme fonts 2026-06-10 18:10:02 +00:00
a8a4165394 Merge version_4 into main
Merge version_4 into main
2026-06-10 18:09:47 +00:00
f64515389b Update theme fonts 2026-06-10 18:09:44 +00:00
67b6bee05c Update theme fonts 2026-06-10 18:09:44 +00:00
a603b191d8 Merge version_4 into main
Merge version_4 into main
2026-06-10 17:59:42 +00:00
63ddb2d2bc Update src/app/page.tsx 2026-06-10 17:59:39 +00:00
fd5a0205c5 Update src/app/about/page.tsx 2026-06-10 17:59:38 +00:00
22c5d602ed Merge version_4 into main
Merge version_4 into main
2026-06-10 17:59:17 +00:00
69041b5cf3 Update src/app/page.tsx 2026-06-10 17:59:14 +00:00
3ec5e59ebe Update src/app/contact/page.tsx 2026-06-10 17:59:14 +00:00
39e978cbfe Update src/app/about/page.tsx 2026-06-10 17:59:14 +00:00
67297156fa Merge version_3 into main
Merge version_3 into main
2026-06-10 16:42:37 +00:00
eec13ac2a1 Update src/app/page.tsx 2026-06-10 16:42:31 +00:00
69a188d942 Merge version_3 into main
Merge version_3 into main
2026-06-10 16:42:10 +00:00
8047bdfca9 Update src/app/page.tsx 2026-06-10 16:42:07 +00:00
bb13f4eadc Merge version_3 into main
Merge version_3 into main
2026-06-10 16:40:35 +00:00
bb5faae416 Update src/app/page.tsx 2026-06-10 16:40:32 +00:00
c948594ff4 Update src/app/contact/page.tsx 2026-06-10 16:40:32 +00:00
ea1f167ac0 Update src/app/about/page.tsx 2026-06-10 16:40:31 +00:00
b2e6139219 Merge version_2 into main
Merge version_2 into main
2026-06-10 16:36:56 +00:00
b89ff2b77e Merge version_2 into main
Merge version_2 into main
2026-06-10 16:36:08 +00:00
5 changed files with 115 additions and 93 deletions

View File

@@ -24,15 +24,14 @@ export default function AboutPage() {
> >
<ReactLenis root> <ReactLenis root>
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Webild" brandName="Grow With Social"
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Domov", id: "/" },
{ name: "Work", id: "/#work" }, { name: "Práca", id: "/#work" },
{ name: "Services", id: "/#services" }, { name: "Služby", id: "/#services" },
{ name: "About", id: "/about" }, { name: "O nás", id: "/about" },
{ name: "Contact", id: "/contact" } { name: "Kontakt", id: "/contact" }
]} ]}
button={{ text: "Get Started", href: "/contact" }}
/> />
<AboutMetric <AboutMetric
@@ -54,17 +53,17 @@ export default function AboutPage() {
animationType="slide-up" animationType="slide-up"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
members={[ members={[
{ id: "1", name: "Sarah Miller", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller" }, { id: "1", name: "Sarah Miller", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp?_wi=1", imageAlt: "Sarah Miller" },
{ id: "2", name: "Valentina Reyes", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Valentina Reyes" }, { id: "2", name: "Valentina Reyes", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp?_wi=1", imageAlt: "Valentina Reyes" },
{ id: "3", name: "Carlos Mendoza", role: "UX Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Carlos Mendoza" }, { id: "3", name: "Carlos Mendoza", role: "UX Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp?_wi=1", imageAlt: "Carlos Mendoza" },
{ id: "4", name: "Emily Chen", role: "Marketing Strategist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-4.webp", imageAlt: "Emily Chen" }, { id: "4", name: "Emily Chen", role: "Marketing Strategist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-4.webp?_wi=1", imageAlt: "Emily Chen" },
{ id: "5", name: "David Lee", role: "Project Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-5.webp", imageAlt: "David Lee" } { id: "5", name: "David Lee", role: "Project Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-5.webp?_wi=1", imageAlt: "David Lee" }
]} ]}
/> />
<FooterBase <FooterBase
logoText="Webild" logoText="Grow With Social"
copyrightText="© 2026 | Webild" copyrightText="© 2026 | Grow With Social"
columns={[ columns={[
{ {
title: "Company", items: [ title: "Company", items: [

View File

@@ -22,15 +22,14 @@ export default function ContactPage() {
> >
<ReactLenis root> <ReactLenis root>
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Webild" brandName="Grow With Social"
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Domov", id: "/" },
{ name: "Work", id: "/#work" }, { name: "Práca", id: "/#work" },
{ name: "Services", id: "/#services" }, { name: "Služby", id: "/#services" },
{ name: "About", id: "/about" }, { name: "O nás", id: "/about" },
{ name: "Contact", id: "/contact" } { name: "Kontakt", id: "/contact" }
]} ]}
button={{ text: "Get Started", href: "/contact" }}
/> />
<ContactSplit <ContactSplit
@@ -39,15 +38,14 @@ export default function ContactPage() {
description="Tell us about your ideas, and we'll help you bring them to life. Reach out today for a consultation." description="Tell us about your ideas, and we'll help you bring them to life. Reach out today for a consultation."
background={{ variant: "rotated-rays-animated" }} background={{ variant: "rotated-rays-animated" }}
mediaPosition="right" mediaPosition="right"
buttonText="Send Message"
inputPlaceholder="Your Email Address" inputPlaceholder="Your Email Address"
useInvertedBackground={false} useInvertedBackground={false}
onSubmit={(email) => console.log("Contact form submitted with email:", email)} onSubmit={(email) => console.log("Contact form submitted with email:", email)}
/> />
<FooterBase <FooterBase
logoText="Webild" logoText="Grow With Social"
copyrightText="© 2026 | Webild" copyrightText="© 2026 | Grow With Social"
columns={[ columns={[
{ {
title: "Company", items: [ title: "Company", items: [

View File

@@ -5,23 +5,28 @@ import "./globals.css";
import "@/lib/gsap-setup"; import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Raleway } from "next/font/google";
import { Poppins } from "next/font/google";
import { Montserrat } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'PixelPerfect Agency | Web Design & Development', title: 'PixelPerfect Agency | Web Design & Development',
description: 'Transform your online presence with PixelPerfect Agency. We craft stunning, high-performance websites tailored to your brand\'s unique vision and goals.', description: 'Transform your online presence with PixelPerfect Agency. We craft stunning, high-performance websites tailored to your brand\'s unique vision and goals.',
}; };
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: Readonly<{
@@ -30,9 +35,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body <body className={`${montserrat.variable} ${inter.variable} antialiased`}>
className={`${halant.variable} ${inter.variable} antialiased`}
>
{children} {children}
<script <script

View File

@@ -12,7 +12,7 @@ import TeamCardFive from "@/components/sections/team/TeamCardFive";
import FaqBase from "@/components/sections/faq/FaqBase"; import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase"; import FooterBase from "@/components/sections/footer/FooterBase";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react"; import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react";
export default function WebAgency2Page() { export default function WebAgency2Page() {
@@ -25,20 +25,19 @@ export default function WebAgency2Page() {
sizing="medium" sizing="medium"
background="none" background="none"
cardStyle="glass-elevated" cardStyle="glass-elevated"
primaryButtonStyle="metallic" primaryButtonStyle="gradient"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
headingFontWeight="medium" headingFontWeight="medium"
> >
<ReactLenis root> <ReactLenis root>
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Webild" brandName="Grow With Social"
navItems={[ navItems={[
{ name: "Práca", id: "work" }, { name: "Práca", id: "#work" },
{ name: "Služby", id: "services" }, { name: "Služby", id: "#services" },
{ name: "O nás", id: "about" }, { name: "O nás", id: "/about" },
{ name: "Kontakt", id: "contact" }, { name: "Kontakt", id: "/contact" },
]} ]}
button={{ text: "Začať", href: "#contact" }}
/> />
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
title="Tvoríme digitálne zážitky" title="Tvoríme digitálne zážitky"
@@ -47,21 +46,18 @@ export default function WebAgency2Page() {
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "canvas-reveal" }} background={{ variant: "canvas-reveal" }}
buttons={[ buttons={[]}
{ text: "Začať projekt", href: "#contact" },
{ text: "Zobraziť prácu", href: "#work" },
]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
carouselPosition="right" carouselPosition="right"
leftCarouselItems={[ leftCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp", imageAlt: "UI UX Dizajn - Aplikácia Daily Life" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp?_wi=1", imageAlt: "UI UX Dizajn - Aplikácia Daily Life" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "UI UX Dizajn - SaaS platforma" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp?_wi=1", imageAlt: "UI UX Dizajn - SaaS platforma" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp", imageAlt: "UI UX Dizajn - Luminé starostlivosť o pleť" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp", imageAlt: "UI UX Dizajn - Luminé starostlivosť o pleť" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-7.webp", imageAlt: "UI UX Dizajn - Online kurzy" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-7.webp", imageAlt: "UI UX Dizajn - Online kurzy" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-9.webp", imageAlt: "UI UX Dizajn - Biznis kouč" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-9.webp", imageAlt: "UI UX Dizajn - Biznis kouč" },
]} ]}
rightCarouselItems={[ rightCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp", imageAlt: "UI UX Dizajn - Cestovanie Luxuria" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=1", imageAlt: "UI UX Dizajn - Cestovanie Luxuria" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-5.webp", imageAlt: "UI UX Dizajn - Zubná prax" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-5.webp", imageAlt: "UI UX Dizajn - Zubná prax" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp", imageAlt: "UI UX Dizajn - AI tvorca produktov" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp", imageAlt: "UI UX Dizajn - AI tvorca produktov" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-8.webp", imageAlt: "UI UX Dizajn - AI automatizácia" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-8.webp", imageAlt: "UI UX Dizajn - AI automatizácia" },
@@ -74,7 +70,7 @@ export default function WebAgency2Page() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up" animationType="slide-up"
buttons={[{ text: "Všetky služby", href: "#services" }]} buttons={[]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
features={[ features={[
{ {
@@ -83,18 +79,35 @@ export default function WebAgency2Page() {
}, },
{ {
title: "Vývoj webu", description: "Webové stránky na mieru, ktoré sú rýchle, responzívne a navrhnuté na konverziu.", bentoComponent: "media-stack", items: [ title: "Vývoj webu", description: "Webové stránky na mieru, ktoré sú rýchle, responzívne a navrhnuté na konverziu.", bentoComponent: "media-stack", items: [
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "Webový projekt - Platforma AgentFlow AI" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp?_wi=1", imageAlt: "Webový projekt - Platforma AgentFlow AI" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp", imageAlt: "Webový projekt - Architektonické štúdio" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp?_wi=1", imageAlt: "Webový projekt - Architektonické štúdio" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp", imageAlt: "Webový projekt - Summit Roofing" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp?_wi=1", imageAlt: "Webový projekt - Summit Roofing" },
], ],
}, },
{ {
title: "Budovanie značky", description: "Vytvorte si zapamätateľnú identitu značky, ktorá osloví vaše publikum.", bentoComponent: "media-stack", items: [ title: "Budovanie značky", description: "Vytvorte si zapamätateľnú identitu značky, ktorá osloví vaše publikum.", bentoComponent: "media-stack", items: [
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp", imageAlt: "Projekt značky 1" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp?_wi=2", imageAlt: "Projekt značky 1" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp", imageAlt: "Projekt značky 2" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=2", imageAlt: "Projekt značky 2" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "Projekt značky 3" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp?_wi=2", imageAlt: "Projekt značky 3" },
], ],
}, },
{
title: "Tvorba web stránok a redizajn", description: "Navrhujeme a vyvíjame moderné, responzívne webové stránky a prepracovávame existujúce pre lepší výkon.", bentoComponent: "media-stack", items: [
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp?_wi=2", imageAlt: "Web development project - AgentFlow AI Platform" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp?_wi=2", imageAlt: "Web development project - Architectural Studio" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp?_wi=2", imageAlt: "Web development project - Summit Roofing" }
]
},
{
title: "Spravovanie sociálnych sietí", description: "Vytvárame a spravujeme angažujúci obsah pre vaše sociálne siete, čím zvyšujeme vašu online prítomnosť.", bentoComponent: "marquee", variant: "text", texts: ["Stratégia obsahu", "Správa kampaní", "Analýza dát", "Interakcia s komunitou", "Rast publika"],
centerIcon: MessageCircle
},
{
title: "Tvorba loga", description: "Navrhujeme jedinečné a vizuálne silné logá, ktoré dokonale reprezentujú vašu značku a hodnoty.", bentoComponent: "reveal-icon", icon: Sparkles
},
{
title: "Marketing a reklama", description: "Komplexné marketingové a reklamné stratégie pre zvýšenie viditeľnosti, návštevnosti a konverzií.", bentoComponent: "line-chart"
}
]} ]}
/> />
<FeatureCardTwentySix <FeatureCardTwentySix
@@ -102,7 +115,7 @@ export default function WebAgency2Page() {
description="Výber projektov, ktoré sme vytvorili pre klientov naprieč odvetviami." description="Výber projektov, ktoré sme vytvorili pre klientov naprieč odvetviami."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[{ text: "Zobraziť všetky práce", href: "#work" }]} buttons={[]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
cardClassName="!h-auto aspect-video" cardClassName="!h-auto aspect-video"
features={[ features={[
@@ -167,16 +180,28 @@ export default function WebAgency2Page() {
title: "Rastové trendy", description: "Dátami podložené poznatky na optimalizáciu vašej prítomnosti vo vyhľadávaní a zvýšenie návštevnosti.", bentoComponent: "line-chart"}, title: "Rastové trendy", description: "Dátami podložené poznatky na optimalizáciu vašej prítomnosti vo vyhľadávaní a zvýšenie návštevnosti.", bentoComponent: "line-chart"},
]} ]}
/> />
<TestimonialCardFifteen <TestimonialCardTen
testimonial="Webild úplne premenil našu online prítomnosť. Tím dodal úchvatnú webovú stránku, ktorá prekonala naše očakávania a zdvojnásobila mieru konverzie." title="Čo hovoria naši klienti"
rating={5} description="Recenzie od našich spokojných klientov po celom svete."
author="— Maria Santos, CEO Luxuria Travel" textboxLayout="default"
avatars={[
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", alt: "Client" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Transformovali našu online prítomnosť", quote: "Grow With Social úplne premenil našu online prítomnosť. Tím dodal úchvatnú webovú stránku, ktorá prekonala naše očakávania a zdvojnásobila mieru konverzie.", name: "Maria Santos", role: "CEO Luxuria Travel", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp"
},
{
id: "2", title: "Výnimočný dizajn a SEO", quote: "Ich tím vytvoril moderný dizajn a výrazne zlepšil naše SEO. Vidíme nárast organickej návštevnosti o 40% za tri mesiace. Skutoční profesionáli!", name: "Ján Novák", role: "Marketingový riaditeľ, TechSolutions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp"
},
{
id: "3", title: "Skvelá komunikácia a výsledky", quote: "Spolupráca s Grow With Social bola bezproblémová. Komunikácia bola vynikajúca a dodaný produkt bol presne to, čo sme potrebovali. Vysoko odporúčame!", name: "Petra Kováčová", role: "Zakladateľka, Creative Hub", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp"
},
{
id: "4", title: "Zvýšili naše konverzie", quote: "Vďaka ich práci sa nám podarilo zvýšiť mieru konverzie o 25%. Sú spoľahliví, efektívni a výsledky hovoria samy za seba.", name: "Martin Hruška", role: "E-commerce manažér, Fashionista", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-4.webp?_wi=2"
},
{
id: "5", title: "Presvedčivý branding", quote: "Potrebovali sme osviežiť našu značku a Grow With Social to zvládli s prehľadom. Nové logo a webová identita sú úžasné a naši zákazníci ich milujú.", name: "Zuzana Fialová", role: "Majiteľka, Aura Wellness", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-5.webp?_wi=2"
}
]}
/> />
<MetricCardOne <MetricCardOne
title="Dôverujú nám lídri v odvetví" title="Dôverujú nám lídri v odvetví"
@@ -192,7 +217,7 @@ export default function WebAgency2Page() {
]} ]}
/> />
<FeatureCardSixteen <FeatureCardSixteen
title="Prečo si vybrať Webild" title="Prečo si vybrať Grow With Social"
description="Pozrite sa, aký rozdiel robí profesionálna webová agentúra." description="Pozrite sa, aký rozdiel robí profesionálna webová agentúra."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
@@ -214,9 +239,9 @@ export default function WebAgency2Page() {
animationType="slide-up" animationType="slide-up"
mediaClassName="object-[65%_center]" mediaClassName="object-[65%_center]"
team={[ team={[
{ id: "1", name: "Sarah Miller", role: "Hlavná vývojárka", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller" }, { id: "1", name: "Sarah Miller", role: "Hlavná vývojárka", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp?_wi=2", imageAlt: "Sarah Miller" },
{ id: "2", name: "Valentina Reyes", role: "Kreatívna riaditeľka", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Valentina Reyes" }, { id: "2", name: "Valentina Reyes", role: "Kreatívna riaditeľka", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp?_wi=2", imageAlt: "Valentina Reyes" },
{ id: "3", name: "Carlos Mendoza", role: "UX Dizajnér", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Carlos Mendoza" }, { id: "3", name: "Carlos Mendoza", role: "UX Dizajnér", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp?_wi=2", imageAlt: "Carlos Mendoza" },
]} ]}
/> />
<FaqBase <FaqBase
@@ -238,39 +263,36 @@ export default function WebAgency2Page() {
title="Pripravení transformovať svoju digitálnu prítomnosť?" title="Pripravení transformovať svoju digitálnu prítomnosť?"
description="Poďme spoločne vytvoriť niečo mimoriadne. Ozvite sa a prediskutujme váš ďalší projekt." description="Poďme spoločne vytvoriť niečo mimoriadne. Ozvite sa a prediskutujme váš ďalší projekt."
background={{ variant: "rotated-rays-animated" }} background={{ variant: "rotated-rays-animated" }}
buttons={[ buttons={[]}
{ text: "Začať váš projekt", href: "#contact" },
{ text: "Zobraziť našu prácu", href: "#work" },
]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
/> />
<FooterBase <FooterBase
logoText="Webild" logoText="Grow With Social"
copyrightText="© 2026 | Webild" copyrightText="© 2026 | Grow With Social"
columns={[ columns={[
{ {
title: "Spoločnosť", items: [ title: "Spoločnosť", items: [
{ label: "O nás", href: "#about" }, { label: "O nás", href: "/about" },
{ label: "Služby", href: "#services" }, { label: "Služby", href: "#services" },
{ label: "Práca", href: "#work" }, { label: "Práca", href: "#work" },
{ label: "Kontakt", href: "#contact" }, { label: "Kontakt", href: "/contact" },
], ],
}, },
{ {
title: "Služby", items: [ title: "Služby", items: [
{ label: "Vývoj webu", href: "#" }, { label: "Vývoj webu", href: "/#" },
{ label: "SEO", href: "#" }, { label: "SEO", href: "/#" },
{ label: "Budovanie značky", href: "#" }, { label: "Budovanie značky", href: "/#" },
{ label: "UI/UX Dizajn", href: "#" }, { label: "UI/UX Dizajn", href: "/#" },
], ],
}, },
{ {
title: "Spojiť sa", items: [ title: "Spojiť sa", items: [
{ label: "Twitter", href: "#" }, { label: "Twitter", href: "/#" },
{ label: "LinkedIn", href: "#" }, { label: "LinkedIn", href: "/#" },
{ label: "Instagram", href: "#" }, { label: "Instagram", href: "/#" },
{ label: "Dribbble", href: "#" }, { label: "Dribbble", href: "/#" },
], ],
}, },
]} ]}

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-inter-tight), sans-serif; font-family: var(--font-inter), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-inter-tight), sans-serif; font-family: var(--font-montserrat), sans-serif;
} }