Merge version_6 into main #8

Merged
bender merged 1 commits from version_6 into main 2026-06-05 12:05:08 +00:00

View File

@@ -6,13 +6,13 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
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";
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, Share2 } from "lucide-react";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
export default function WebAgency2Page() {
return (
@@ -37,7 +37,7 @@ export default function WebAgency2Page() {
{ name: "O nás", id: "about" },
{ name: "Kontakt", id: "contact" }
]}
button={{ text: "Začať", href: "#contact" }}
/>
<HeroSplitDoubleCarousel
title="Tvoríme Digitálne Zážitky"
@@ -46,10 +46,7 @@ export default function WebAgency2Page() {
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "canvas-reveal" }}
buttons={[
{ text: "Spustiť Projekt", href: "#contact" },
{ text: "Zobraziť Prácu", href: "#work" }
]}
buttons={[]}
buttonAnimation="slide-up"
carouselPosition="right"
leftCarouselItems={[
@@ -73,7 +70,7 @@ export default function WebAgency2Page() {
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
buttons={[{ text: "Všetky Služby", href: "#services" }]}
buttons={[]}
buttonAnimation="slide-up"
features={[
{
@@ -112,29 +109,29 @@ export default function WebAgency2Page() {
description="Výber projektov, ktoré sme vytvorili pre klientov naprieč odvetviami."
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Zobraziť Celú Prácu", href: "#work" }]}
buttons={[]}
buttonAnimation="slide-up"
cardClassName="!h-auto aspect-video"
features={[
{
title: "Umbra Starostlivosť o pleť", description: "Luxusný e-commerce s vôňami", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp?_wi=2", imageAlt: "Umbra Skincare website", buttonIcon: ArrowUpRight,
buttonHref: "#"
title: "Umbra Starostlivosť o pleť", description: "Luxusný e-commerce s vôňami", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp?_wi=2", imageAlt: "Umbra Skincare website"
},
{
title: "Luxuria Cestovanie", description: "Cestovné zážitky šité na mieru", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", imageAlt: "Luxuria Travel website", buttonIcon: ArrowUpRight,
buttonHref: "#"
title: "Luxuria Cestovanie", description: "Cestovné zážitky šité na mieru", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", imageAlt: "Luxuria Travel website"
},
{
title: "Zubná starostlivosť", description: "Špičková zubná ordinácia", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", imageAlt: "Luxury Dental Care website", buttonIcon: ArrowUpRight,
buttonHref: "#"
title: "Zubná starostlivosť", description: "Špičková zubná ordinácia", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", imageAlt: "Luxury Dental Care website"
},
{
title: "Summit Pokrývačstvo", description: "Profesionálne pokrývačské služby", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp", imageAlt: "Summit Roofing website", buttonIcon: ArrowUpRight,
buttonHref: "#"
title: "Summit Pokrývačstvo", description: "Profesionálne pokrývačské služby", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp", imageAlt: "Summit Roofing website"
},
{
title: "Dubajské nehnuteľnosti", description: "Luxusné ponuky nehnuteľností", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp", imageAlt: "Dubai Real Estate website", buttonIcon: ArrowUpRight,
buttonHref: "#"
title: "Dubajské nehnuteľnosti", description: "Luxusné ponuky nehnuteľností", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp", imageAlt: "Dubai Real Estate website"
}
]}
/>
@@ -214,19 +211,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: "Vedúci Vývojár", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller" },
{ id: "2", name: "Valentina Reyes", role: "Kreatívny Riaditeľ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", 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", imageAlt: "Carlos Mendoza" }
]}
/>
<FaqBase
title="Často Kladené Otázky"
description="Všetko, čo potrebujete vedieť o spolupráci s nami."
@@ -244,12 +229,9 @@ export default function WebAgency2Page() {
<ContactCTA
tag="Ozvite sa Nám"
title="Pripravení Transformovať Vašu Digitálnu Prítomnosť?"
description="Poďme spolu vytvoriť niečo mimoriadne. Ozvite sa a prediskutujme váš ďalší projekt."
description="Poďme spolu vytvoriť niečo mimoriadne. Ozvite sa a prediskutujme váš ďalší projekt. Telefón: 0911869922, 0944320697. Instagram: @growwithsocial.co"
background={{ variant: "rotated-rays-animated" }}
buttons={[
{ text: "Spustite Svoj Projekt", href: "#contact" },
{ text: "Zobraziť Našu Prácu", href: "#work" }
]}
buttons={[]}
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
@@ -277,7 +259,7 @@ export default function WebAgency2Page() {
title: "Pripojte sa", items: [
{ label: "Twitter", href: "#" },
{ label: "LinkedIn", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "Instagram", href: "https://www.instagram.com/growwithsocial.co" },
{ label: "Dribbble", href: "#" }
]
}
@@ -286,4 +268,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}