17 Commits

Author SHA1 Message Date
e7a9259bfd Update src/app/page.tsx 2026-03-04 19:05:57 +00:00
803e563c11 Update src/app/layout.tsx 2026-03-04 19:05:56 +00:00
ce99711852 Merge version_12 into main
Merge version_12 into main
2026-03-04 18:52:31 +00:00
c40bb4b205 Update src/app/page.tsx 2026-03-04 18:52:27 +00:00
18be743f2c Update src/app/layout.tsx 2026-03-04 18:52:27 +00:00
45ab056278 Merge version_11 into main
Merge version_11 into main
2026-03-04 18:49:38 +00:00
9bd50ae3d2 Update src/app/page.tsx 2026-03-04 18:49:34 +00:00
3e655b3fae Merge version_11 into main
Merge version_11 into main
2026-03-04 18:47:42 +00:00
942a537c35 Update src/app/page.tsx 2026-03-04 18:47:38 +00:00
2830822063 Switch to version 9: modified src/app/page.tsx 2026-03-04 18:44:25 +00:00
619409fb37 Update src/app/page.tsx 2026-03-04 18:43:02 +00:00
fa5f71da3d Merge version_9 into main
Merge version_9 into main
2026-03-04 18:41:00 +00:00
3abe1e1203 Switch to version 7: modified src/app/page.tsx 2026-03-04 18:39:50 +00:00
eaab816815 Merge version_8 into main
Merge version_8 into main
2026-03-04 18:39:07 +00:00
0a421514ac Update src/app/page.tsx 2026-03-04 18:39:03 +00:00
112d6bb52b Merge version_8 into main
Merge version_8 into main
2026-03-04 18:37:37 +00:00
82784cb01f Update src/app/page.tsx 2026-03-04 18:37:27 +00:00
2 changed files with 146 additions and 114 deletions

View File

@@ -5,7 +5,7 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "WOLNY STUDIO AI - Systemy, Aplikacje, Automatyzacje", description: "Tworzymy aplikacje webowe, platformy AI i automatyzacje, które eliminują chaos, oszczędzają czas i zwiększają zysk."
title: "WOLNY STUDIO AI", description: "Budujemy systemy, które zarabiają dla Twojej firmy."
};
export default function RootLayout({
@@ -1385,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -10,7 +10,7 @@ import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactText from '@/components/sections/contact/ContactText';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Award, BarChart3, Brain, CheckCircle2, Code2, Github, Handshake, Lightbulb, Linkedin, Mail, MapPin, Phone, Search, Star, Target, TrendingUp, Workflow, Wrench, Zap, ShieldCheck, Users, Sparkles } from "lucide-react";
import { Award, BarChart3, Brain, CheckCircle2, Code2, Github, Handshake, Lightbulb, Linkedin, Mail, MapPin, Phone, Search, Target, TrendingUp, Workflow, Wrench, Zap, ShieldCheck, Users, Sparkles, TrendingDown, RotateCw, Activity } from "lucide-react";
export default function LandingPage() {
return (
@@ -127,29 +127,142 @@ export default function LandingPage() {
</div>
<div id="cases" data-section="cases">
<ProductCardThree
title="Nasze Realizacje"
description="Rzeczywiste projekty z rzeczywistymi rezultatami. Każdy projekt = konkretne problemy rozwiązane, wymierny ROI."
tag="Case Studies"
tagIcon={Award}
tagAnimation="slide-up"
products={[
{
id: "1", name: "Platforma Rekrutacyjna AI", price: "Redukcja czasu selekcji CV o 70%", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUTdamE0711SH4qf6OPq0pSgOh/professional-mockup-of-a-recruitment-pla-1772646443733-1f2246bd.png?_wi=3", imageAlt: "Platform rekrutacyjny z AI"
},
{
id: "2", name: "System Zarządzania Warsztatem", price: "90% mniej czasu na kosztorysy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUTdamE0711SH4qf6OPq0pSgOh/workshop-management-system-interface-dis-1772646442811-e87de6cc.png?_wi=3", imageAlt: "System zarządzania warsztatem"
},
{
id: "3", name: "CRM dla Agencji Marketingowej", price: "Centralizacja 100% procesów", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUTdamE0711SH4qf6OPq0pSgOh/marketing-agency-crm-dashboard-with-cont-1772646443395-5375cae3.png?_wi=2", imageAlt: "CRM dla agencji"
}
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
ariaLabel="Sekcja realizacji"
/>
<div className="py-20 px-4 sm:px-6 md:px-8">
<div className="space-y-16">
<div className="flex flex-col items-center text-center">
<div className="mb-4 inline-flex items-center gap-2 px-4 py-2 rounded-full bg-primary-cta/10">
<span className="text-sm font-medium text-primary-cta">Case Studies</span>
</div>
<h2 className="text-4xl md:text-5xl lg:text-6xl font-bold mb-4">Nasze Realizacje</h2>
<p className="text-lg md:text-xl text-foreground/70 max-w-2xl">Rzeczywiste projekty z rzeczywistymi rezultatami. Każdy projekt = konkretne problemy rozwiązane, wymierny ROI.</p>
</div>
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 max-w-7xl mx-auto">
{/* Case Study 1: Recruitment Platform */}
<div className="bg-card rounded-lg overflow-hidden shadow-lg hover:shadow-xl transition-shadow duration-300">
<div className="relative overflow-hidden bg-gradient-to-br from-blue-900 to-slate-900 aspect-video">
<img
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUTdamE0711SH4qf6OPq0pSgOh/professional-mockup-of-a-recruitment-pla-1772646443733-1f2246bd.png?_wi=1"
alt="Platforma Rekrutacyjna AI"
className="w-full h-full object-cover hover:scale-105 transition-transform duration-300"
/>
</div>
<div className="p-6 md:p-8 space-y-4">
<h3 className="text-2xl md:text-3xl font-bold text-foreground">Platforma Rekrutacyjna AI</h3>
<div className="space-y-3">
<div>
<h4 className="font-semibold text-primary-cta mb-2">Problem</h4>
<p className="text-foreground/70">Nasz klient spędzał 40+ godzin tygodniowo na manualnym przeszukiwaniu i ocenianiu CV. Proces był chaotyczny, a najlepsi kandydaci ginęli w przepełnionych skrzynkach e-mail.</p>
</div>
<div>
<h4 className="font-semibold text-primary-cta mb-2">Rozwiązanie</h4>
<p className="text-foreground/70">Stworzyliśmy inteligentny system AI z real-time dashboardem. Platforma automatycznie scoring'uje kandydatów, wysyła notyfikacje do zespołu i integruje się z systemem HR.</p>
</div>
<div>
<h4 className="font-semibold text-primary-cta mb-2">Rezultat</h4>
<div className="flex flex-col gap-2">
<div className="flex items-center gap-2">
<TrendingDown className="w-5 h-5 text-green-500" />
<span className="text-foreground font-semibold">70% redukcja czasu selekcji CV</span>
</div>
<div className="flex items-center gap-2">
<Activity className="w-5 h-5 text-green-500" />
<span className="text-foreground font-semibold">200% wzrost jakości najmu</span>
</div>
<div className="flex items-center gap-2">
<RotateCw className="w-5 h-5 text-green-500" />
<span className="text-foreground font-semibold">24/7 automatyczne procesowanie</span>
</div>
</div>
</div>
</div>
</div>
</div>
{/* Case Study 2: Workshop Management */}
<div className="bg-card rounded-lg overflow-hidden shadow-lg hover:shadow-xl transition-shadow duration-300">
<div className="relative overflow-hidden bg-gradient-to-br from-orange-900 to-red-900 aspect-video">
<img
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUTdamE0711SH4qf6OPq0pSgOh/workshop-management-system-interface-dis-1772646442811-e87de6cc.png?_wi=1"
alt="System Zarządzania Warsztatem"
className="w-full h-full object-cover hover:scale-105 transition-transform duration-300"
/>
</div>
<div className="p-6 md:p-8 space-y-4">
<h3 className="text-2xl md:text-3xl font-bold text-foreground">System Zarządzania Warsztatem</h3>
<div className="space-y-3">
<div>
<h4 className="font-semibold text-primary-cta mb-2">Problem</h4>
<p className="text-foreground/70">Warsztat samochodowy zarządzał harmonogramem napraw za pomocą karteczek i SMS-ów. Brak widoczności kosztów, opóźnienia, niezadowoleni klienci.</p>
</div>
<div>
<h4 className="font-semibold text-primary-cta mb-2">Rozwiązanie</h4>
<p className="text-foreground/70">Wdrożyliśmy system zarządzania z real-time dashboardem, automaty kosztorysu, trackingiem napraw i integracją z SMS/email do klientów.</p>
</div>
<div>
<h4 className="font-semibold text-primary-cta mb-2">Rezultat</h4>
<div className="flex flex-col gap-2">
<div className="flex items-center gap-2">
<TrendingDown className="w-5 h-5 text-green-500" />
<span className="text-foreground font-semibold">90% mniej czasu na kosztorysy</span>
</div>
<div className="flex items-center gap-2">
<Activity className="w-5 h-5 text-green-500" />
<span className="text-foreground font-semibold">35% wzrost przepustowości</span>
</div>
<div className="flex items-center gap-2">
<RotateCw className="w-5 h-5 text-green-500" />
<span className="text-foreground font-semibold">+40% zadowolenie klientów</span>
</div>
</div>
</div>
</div>
</div>
</div>
{/* Case Study 3: Marketing Agency CRM */}
<div className="bg-card rounded-lg overflow-hidden shadow-lg hover:shadow-xl transition-shadow duration-300">
<div className="relative overflow-hidden bg-gradient-to-br from-purple-900 to-indigo-900 aspect-video">
<img
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUTdamE0711SH4qf6OPq0pSgOh/marketing-agency-crm-dashboard-with-cont-1772646443395-5375cae3.png?_wi=1"
alt="CRM dla Agencji Marketingowej"
className="w-full h-full object-cover hover:scale-105 transition-transform duration-300"
/>
</div>
<div className="p-6 md:p-8 space-y-4">
<h3 className="text-2xl md:text-3xl font-bold text-foreground">CRM dla Agencji Marketingowej</h3>
<div className="space-y-3">
<div>
<h4 className="font-semibold text-primary-cta mb-2">Problem</h4>
<p className="text-foreground/70">Agencja marketingowa prowadziła kampanie klientów w pięciu różnych narzędziach. Brak centralnego widoku, duplikaty danych, strata informacji.</p>
</div>
<div>
<h4 className="font-semibold text-primary-cta mb-2">Rozwiązanie</h4>
<p className="text-foreground/70">Zbudowaliśmy dedykowany CRM z centralizacją wszystkich procesów, automatyzacją kampanii, raportowaniem i integracją z narzędziami martech.</p>
</div>
<div>
<h4 className="font-semibold text-primary-cta mb-2">Rezultat</h4>
<div className="flex flex-col gap-2">
<div className="flex items-center gap-2">
<TrendingDown className="w-5 h-5 text-green-500" />
<span className="text-foreground font-semibold">Centralizacja 100% procesów</span>
</div>
<div className="flex items-center gap-2">
<Activity className="w-5 h-5 text-green-500" />
<span className="text-foreground font-semibold">50% wzrost produktywności zespołu</span>
</div>
<div className="flex items-center gap-2">
<RotateCw className="w-5 h-5 text-green-500" />
<span className="text-foreground font-semibold">+25% retencja klientów</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="why-us" data-section="why-us">
@@ -157,7 +270,7 @@ export default function LandingPage() {
title="Dlaczego My"
description="Technologia to narzędzie. Liczy się efekt. Nasze podejście oparte na rezultatach biznesowych."
tag="Przewaga Konkurencyjna"
tagIcon={Star}
tagIcon={Sparkles}
tagAnimation="slide-up"
metrics={[
{
@@ -216,99 +329,18 @@ export default function LandingPage() {
</div>
<div id="social-proof" data-section="social-proof">
<div className="space-y-12">
<div className="space-y-12 py-20 px-4 sm:px-6 md:px-8">
<div className="flex flex-col items-center text-center">
<div className="mb-4 inline-flex items-center gap-2 px-4 py-2 rounded-full bg-primary-cta/10">
<Star className="w-4 h-4 text-primary-cta" fill="currentColor" />
<span className="text-sm font-medium text-primary-cta">Opinie z Google</span>
</div>
<h2 className="text-4xl md:text-5xl lg:text-6xl font-bold mb-4">Zobacz, co mówią o nas klienci w Google</h2>
<p className="text-lg md:text-xl text-foreground/70 max-w-2xl">Transparentne opinie zweryfikowane 5.0 gwiazdek od zaufanych klientów</p>
</div>
<div className="flex flex-col md:flex-row items-center justify-center gap-8 md:gap-12 flex-wrap">
<div className="flex flex-col items-center">
<div className="flex gap-1 mb-2">
{[...Array(5)].map((_, i) => (
<Star key={i} className="w-6 h-6 text-yellow-400" fill="currentColor" />
))}
</div>
<p className="text-3xl font-bold">5.0</p>
<p className="text-foreground/60">Średnia ocena</p>
</div>
<div className="h-16 w-px bg-foreground/20 hidden md:block"></div>
<div className="flex flex-col items-center">
<p className="text-3xl font-bold">250+</p>
<p className="text-foreground/60">Opinie zweryfikowane</p>
</div>
</div>
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 mt-12">
{
[
{
name: "Marcin Kowalski", role: "Właściciel", text: "Platforma rekrutacyjna zmienia zupełnie nasz HR. Polecam!", image: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUTdamE0711SH4qf6OPq0pSgOh/professional-headshot-of-a-confident-bus-1772646442150-2e1e63e4.png"
},
{
name: "Anna Nowak", role: "Dyrektor", text: "System zarządzania warsztatem zaoszczędził nam setki godzin rocznie.", image: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUTdamE0711SH4qf6OPq0pSgOh/professional-portrait-of-a-company-direc-1772646442028-775cdaab.png"
},
{
name: "Piotr Lewandowski", role: "CEO", text: "CRM dla agencji zintegrował wszystkie nasze procesy. Świetna praca!", image: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUTdamE0711SH4qf6OPq0pSgOh/professional-headshot-of-an-agency-owner-1772646443428-1c53d6f7.png"
},
{
name: "Katarzyna Zając", role: "HR Manager", text: "Najlepszy wybór, jaki mogliśmy zrobić. Profesjonalny zespół!", image: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUTdamE0711SH4qf6OPq0pSgOh/professional-portrait-of-a-recruiter-or--1772646443961-89d3d657.png"
},
{
name: "Tomasz Kruk", role: "Founder", text: "Wsparcie 24/7 i transparentna komunikacja dokładnie to czego potrzebowaliśmy.", image: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUTdamE0711SH4qf6OPq0pSgOh/professional-headshot-of-a-tech-savvy-bu-1772646441921-ee1f86c4.png"
},
{
name: "Magdalena Szymczak", role: "Director", text: "Jesteśmy zachwyceni rezultatami. 5.0 gwiazdek, gorąco polecam!", image: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUTdamE0711SH4qf6OPq0pSgOh/professional-business-portrait-of-a-conf-1772646442053-3a2aecf3.png"
}
].map((review, idx) => (
<div key={idx} className="p-6 rounded-lg border border-foreground/10 bg-card hover:border-primary-cta/50 transition-colors">
<div className="flex gap-1 mb-4">
{[...Array(5)].map((_, i) => (
<Star key={i} className="w-4 h-4 text-yellow-400" fill="currentColor" />
))}
</div>
<p className="text-foreground/80 mb-6 text-sm leading-relaxed">"{review.text}"</p>
<div className="flex items-center gap-3">
<img src={review.image} alt={review.name} className="w-10 h-10 rounded-full object-cover" />
<div>
<p className="font-semibold text-foreground text-sm">{review.name}</p>
<p className="text-foreground/60 text-xs">{review.role}</p>
</div>
</div>
<p className="text-xs text-primary-cta mt-4 font-medium flex items-center gap-1">
<Sparkles className="w-3 h-3" />
Opinia z Google
</p>
</div>
))
}
</div>
<div className="mt-16 grid grid-cols-1 md:grid-cols-3 gap-8 pt-12 border-t border-foreground/10">
<div className="flex flex-col items-center text-center">
<ShieldCheck className="w-8 h-8 text-primary-cta mb-3" />
<h3 className="font-semibold text-lg mb-2">Zweryfikowane Opinie</h3>
<p className="text-foreground/60 text-sm">Wszystkie opinie pochodzą od rzeczywistych klientów zweryfikowanych przez Google</p>
</div>
<div className="flex flex-col items-center text-center">
<Users className="w-8 h-8 text-primary-cta mb-3" />
<h3 className="font-semibold text-lg mb-2">Rzeczywisti Klienci</h3>
<p className="text-foreground/60 text-sm">Pracowaliśmy z każdą osobą, która nas oceniła. Ich sukces to nasz sukces.</p>
</div>
<div className="flex flex-col items-center text-center">
<Sparkles className="w-8 h-8 text-primary-cta mb-3" />
<h3 className="font-semibold text-lg mb-2">Brak Sponsorowanych Recenzji</h3>
<p className="text-foreground/60 text-sm">Nie kupujemy opinii. Każda recenzja to naturalna, szczera opinia klienta.</p>
<span className="text-sm font-medium text-primary-cta">Opinie Google</span>
</div>
<h2 className="text-4xl md:text-5xl lg:text-6xl font-bold mb-4">Zadowoleni Klienci</h2>
<p className="text-lg md:text-xl text-foreground/70 max-w-2xl">Odkryj, co mówią o nas nasi klienci na Google</p>
</div>
<div className="flex justify-center pt-8">
<a href="https://google.com" target="_blank" rel="noopener noreferrer" className="px-8 py-3 bg-primary-cta text-primary-cta-text rounded-lg font-semibold hover:opacity-90 transition-opacity">
Przeczytaj opinię na Google
Przejdź do Opinii na Google
</a>
</div>
</div>
@@ -358,4 +390,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}