Merge version_3 into main #3
@@ -12,7 +12,6 @@ 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 TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
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() {
|
||||
@@ -74,8 +73,7 @@ export default function WebAgency2Page() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
buttons={[{ text: "Všetky Služby", href: "#services" }]}
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[{ text: "Všetky Služby", href: "#services" }]}n buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "SEO", description: "Optimalizujeme vašu webovú stránku pre vyššie pozície vo vyhľadávačoch a zvyšujeme organickú návštevnosť.", bentoComponent: "marquee", centerIcon: Search,
|
||||
@@ -102,8 +100,7 @@ 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" }]}
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[{ text: "Zobraziť Celú Prácu", href: "#work" }]}n buttonAnimation="slide-up"
|
||||
cardClassName="!h-auto aspect-video"
|
||||
features={[
|
||||
{
|
||||
@@ -174,19 +171,8 @@ export default function WebAgency2Page() {
|
||||
}
|
||||
]}
|
||||
/>
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Webild úplne premenil našu online prítomnosť. Tím dodal úžasnú webovú stránku, ktorá prekonala naše očakávania a zdvojnásobila mieru konverzie."
|
||||
rating={5}
|
||||
author="— Maria Santos, CEO Luxuria Travel"
|
||||
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}
|
||||
/>
|
||||
<MetricCardOne
|
||||
title="Dôveryhodné Lídermi Odvetvia"
|
||||
title="Dôveryhodné Lídrami Odvetvia"
|
||||
description="Dlhoročné skúsenosti s tvorbou digitálnych produktov, ktoré prinášajú skutočné výsledky."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -250,8 +236,7 @@ export default function WebAgency2Page() {
|
||||
buttons={[
|
||||
{ text: "Spustite Svoj Projekt", href: "#contact" },
|
||||
{ text: "Zobraziť Našu Prácu", href: "#work" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
]}n buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FooterBase
|
||||
@@ -282,9 +267,8 @@ export default function WebAgency2Page() {
|
||||
{ label: "Dribbble", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
]}n />
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user