Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a4d1110d89 | |||
| bbf8d7cc3a | |||
| 1721d1e5f5 | |||
| dbdc4578db | |||
| 634cf5d172 | |||
| 3b859cc820 | |||
| b830d529aa |
@@ -26,11 +26,11 @@ export default function AboutPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Grow With Social"
|
brandName="Grow With Social"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Domov", id: "/" },
|
||||||
{ name: "Work", id: "/#work" },
|
{ name: "Práca", id: "/#work" },
|
||||||
{ name: "Services", id: "/#services" },
|
{ name: "Služby", id: "/#services" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "O nás", id: "/about" },
|
||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Kontakt", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
@@ -56,8 +56,8 @@ export default function AboutPage() {
|
|||||||
{ 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: "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: "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: "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", imageAlt: "Emily Chen" },
|
{ 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", imageAlt: "David Lee" }
|
{ 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" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
@@ -24,11 +24,11 @@ export default function ContactPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Grow With Social"
|
brandName="Grow With Social"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Domov", id: "/" },
|
||||||
{ name: "Work", id: "/#work" },
|
{ name: "Práca", id: "/#work" },
|
||||||
{ name: "Services", id: "/#services" },
|
{ name: "Služby", id: "/#services" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "O nás", id: "/about" },
|
||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Kontakt", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ 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 TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
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 } from "lucide-react";
|
||||||
|
|
||||||
export default function WebAgency2Page() {
|
export default function WebAgency2Page() {
|
||||||
@@ -33,8 +33,8 @@ export default function WebAgency2Page() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Grow With Social"
|
brandName="Grow With Social"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Práca", id: "work" },
|
{ 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" },
|
||||||
]}
|
]}
|
||||||
@@ -180,16 +180,28 @@ export default function WebAgency2Page() {
|
|||||||
title: "Rastové trendy", description: "Dátami podložené poznatky na optimalizáciu vašej prítomnosti vo vyhľadávaní a zvýšenie návštevnosti.", bentoComponent: "line-chart"},
|
title: "Rastové trendy", description: "Dátami podložené poznatky na optimalizáciu vašej prítomnosti vo vyhľadávaní a zvýšenie návštevnosti.", bentoComponent: "line-chart"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardTen
|
||||||
testimonial="Grow With Social úplne premenil našu online prítomnosť. Tím dodal úchvatnú webovú stránku, ktorá prekonala naše očakávania a zdvojnásobila mieru konverzie."
|
title="Čo hovoria naši klienti"
|
||||||
rating={5}
|
description="Recenzie od našich spokojných klientov po celom svete."
|
||||||
author="— Maria Santos, CEO Luxuria Travel"
|
textboxLayout="default"
|
||||||
avatars={[
|
|
||||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", alt: "Client" },
|
|
||||||
]}
|
|
||||||
ratingAnimation="slide-up"
|
|
||||||
avatarsAnimation="slide-up"
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
testimonials={[
|
||||||
|
{
|
||||||
|
id: "1", title: "Transformovali našu online prítomnosť", quote: "Grow With Social úplne premenil našu online prítomnosť. Tím dodal úchvatnú webovú stránku, ktorá prekonala naše očakávania a zdvojnásobila mieru konverzie.", name: "Maria Santos", role: "CEO Luxuria Travel", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2", title: "Výnimočný dizajn a SEO", quote: "Ich tím vytvoril moderný dizajn a výrazne zlepšil naše SEO. Vidíme nárast organickej návštevnosti o 40% za tri mesiace. Skutoční profesionáli!", name: "Ján Novák", role: "Marketingový riaditeľ, TechSolutions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3", title: "Skvelá komunikácia a výsledky", quote: "Spolupráca s Grow With Social bola bezproblémová. Komunikácia bola vynikajúca a dodaný produkt bol presne to, čo sme potrebovali. Vysoko odporúčame!", name: "Petra Kováčová", role: "Zakladateľka, Creative Hub", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "4", title: "Zvýšili naše konverzie", quote: "Vďaka ich práci sa nám podarilo zvýšiť mieru konverzie o 25%. Sú spoľahliví, efektívni a výsledky hovoria samy za seba.", name: "Martin Hruška", role: "E-commerce manažér, Fashionista", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-4.webp?_wi=2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "5", title: "Presvedčivý branding", quote: "Potrebovali sme osviežiť našu značku a Grow With Social to zvládli s prehľadom. Nové logo a webová identita sú úžasné a naši zákazníci ich milujú.", name: "Zuzana Fialová", role: "Majiteľka, Aura Wellness", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-5.webp?_wi=2"
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
<MetricCardOne
|
<MetricCardOne
|
||||||
title="Dôverujú nám lídri v odvetví"
|
title="Dôverujú nám lídri v odvetví"
|
||||||
|
|||||||
Reference in New Issue
Block a user