8 Commits

Author SHA1 Message Date
9bd50ae3d2 Update src/app/page.tsx 2026-03-04 18:49:34 +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
3a52fe4ff9 Update src/app/page.tsx 2026-03-04 18:40:56 +00:00
bb498881eb Update src/app/layout.tsx 2026-03-04 18:40:53 +00:00
08273259a9 Update src/app/page.tsx 2026-03-04 18:38:15 +00:00

View File

@@ -7,11 +7,10 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
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 } 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 } from "lucide-react";
export default function LandingPage() {
return (
@@ -158,7 +157,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={[
{
@@ -217,19 +216,21 @@ export default function LandingPage() {
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Zobacz, co mówią o nas klienci w Google"
description="Transparentne opinie zweryfikowane 5.0 gwiazdek od zaufanych klientów"
tag="Opinie z Google"
tagIcon={Star}
tagAnimation="slide-up"
names={["Marcin Kowalski", "Anna Nowak", "Piotr Lewandowski", "Katarzyna Zając", "Tomasz Kruk", "Magdalena Szymczak"]}
textboxLayout="default"
useInvertedBackground={true}
speed={40}
showCard={true}
ariaLabel="Sekcja opinii z Google"
/>
<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">
<span className="text-sm font-medium text-primary-cta">Google Reviews</span>
</div>
<h2 className="text-4xl md:text-5xl lg:text-6xl font-bold mb-4">Clean Google Reviews Section</h2>
<p className="text-lg md:text-xl text-foreground/70 max-w-2xl">Ready to display customer testimonials and ratings</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">
View Reviews on Google
</a>
</div>
</div>
</div>
<div id="partners" data-section="partners">