Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -32,7 +32,6 @@ export default function AboutPage() {
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
|
||||
<AboutMetric
|
||||
|
||||
@@ -30,7 +30,6 @@ export default function ContactPage() {
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
|
||||
<ContactSplit
|
||||
@@ -39,7 +38,6 @@ export default function ContactPage() {
|
||||
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"
|
||||
buttonText="Send Message"
|
||||
inputPlaceholder="Your Email Address"
|
||||
useInvertedBackground={false}
|
||||
onSubmit={(email) => console.log("Contact form submitted with email:", email)}
|
||||
|
||||
@@ -38,7 +38,6 @@ 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"
|
||||
@@ -47,10 +46,7 @@ export default function WebAgency2Page() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
buttons={[
|
||||
{ text: "Začať projekt", href: "#contact" },
|
||||
{ text: "Zobraziť prácu", href: "#work" },
|
||||
]}
|
||||
buttons={[]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
leftCarouselItems={[
|
||||
@@ -74,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={[
|
||||
{
|
||||
@@ -102,7 +98,7 @@ export default function WebAgency2Page() {
|
||||
description="Výber projektov, ktoré sme vytvorili pre klientov naprieč odvetviami."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Zobraziť všetky práce", href: "#work" }]}
|
||||
buttons={[]}
|
||||
buttonAnimation="slide-up"
|
||||
cardClassName="!h-auto aspect-video"
|
||||
features={[
|
||||
@@ -238,10 +234,7 @@ export default function WebAgency2Page() {
|
||||
title="Pripravení transformovať svoju digitálnu prítomnosť?"
|
||||
description="Poďme spoločne vytvoriť niečo mimoriadne. Ozvite sa a prediskutujme váš ďalší projekt."
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
buttons={[
|
||||
{ text: "Začať váš projekt", href: "#contact" },
|
||||
{ text: "Zobraziť našu prácu", href: "#work" },
|
||||
]}
|
||||
buttons={[]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -259,10 +252,10 @@ export default function WebAgency2Page() {
|
||||
},
|
||||
{
|
||||
title: "Služby", items: [
|
||||
{ label: "Vývoj webu", href: "#" },
|
||||
{ label: "SEO", href: "#" },
|
||||
{ label: "Budovanie značky", href: "#" },
|
||||
{ label: "UI/UX Dizajn", href: "#" },
|
||||
{ label: "Vývoj webu", href: "/#" },
|
||||
{ label: "SEO", href: "/#" },
|
||||
{ label: "Budovanie značky", href: "/#" },
|
||||
{ label: "UI/UX Dizajn", href: "/#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user