diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f8862d7..ce965ef 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -21,7 +21,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -37,9 +37,7 @@ export default function ContactPage() { { name: "Portfolio", id: "/portfolio" }, ]} button={{ - text: "Get Started", - href: "/contact", - }} + text: "Get Started", href: "/contact"}} animateOnLoad={true} /> @@ -50,17 +48,12 @@ export default function ContactPage() { animationType="entrance-slide" buttons={[ { - text: "Start Your Project", - href: "/contact", - }, + text: "Start Your Project", href: "/contact"}, { - text: "Schedule a Call", - href: "/contact", - }, + text: "Schedule a Call", href: "/contact"}, ]} background={{ - variant: "aurora", - }} + variant: "glowing-orb"}} useInvertedBackground={false} /> @@ -69,95 +62,35 @@ export default function ContactPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index 7525748..2379d62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -37,9 +37,7 @@ export default function HomePage() { { name: "Portfolio", id: "/portfolio" }, ]} button={{ - text: "Get Started", - href: "/contact", - }} + text: "Get Started", href: "/contact"}} animateOnLoad={true} /> @@ -49,20 +47,14 @@ export default function HomePage() { @@ -162,32 +126,16 @@ export default function HomePage() { @@ -317,24 +201,16 @@ export default function HomePage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/webifygreece", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/webifygreece", ariaLabel: "Facebook"}, { icon: Linkedin, - href: "https://linkedin.com/company/webifygreece", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/webifygreece", ariaLabel: "LinkedIn"}, { icon: Twitter, - href: "https://twitter.com/webifygreece", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/webifygreece", ariaLabel: "Twitter"}, { icon: Instagram, - href: "https://instagram.com/webifygreece", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/webifygreece", ariaLabel: "Instagram"}, ]} /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0d78556..d7de2df 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -17,7 +17,7 @@ export default function ServicesPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -34,9 +34,7 @@ export default function ServicesPage() { { name: "Portfolio", id: "/portfolio" }, ]} button={{ - text: "Get Started", - href: "/contact", - }} + text: "Get Started", href: "/contact"}} animateOnLoad={true} /> @@ -46,74 +44,50 @@ export default function ServicesPage() { @@ -179,24 +145,16 @@ export default function ServicesPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/webifygreece", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/webifygreece", ariaLabel: "Facebook"}, { icon: Linkedin, - href: "https://linkedin.com/company/webifygreece", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/webifygreece", ariaLabel: "LinkedIn"}, { icon: Twitter, - href: "https://twitter.com/webifygreece", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/webifygreece", ariaLabel: "Twitter"}, { icon: Instagram, - href: "https://instagram.com/webifygreece", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/webifygreece", ariaLabel: "Instagram"}, ]} />