diff --git a/src/app/page.tsx b/src/app/page.tsx index 77e4513..4b979ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,10 +5,9 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Shield, Star } from 'lucide-react'; +import { Shield, MapPin, Phone, Mail, Building2 } from 'lucide-react'; export default function LandingPage() { return ( @@ -135,22 +134,104 @@ export default function LandingPage() { inputs={[ { name: "name", type: "text", placeholder: "Twoje imię", required: true }, { name: "email", type: "email", placeholder: "Twój email", required: true }, - { name: "company", type: "text", placeholder: "Nazwa firmy", required: true }, - { name: "phone", type: "tel", placeholder: "Numer telefonu", required: true } + { name: "subject", type: "text", placeholder: "Temat", required: true } ]} textarea={{ - name: "message", placeholder: "Opisz swoje wyzwanie technologiczne...", rows: 5, + name: "message", placeholder: "Twoja wiadomość...", rows: 4, required: true }} useInvertedBackground={false} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq0ng5IUBu9tCsx5BCWMkvtvV9/professional-it-support-team-working-env-1773305533515-d2d8af33.png" imageAlt="IT Support Team" mediaAnimation="slide-up" - mediaPosition="right" - buttonText="Wyślij Zapytanie" + mediaPosition="left" + buttonText="Wyślij" /> +
+
+
+ {/* Left Column - Google Map and Location */} +
+
+