diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b8760dc..2b8a682 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,53 +7,35 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const nunito = Nunito({ - variable: "--font-nunito", - subsets: ["latin"], + variable: "--font-nunito", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Enterprise Software Platform | Webild", - description: "Advanced AI-powered enterprise software trusted by 5,000+ global companies. Streamline operations, enhance security, and accelerate innovation with our intelligent platform.", - keywords: "enterprise software, SaaS platform, business intelligence, AI analytics, cloud software, digital transformation", - metadataBase: new URL("https://webild.com"), + title: "Enterprise Software Platform | Webild", description: "Advanced AI-powered enterprise software trusted by 5,000+ global companies. Streamline operations, enhance security, and accelerate innovation with our intelligent platform.", keywords: "enterprise software, SaaS platform, business intelligence, AI analytics, cloud software, digital transformation", metadataBase: new URL("https://webild.com"), alternates: { - canonical: "https://webild.com", - }, + canonical: "https://webild.com"}, robots: { index: true, follow: true, }, openGraph: { - title: "Enterprise Software Platform | Webild", - description: "Advanced AI-powered enterprise software trusted by 5,000+ global companies.", - url: "https://webild.com", - siteName: "Webild", - type: "website", - images: [ + title: "Enterprise Software Platform | Webild", description: "Advanced AI-powered enterprise software trusted by 5,000+ global companies.", url: "https://webild.com", siteName: "Webild", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/modern-enterprise-software-dashboard-wit-1772749677462-04571515.png", - alt: "Webild Enterprise Software Platform", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/modern-enterprise-software-dashboard-wit-1772749677462-04571515.png", alt: "Webild Enterprise Software Platform"}, ], }, twitter: { - card: "summary_large_image", - title: "Enterprise Software Platform | Webild", - description: "Advanced AI-powered enterprise software trusted by 5,000+ global companies.", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/modern-enterprise-software-dashboard-wit-1772749677462-04571515.png", - ], + card: "summary_large_image", title: "Enterprise Software Platform | Webild", description: "Advanced AI-powered enterprise software trusted by 5,000+ global companies.", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/modern-enterprise-software-dashboard-wit-1772749677462-04571515.png"], }, }; @@ -1441,4 +1423,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 58e0bda..7d97da2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,13 +51,9 @@ export default function HomePage() { background={{ variant: "gradient-bars" }} mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/modern-enterprise-software-dashboard-wit-1772749677462-04571515.png?_wi=1", - imageAlt: "Advanced analytics dashboard interface", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/modern-enterprise-software-dashboard-wit-1772749677462-04571515.png?_wi=1", imageAlt: "Advanced analytics dashboard interface"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/advanced-data-visualization-platform-sho-1772749676473-c722e8ce.png?_wi=1", - imageAlt: "Real-time data visualization platform", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/advanced-data-visualization-platform-sho-1772749676473-c722e8ce.png?_wi=1", imageAlt: "Real-time data visualization platform"}, ]} mediaAnimation="slide-up" rating={5} @@ -75,9 +71,7 @@ export default function HomePage() {