10 Commits

Author SHA1 Message Date
a6bb9cda37 Update src/app/page.tsx 2026-06-10 19:31:39 +00:00
ffdbc96006 Update src/app/about/page.tsx 2026-06-10 19:31:39 +00:00
5156bc4a79 Merge version_12 into main
Merge version_12 into main
2026-06-10 19:27:18 +00:00
b9132eac9d Update src/app/contact/page.tsx 2026-06-10 19:27:15 +00:00
795aed6bad Update src/app/about/page.tsx 2026-06-10 19:27:14 +00:00
22c757d508 Merge version_11 into main
Merge version_11 into main
2026-06-10 19:19:32 +00:00
d77808a4cf Update src/app/contact/page.tsx 2026-06-10 19:19:29 +00:00
8f14eb59fe Merge version_10 into main
Merge version_10 into main
2026-06-10 19:08:24 +00:00
af8deed88b Update src/app/contact/page.tsx 2026-06-10 19:08:21 +00:00
5fc55450cc Merge version_9 into main
Merge version_9 into main
2026-06-10 19:05:25 +00:00
3 changed files with 56 additions and 51 deletions

View File

@@ -4,7 +4,7 @@ import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import AboutMetric from "@/components/sections/about/AboutMetric";
import TeamCardOne from "@/components/sections/team/TeamCardOne";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Clock, Sparkles, Star } from "lucide-react";
@@ -28,7 +28,7 @@ export default function AboutPage() {
navItems={[
{ name: "Domov", id: "/" },
{ name: "Práca", id: "/#work" },
{ name: "Služby", id: "/#services" },
{ name: "Služby", id: "/services" },
{ name: "O nás", id: "/about" },
{ name: "Kontakt", id: "/contact" }
]}
@@ -45,21 +45,7 @@ export default function AboutPage() {
useInvertedBackground={false}
/>
<TeamCardOne
title="Meet Our Talented Team"
description="Dedicated to bringing your vision to life with creativity and expertise."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="uniform-all-items-equal"
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?_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?_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?_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?_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?_wi=1", imageAlt: "David Lee" }
]}
/>
<FooterBase
logoText="Grow With Social"
@@ -68,17 +54,17 @@ export default function AboutPage() {
{
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Services", href: "/#services" },
{ label: "Services", href: "/services" },
{ label: "Work", href: "/#work" },
{ label: "Contact", href: "/contact" },
],
},
{
title: "Services", items: [
{ label: "Web Development", href: "/#" },
{ label: "SEO", href: "/#" },
{ label: "Branding", href: "/#" },
{ label: "UI/UX Design", href: "/#" },
{ label: "Web Development", href: "/services" },
{ label: "SEO", href: "/services" },
{ label: "Branding", href: "/services" },
{ label: "UI/UX Design", href: "/services" },
],
},
{

View File

@@ -3,8 +3,9 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Mail, Phone, Instagram } from "lucide-react"; // Import Lucide icons
export default function ContactPage() {
return (
@@ -26,23 +27,53 @@ export default function ContactPage() {
navItems={[
{ name: "Domov", id: "/" },
{ name: "Práca", id: "/#work" },
{ name: "Služby", id: "/#services" },
{ name: "Služby", id: "/services" },
{ name: "O nás", id: "/about" },
{ name: "Kontakt", id: "/contact" }
]}
/>
<ContactSplit
tag="Get in Touch"
title="Let's Start Your Next Project"
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" }}
mediaPosition="right"
inputPlaceholder="Your Email Address"
<ContactSplitForm
title="Kontaktujte nás"
description="Radi počujeme od vás! Vyplňte formulár nižšie a my sa vám čoskoro ozveme."
inputs={[
{ name: "name", type: "text", placeholder: "Vaše meno", required: true },
{ name: "email", type: "email", placeholder: "Váš e-mail", required: true },
{ name: "phone", type: "tel", placeholder: "Telefónne číslo (voliteľné)" }
]}
textarea={{ name: "message", placeholder: "Vaša správa", rows: 5, required: true }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp?_wi=2"
imageAlt="Contact us image"
buttonText="Odoslať správu"
useInvertedBackground={false}
onSubmit={(email) => console.log("Contact form submitted with email:", email)}
mediaPosition="right"
onSubmit={(data) => console.log("Contact form submitted with data:", data)}
/>
{/* New section for displaying contact details */}
<div id="contact-details" data-section="contact-details" className="py-16 lg:py-24 bg-card text-foreground flex flex-col items-center justify-center text-center px-4">
<h2 className="text-4xl lg:text-5xl font-semibold mb-8">Naše kontaktné údaje</h2>
<div className="flex flex-col md:flex-row gap-8 items-start md:items-center justify-center max-w-2xl w-full">
<div className="flex items-center gap-2 text-lg">
<Mail className="text-primary-cta" size={20} />
<a href="mailto:growwithsocial.tm@gmail.com" className="hover:underline">growwithsocial.tm@gmail.com</a>
</div>
<div className="flex flex-col items-start gap-2 text-lg">
<div className="flex items-center gap-2">
<Phone className="text-primary-cta" size={20} />
<a href="tel:+421911869922" className="hover:underline">0911869922</a>
</div>
<div className="flex items-center gap-2 ml-7">
<a href="tel:+421944320697" className="hover:underline">0944320697</a>
</div>
</div>
<div className="flex items-center gap-2 text-lg">
<Instagram className="text-primary-cta" size={20} />
<a href="https://www.instagram.com/growwithsocial.eu" target="_blank" rel="noopener noreferrer" className="hover:underline">@growwithsocial.eu</a>
</div>
</div>
</div>
<FooterBase
logoText="Grow With Social"
copyrightText="© 2026 | Grow With Social"
@@ -50,17 +81,17 @@ export default function ContactPage() {
{
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Services", href: "/#services" },
{ label: "Services", href: "/services" },
{ label: "Work", href: "/#work" },
{ label: "Contact", href: "/contact" },
],
},
{
title: "Services", items: [
{ label: "Web Development", href: "/#" },
{ label: "SEO", href: "/#" },
{ label: "Branding", href: "/#" },
{ label: "UI/UX Design", href: "/#" },
{ label: "Web Development", href: "/services" },
{ label: "SEO", href: "/services" },
{ label: "Branding", href: "/services" },
{ label: "UI/UX Design", href: "/services" },
],
},
{

View File

@@ -8,7 +8,7 @@ import FeatureBento from "@/components/sections/feature/FeatureBento";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import TeamCardFive from "@/components/sections/team/TeamCardFive";
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
@@ -241,19 +241,7 @@ export default function WebAgency2Page() {
]
}}
/>
<TeamCardFive
title="Spoznajte tím"
description="Kreatívne mysle za vaším ďalším projektom."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
mediaClassName="object-[65%_center]"
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?_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?_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?_wi=2", imageAlt: "Carlos Mendoza" }
]}
/>
<FaqBase
title="Často kladené otázky"
description="Všetko, čo potrebujete vedieť o spolupráci s nami."