26 Commits

Author SHA1 Message Date
176316f960 Update theme fonts 2026-06-12 10:35:34 +00:00
e5c78ca4c7 Update theme fonts 2026-06-12 10:35:33 +00:00
49c92bb60f Update src/app/page.tsx 2026-06-12 10:27:51 +00:00
6101cb5ab7 Update src/app/contact/page.tsx 2026-06-12 10:27:51 +00:00
62a62eb2c0 Update src/app/about/page.tsx 2026-06-12 10:27:50 +00:00
244e3d612d Merge version_15 into main
Merge version_15 into main
2026-06-12 10:25:29 +00:00
f0bee28bdc Update src/app/page.tsx 2026-06-12 10:25:26 +00:00
ec6448b4d6 Merge version_14 into main
Merge version_14 into main
2026-06-10 20:05:00 +00:00
e2629ae1c6 Update theme fonts 2026-06-10 20:04:54 +00:00
eeda946015 Update theme fonts 2026-06-10 20:04:54 +00:00
363594589c Merge version_14 into main
Merge version_14 into main
2026-06-10 20:04:42 +00:00
5790095f2c Update theme fonts 2026-06-10 20:04:39 +00:00
a06a3ca757 Update theme fonts 2026-06-10 20:04:39 +00:00
4a623aef1f Merge version_14 into main
Merge version_14 into main
2026-06-10 20:04:30 +00:00
8fcc63222b Update theme fonts 2026-06-10 20:04:27 +00:00
a3b8a196e9 Update theme fonts 2026-06-10 20:04:26 +00:00
ad69fdb378 Merge version_14 into main
Merge version_14 into main
2026-06-10 19:40:06 +00:00
db4ad2d54b Update src/app/contact/page.tsx 2026-06-10 19:40:03 +00:00
4e20e5b519 Update src/app/about/page.tsx 2026-06-10 19:40:03 +00:00
73c5ba8be4 Merge version_13 into main
Merge version_13 into main
2026-06-10 19:31:43 +00:00
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
4 changed files with 117 additions and 103 deletions

View File

@@ -4,11 +4,46 @@ import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import AboutMetric from "@/components/sections/about/AboutMetric"; import AboutMetric from "@/components/sections/about/AboutMetric";
import TeamCardOne from "@/components/sections/team/TeamCardOne";
import FooterBase from "@/components/sections/footer/FooterBase"; import FooterBase from "@/components/sections/footer/FooterBase";
import { Clock, Sparkles, Star } from "lucide-react"; import { Clock, Sparkles, Star } from "lucide-react";
export default function AboutPage() { export default function AboutPage() {
const commonNavItems = [
{ name: "Domov", id: "/" },
{ name: "Služby", id: "/services" },
{ name: "O nás", id: "/about" },
{ name: "Kontakt", id: "/contact" }
];
const commonFooterColumnsEnglish = [
{
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Services", href: "/services" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Services", items: [
{ label: "Web Development", href: "/services" },
{ label: "SEO", href: "/services" },
{ label: "Branding", href: "/services" },
{ label: "UI/UX Design", href: "/services" }
]
},
{
title: "Connect", items: [
{ label: "Twitter", href: "/#" },
{ label: "LinkedIn", href: "/#" },
{ label: "Instagram", href: "/#" },
{ label: "Dribbble", href: "/#" }
]
}
];
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-stagger" defaultButtonVariant="text-stagger"
@@ -25,13 +60,7 @@ export default function AboutPage() {
<ReactLenis root> <ReactLenis root>
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Grow With Social" brandName="Grow With Social"
navItems={[ navItems={commonNavItems}
{ name: "Domov", id: "/" },
{ name: "Práca", id: "/#work" },
{ name: "Služby", id: "/#services" },
{ name: "O nás", id: "/about" },
{ name: "Kontakt", id: "/contact" }
]}
/> />
<AboutMetric <AboutMetric
@@ -45,53 +74,14 @@ export default function AboutPage() {
useInvertedBackground={false} 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 <FooterBase
logoText="Grow With Social" logoText="Grow With Social"
copyrightText="© 2026 | Grow With Social" copyrightText="© 2026 | Grow With Social"
columns={[ columns={commonFooterColumnsEnglish}
{
title: "Company", items: [
{ label: "About", href: "/about" },
{ 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: "/#" },
],
},
{
title: "Connect", items: [
{ label: "Twitter", href: "/#" },
{ label: "LinkedIn", href: "/#" },
{ label: "Instagram", href: "/#" },
{ label: "Dribbble", href: "/#" },
],
},
]}
/> />
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -8,6 +8,41 @@ import FooterBase from "@/components/sections/footer/FooterBase";
import { Mail, Phone, Instagram } from "lucide-react"; // Import Lucide icons import { Mail, Phone, Instagram } from "lucide-react"; // Import Lucide icons
export default function ContactPage() { export default function ContactPage() {
const commonNavItems = [
{ name: "Domov", id: "/" },
{ name: "Služby", id: "/services" },
{ name: "O nás", id: "/about" },
{ name: "Kontakt", id: "/contact" }
];
const commonFooterColumnsEnglish = [
{
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Services", href: "/services" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Services", items: [
{ label: "Web Development", href: "/services" },
{ label: "SEO", href: "/services" },
{ label: "Branding", href: "/services" },
{ label: "UI/UX Design", href: "/services" }
]
},
{
title: "Connect", items: [
{ label: "Twitter", href: "/#" },
{ label: "LinkedIn", href: "/#" },
{ label: "Instagram", href: "/#" },
{ label: "Dribbble", href: "/#" }
]
}
];
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-stagger" defaultButtonVariant="text-stagger"
@@ -24,13 +59,7 @@ export default function ContactPage() {
<ReactLenis root> <ReactLenis root>
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Grow With Social" brandName="Grow With Social"
navItems={[ navItems={commonNavItems}
{ name: "Domov", id: "/" },
{ name: "Práca", id: "/#work" },
{ name: "Služby", id: "/#services" },
{ name: "O nás", id: "/about" },
{ name: "Kontakt", id: "/contact" }
]}
/> />
<ContactSplitForm <ContactSplitForm
@@ -77,34 +106,9 @@ export default function ContactPage() {
<FooterBase <FooterBase
logoText="Grow With Social" logoText="Grow With Social"
copyrightText="© 2026 | Grow With Social" copyrightText="© 2026 | Grow With Social"
columns={[ columns={commonFooterColumnsEnglish}
{
title: "Company", items: [
{ label: "About", href: "/about" },
{ 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: "/#" },
],
},
{
title: "Connect", items: [
{ label: "Twitter", href: "/#" },
{ label: "LinkedIn", href: "/#" },
{ label: "Instagram", href: "/#" },
{ label: "Dribbble", href: "/#" },
],
},
]}
/> />
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -8,6 +8,9 @@ import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Raleway } from "next/font/google"; import { Raleway } from "next/font/google";
import { Poppins } from "next/font/google"; import { Poppins } from "next/font/google";
import { Montserrat } from "next/font/google"; import { Montserrat } from "next/font/google";
import { DM_Sans } from "next/font/google";
import { Libre_Baskerville } from "next/font/google";
import { Manrope } from "next/font/google";
@@ -18,6 +21,10 @@ export const metadata: Metadata = {
const montserrat = Montserrat({ const montserrat = Montserrat({
variable: "--font-montserrat", variable: "--font-montserrat",
subsets: ["latin"], subsets: ["latin"],

View File

@@ -8,12 +8,12 @@ import FeatureBento from "@/components/sections/feature/FeatureBento";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
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 TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; 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, Mail, Instagram } from "lucide-react";
export default function WebAgency2Page() { export default function WebAgency2Page() {
return ( return (
@@ -34,7 +34,7 @@ export default function WebAgency2Page() {
brandName="Grow With Social" brandName="Grow With Social"
navItems={[ navItems={[
{ name: "Domov", id: "/" }, { 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: "O nás", id: "/about" },
{ name: "Kontakt", id: "/contact" } { name: "Kontakt", id: "/contact" }
@@ -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 <FaqBase
title="Často kladené otázky" title="Často kladené otázky"
description="Všetko, čo potrebujete vedieť o spolupráci s nami." description="Všetko, čo potrebujete vedieť o spolupráci s nami."
@@ -273,10 +261,35 @@ 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: "Kontaktujte nás", href: "/contact" }]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
/> />
{/* New section for displaying contact details on the main site */}
<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 <FooterBase
logoText="Grow With Social" logoText="Grow With Social"
copyrightText="© 2026 | Grow With Social" copyrightText="© 2026 | Grow With Social"
@@ -285,7 +298,7 @@ export default function WebAgency2Page() {
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: "Kontakt", href: "/contact" } { label: "Kontakt", href: "/contact" }
] ]
}, },
@@ -310,4 +323,4 @@ export default function WebAgency2Page() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }