diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 482bb27..f594f72 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -17,7 +17,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="medium" sizing="largeSmall" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -44,10 +44,7 @@ export default function AboutPage() { heading={[ { type: "text", content: "Founded on principles of" }, { - type: "image", - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/minimalist-logo-with-green-color-represe-1772516675043-86fda967.png", - alt: "Clearsite core values", - }, + type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/minimalist-logo-with-green-color-represe-1772516675043-86fda967.png", alt: "Clearsite core values"}, { type: "text", content: "transparency and innovation" }, ]} buttons={[ @@ -69,37 +66,16 @@ export default function AboutPage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "18", - title: "Years of Innovation", - items: [ - "Founded in 2007 with a vision", - "Pioneering cloud solutions", - "Continuous platform evolution", - "Thought leadership in industry", - ], + id: "1", value: "18", title: "Years of Innovation", items: [ + "Founded in 2007 with a vision", "Pioneering cloud solutions", "Continuous platform evolution", "Thought leadership in industry"], }, { - id: "2", - value: "500+", - title: "Enterprise Partnerships", - items: [ - "Global clientele across sectors", - "Multi-continent operations", - "Strategic industry alliances", - "Growing partner ecosystem", - ], + id: "2", value: "500+", title: "Enterprise Partnerships", items: [ + "Global clientele across sectors", "Multi-continent operations", "Strategic industry alliances", "Growing partner ecosystem"], }, { - id: "3", - value: "200+", - title: "Expert Team Members", - items: [ - "Diverse talent backgrounds", - "Certified professionals", - "Continuous learning culture", - "Customer-first mindset", - ], + id: "3", value: "200+", title: "Expert Team Members", items: [ + "Diverse talent backgrounds", "Certified professionals", "Continuous learning culture", "Customer-first mindset"], }, ]} animationType="slide-up" @@ -120,11 +96,7 @@ export default function AboutPage() { tagAnimation="slide-up" names={["Microsoft", "Google", "Amazon", "Slack"]} logos={[ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/microsoft-company-logo-professional-high-1772516674652-2b5aea9b.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/google-company-logo-professional-high-qu-1772516674717-aab008d6.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/amazon-company-logo-professional-high-qu-1772516674053-0a17fddb.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/slack-company-logo-professional-high-qua-1772516675988-45298cc1.png", - ]} + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/microsoft-company-logo-professional-high-1772516674652-2b5aea9b.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/google-company-logo-professional-high-qu-1772516674717-aab008d6.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/amazon-company-logo-professional-high-qu-1772516674053-0a17fddb.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/slack-company-logo-professional-high-qua-1772516675988-45298cc1.png"]} textboxLayout="default" useInvertedBackground={false} speed={40} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0647573..5aeb504 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,7 +16,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="medium" sizing="largeSmall" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -45,7 +45,7 @@ export default function ContactPage() { description="Connect with our enterprise solutions team to explore how Clearsite Solutions can accelerate your organization's digital transformation journey. Schedule a personalized consultation or start your 14-day free trial today." tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Start Free Trial" @@ -63,21 +63,11 @@ export default function ContactPage() { tagAnimation="slide-up" negativeCard={{ items: [ - "Long wait times for responses", - "Limited support availability", - "One-size-fits-all solutions", - "Complicated onboarding process", - "No dedicated account management", - ], + "Long wait times for responses", "Limited support availability", "One-size-fits-all solutions", "Complicated onboarding process", "No dedicated account management"], }} positiveCard={{ items: [ - "24/7 dedicated support team", - "Multi-channel communication", - "Personalized solutions approach", - "Smooth onboarding and setup", - "Assigned account manager", - ], + "24/7 dedicated support team", "Multi-channel communication", "Personalized solutions approach", "Smooth onboarding and setup", "Assigned account manager"], }} animationType="slide-up" textboxLayout="default" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 750a229..2be6dca 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,38 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Clearsite Solutions - Enterprise Business Intelligence Platform", - description: "Transform your business with Clearsite Solutions. Cloud-native platform for enterprise business intelligence, workflow automation, and scalable infrastructure. Trusted by Fortune 500 companies.", - keywords: "business intelligence, cloud solutions, enterprise software, workflow automation, SaaS platform, analytics, business intelligence platform", - robots: { + title: "Clearsite Solutions - Enterprise Business Intelligence Platform", description: "Transform your business with Clearsite Solutions. Cloud-native platform for enterprise business intelligence, workflow automation, and scalable infrastructure. Trusted by Fortune 500 companies.", keywords: "business intelligence, cloud solutions, enterprise software, workflow automation, SaaS platform, analytics, business intelligence platform", robots: { index: true, follow: true, }, openGraph: { - title: "Clearsite Solutions - Enterprise Business Intelligence", - description: "Cloud-native business intelligence platform trusted by 500+ enterprises worldwide.", - url: "https://clearsite-solutions.com", - siteName: "Clearsite Solutions", - type: "website", - images: [ + title: "Clearsite Solutions - Enterprise Business Intelligence", description: "Cloud-native business intelligence platform trusted by 500+ enterprises worldwide.", url: "https://clearsite-solutions.com", siteName: "Clearsite Solutions", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/modern-business-dashboard-interface-with-1772516676392-2c8472f0.png", - alt: "Clearsite Solutions Platform", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/modern-business-dashboard-interface-with-1772516676392-2c8472f0.png", alt: "Clearsite Solutions Platform"}, ], }, twitter: { - card: "summary_large_image", - title: "Clearsite Solutions - Enterprise Platform", - description: "Transform business operations with intelligent cloud solutions.", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/modern-business-dashboard-interface-with-1772516676392-2c8472f0.png", - ], + card: "summary_large_image", title: "Clearsite Solutions - Enterprise Platform", description: "Transform business operations with intelligent cloud solutions.", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/modern-business-dashboard-interface-with-1772516676392-2c8472f0.png"], }, }; diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fbf48d..cb22581 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,8 @@ import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterCard from "@/components/sections/footer/FooterCard"; import Link from "next/link"; import { Sparkles, CheckCircle, Award, TrendingUp, Star, Heart, Zap, Linkedin, Twitter, Github } from "lucide-react"; @@ -20,7 +22,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="medium" sizing="largeSmall" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -49,42 +51,26 @@ export default function HomePage() { tag="Enterprise Solutions" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/modern-business-dashboard-interface-with-1772516676392-2c8472f0.png?_wi=1", - imageAlt: "Business analytics dashboard", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/modern-business-dashboard-interface-with-1772516676392-2c8472f0.png", imageAlt: "Business analytics dashboard"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/cloud-infrastructure-visualization-with--1772516675125-02217a42.png?_wi=1", - imageAlt: "Cloud infrastructure", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/cloud-infrastructure-visualization-with--1772516675125-02217a42.png", imageAlt: "Cloud infrastructure"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/business-solutions-software-interface-wi-1772516676120-7b631d81.png?_wi=1", - imageAlt: "Project management interface", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/business-solutions-software-interface-wi-1772516676120-7b631d81.png", imageAlt: "Project management interface"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/enterprise-software-platform-with-green--1772516676198-9c42138b.png?_wi=1", - imageAlt: "Enterprise metrics platform", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/enterprise-software-platform-with-green--1772516676198-9c42138b.png", imageAlt: "Enterprise metrics platform"}, ]} rightCarouselItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/team-collaboration-software-interface-wi-1772516677522-83a59e1d.png?_wi=1", - imageAlt: "Team collaboration software", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/team-collaboration-software-interface-wi-1772516677522-83a59e1d.png", imageAlt: "Team collaboration software"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/business-analytics-platform-with-green-p-1772516675254-fb048911.png", - imageAlt: "Performance analytics", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/business-analytics-platform-with-green-p-1772516675254-fb048911.png", imageAlt: "Performance analytics"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/software-security-interface-with-green-a-1772516675385-f9841e2c.png?_wi=1", - imageAlt: "Security monitoring", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/software-security-interface-with-green-a-1772516675385-f9841e2c.png", imageAlt: "Security monitoring"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/enterprise-workflow-automation-platform--1772516680184-297aac75.png", - imageAlt: "Workflow automation", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/enterprise-workflow-automation-platform--1772516680184-297aac75.png", imageAlt: "Workflow automation"}, ]} buttons={[ { text: "Start Free Trial", href: "#contact" }, @@ -101,10 +87,7 @@ export default function HomePage() { heading={[ { type: "text", content: "Clarity through" }, { - type: "image", - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/abstract-geometric-logo-combining-a-gree-1772516681381-98c46218.png", - alt: "Clearsite logo", - }, + type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/abstract-geometric-logo-combining-a-gree-1772516681381-98c46218.png", alt: "Clearsite logo"}, { type: "text", content: "innovation and expertise" }, ]} buttons={[ @@ -126,35 +109,14 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "1", - brand: "Clearsite", - name: "Intelligence Platform", - price: "Enterprise", - rating: 5, - reviewCount: "1.2k", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/modern-business-dashboard-interface-with-1772516676392-2c8472f0.png?_wi=2", - imageAlt: "Intelligence Platform", - }, + id: "1", brand: "Clearsite", name: "Intelligence Platform", price: "Enterprise", rating: 5, + reviewCount: "1.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/modern-business-dashboard-interface-with-1772516676392-2c8472f0.png", imageAlt: "Intelligence Platform"}, { - id: "2", - brand: "Clearsite", - name: "Cloud Infrastructure", - price: "Enterprise", - rating: 5, - reviewCount: "890", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/cloud-infrastructure-visualization-with--1772516675125-02217a42.png?_wi=2", - imageAlt: "Cloud Infrastructure", - }, + id: "2", brand: "Clearsite", name: "Cloud Infrastructure", price: "Enterprise", rating: 5, + reviewCount: "890", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/cloud-infrastructure-visualization-with--1772516675125-02217a42.png", imageAlt: "Cloud Infrastructure"}, { - id: "3", - brand: "Clearsite", - name: "Workflow Automation", - price: "Enterprise", - rating: 5, - reviewCount: "756", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/business-solutions-software-interface-wi-1772516676120-7b631d81.png?_wi=2", - imageAlt: "Workflow Automation", - }, + id: "3", brand: "Clearsite", name: "Workflow Automation", price: "Enterprise", rating: 5, + reviewCount: "756", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/business-solutions-software-interface-wi-1772516676120-7b631d81.png", imageAlt: "Workflow Automation"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -175,21 +137,11 @@ export default function HomePage() { tagAnimation="slide-up" negativeCard={{ items: [ - "Legacy systems with slow updates", - "Limited scalability and flexibility", - "Poor user experience and adoption", - "Hidden costs and inflexible pricing", - "Inconsistent support quality", - ], + "Legacy systems with slow updates", "Limited scalability and flexibility", "Poor user experience and adoption", "Hidden costs and inflexible pricing", "Inconsistent support quality"], }} positiveCard={{ items: [ - "Modern cloud-native architecture", - "Infinite scalability as you grow", - "Intuitive design drives adoption", - "Transparent, flexible pricing", - "24/7 dedicated support team", - ], + "Modern cloud-native architecture", "Infinite scalability as you grow", "Intuitive design drives adoption", "Transparent, flexible pricing", "24/7 dedicated support team"], }} animationType="slide-up" textboxLayout="default" @@ -209,48 +161,20 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "500+", - title: "Enterprise Clients Worldwide", - items: [ - "Operating across 45+ countries", - "Multiple industry verticals served", - "Average 99.9% uptime SLA", - "Trusted by Fortune 500 companies", - ], + id: "1", value: "500+", title: "Enterprise Clients Worldwide", items: [ + "Operating across 45+ countries", "Multiple industry verticals served", "Average 99.9% uptime SLA", "Trusted by Fortune 500 companies"], }, { - id: "2", - value: "8.5M+", - title: "Users Active Monthly", - items: [ - "Processing billions of transactions", - "Supporting 24/7 operations globally", - "Real-time data analytics", - "Seamless collaboration across teams", - ], + id: "2", value: "8.5M+", title: "Users Active Monthly", items: [ + "Processing billions of transactions", "Supporting 24/7 operations globally", "Real-time data analytics", "Seamless collaboration across teams"], }, { - id: "3", - value: "340%", - title: "Average ROI", - items: [ - "Within first 12 months of deployment", - "Reduced operational costs by 45%", - "Increased productivity by 60%", - "Faster time-to-market initiatives", - ], + id: "3", value: "340%", title: "Average ROI", items: [ + "Within first 12 months of deployment", "Reduced operational costs by 45%", "Increased productivity by 60%", "Faster time-to-market initiatives"], }, { - id: "4", - value: "18yrs", - title: "Industry Leadership", - items: [ - "Continuous innovation and updates", - "Award-winning platform design", - "Enterprise-grade security", - "Committed to customer success", - ], + id: "4", value: "18yrs", title: "Industry Leadership", items: [ + "Continuous innovation and updates", "Award-winning platform design", "Enterprise-grade security", "Committed to customer success"], }, ]} animationType="slide-up" @@ -271,15 +195,7 @@ export default function HomePage() { tagAnimation="slide-up" names={["Microsoft", "Google", "Amazon", "Slack", "Salesforce", "Adobe", "IBM", "Apple"]} logos={[ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/microsoft-company-logo-professional-high-1772516674652-2b5aea9b.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/google-company-logo-professional-high-qu-1772516674717-aab008d6.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/amazon-company-logo-professional-high-qu-1772516674053-0a17fddb.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/slack-company-logo-professional-high-qua-1772516675988-45298cc1.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/salesforce-company-logo-professional-hig-1772516675444-082a9de6.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/adobe-company-logo-professional-high-qua-1772516679718-ecb7d4fb.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/ibm-company-logo-professional-high-quali-1772516674947-d01c96bf.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/apple-company-logo-professional-high-qua-1772516674987-ce9a4d27.png", - ]} + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/microsoft-company-logo-professional-high-1772516674652-2b5aea9b.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/google-company-logo-professional-high-qu-1772516674717-aab008d6.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/amazon-company-logo-professional-high-qu-1772516674053-0a17fddb.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/slack-company-logo-professional-high-qua-1772516675988-45298cc1.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/salesforce-company-logo-professional-hig-1772516675444-082a9de6.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/adobe-company-logo-professional-high-qua-1772516679718-ecb7d4fb.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/ibm-company-logo-professional-high-quali-1772516674947-d01c96bf.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/apple-company-logo-professional-high-qua-1772516674987-ce9a4d27.png"]} textboxLayout="default" useInvertedBackground={false} speed={40} @@ -292,41 +208,17 @@ export default function HomePage() {