diff --git a/src/app/page.tsx b/src/app/page.tsx index 51d2ee7..1bdb62f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLarge" - background="blurBottom" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -62,7 +62,7 @@ export default function HomePage() { tag="Creative Web Agency" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "canvas-reveal" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVZXctc17uMFQ7zoTfanEtov5d/a-modern-web-development-dashboard-inter-1772679876736-0b076f50.png" imageAlt="Web development dashboard showcase" buttons={[ @@ -83,27 +83,19 @@ export default function HomePage() { useInvertedBackground={false} bulletPoints={[ { - title: "Strategic Approach", - description: "We start with your business goals and user needs to create targeted solutions", - icon: Target, + title: "Strategic Approach", description: "We start with your business goals and user needs to create targeted solutions", icon: Target, }, { - title: "Creative Design", - description: "Our designers push boundaries to create stunning, memorable digital experiences", - icon: Palette, + title: "Creative Design", description: "Our designers push boundaries to create stunning, memorable digital experiences", icon: Palette, }, { - title: "Technical Excellence", - description: "Built on modern frameworks and best practices for performance and scalability", - icon: Code, + title: "Technical Excellence", description: "Built on modern frameworks and best practices for performance and scalability", icon: Code, }, { - title: "Ongoing Support", - description: "We partner with you long-term to ensure your website continues to succeed", - icon: HeartHandshake, + title: "Ongoing Support", description: "We partner with you long-term to ensure your website continues to succeed", icon: HeartHandshake, }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVZXctc17uMFQ7zoTfanEtov5d/a-diverse-creative-team-collaborating-in-1772679876014-46ecb829.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVZXctc17uMFQ7zoTfanEtov5d/a-diverse-creative-team-collaborating-in-1772679876014-46ecb829.png" imageAlt="Creative team collaboration" mediaAnimation="slide-up" imagePosition="right" @@ -117,34 +109,22 @@ export default function HomePage() { features={[ { icon: Globe, - title: "Web Design & Development", - description: "Custom-built websites that reflect your brand and engage your audience with cutting-edge technology", - }, + title: "Web Design & Development", description: "Custom-built websites that reflect your brand and engage your audience with cutting-edge technology"}, { icon: Smartphone, - title: "Responsive Design", - description: "Perfect experiences across all devices - desktop, tablet, and mobile platforms", - }, + title: "Responsive Design", description: "Perfect experiences across all devices - desktop, tablet, and mobile platforms"}, { icon: Zap, - title: "Performance Optimization", - description: "Lightning-fast loading speeds and optimized user experience for better conversions", - }, + title: "Performance Optimization", description: "Lightning-fast loading speeds and optimized user experience for better conversions"}, { icon: Shield, - title: "Security & Compliance", - description: "Enterprise-grade security and compliance with industry standards and regulations", - }, + title: "Security & Compliance", description: "Enterprise-grade security and compliance with industry standards and regulations"}, { icon: BarChart3, - title: "Analytics & SEO", - description: "Data-driven strategies to improve visibility and track performance metrics", - }, + title: "Analytics & SEO", description: "Data-driven strategies to improve visibility and track performance metrics"}, { icon: Headphones, - title: "Ongoing Support", - description: "Dedicated support team to maintain, update, and enhance your web presence", - }, + title: "Ongoing Support", description: "Dedicated support team to maintain, update, and enhance your web presence"}, ]} title="Services We Offer" description="Comprehensive web solutions tailored to your business needs" @@ -163,38 +143,11 @@ export default function HomePage() {