Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 36111c405d | |||
| 8915b7b8d0 | |||
| ee03935252 | |||
| 828b807bf8 |
@@ -1,77 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Poppins } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const poppins = Poppins({
|
||||
variable: "--font-poppins",
|
||||
subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "DevNest - Web Development Agency | Custom Websites for Business",
|
||||
description: "DevNest creates stunning, high-performance websites for businesses. Custom web development, UI/UX design, and digital transformation solutions.",
|
||||
keywords: "web development, web design agency, custom websites, UI/UX design, digital agency, web solutions",
|
||||
metadataBase: new URL("https://devnest.com"),
|
||||
alternates: {
|
||||
canonical: "https://devnest.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "DevNest - Web Development Agency",
|
||||
description: "Transform your business with stunning, high-performance websites built by DevNest.",
|
||||
url: "https://devnest.com",
|
||||
siteName: "DevNest",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/a-modern-web-development-dashboard-inter-1772654927340-7827f44c.png",
|
||||
alt: "DevNest Web Development",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "DevNest - Web Development Agency",
|
||||
description: "Custom websites and digital solutions for your business",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/a-modern-web-development-dashboard-inter-1772654927340-7827f44c.png",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "DevNest - Web Development Services", description: "Build your digital presence with DevNest. We create stunning, high-performance websites that transform your business."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1439,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -70,7 +70,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
title="Empowering Businesses Through Web Innovation"
|
||||
title="Trusted by 150+ Businesses: Here's What We Deliver"
|
||||
metrics={[
|
||||
{ icon: Zap, label: "Projects Completed", value: "300+" },
|
||||
{ icon: Users, label: "Happy Clients", value: "150+" },
|
||||
@@ -112,13 +112,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "TechFlow E-Commerce Platform", price: "E-commerce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/a-modern-e-commerce-website-interface-sh-1772654928544-a4ddb342.png", imageAlt: "E-commerce platform"},
|
||||
id: "1", name: "TechFlow E-Commerce Platform", price: "E-commerce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/a-modern-e-commerce-website-interface-sh-1772654928544-a4ddb342.png", imageAlt: "E-commerce platform"
|
||||
},
|
||||
{
|
||||
id: "2", name: "FinanceHub Analytics Dashboard", price: "Dashboard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/an-advanced-analytics-dashboard-with-cha-1772654927755-23adcfba.png", imageAlt: "Analytics dashboard"},
|
||||
id: "2", name: "FinanceHub Analytics Dashboard", price: "Dashboard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/an-advanced-analytics-dashboard-with-cha-1772654927755-23adcfba.png", imageAlt: "Analytics dashboard"
|
||||
},
|
||||
{
|
||||
id: "3", name: "HealthCare Patient Portal", price: "Web App", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/a-healthcare-patient-portal-interface-wi-1772654927766-bdbbea5d.png", imageAlt: "Healthcare portal"},
|
||||
id: "3", name: "HealthCare Patient Portal", price: "Web App", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/a-healthcare-patient-portal-interface-wi-1772654927766-bdbbea5d.png", imageAlt: "Healthcare portal"
|
||||
},
|
||||
{
|
||||
id: "4", name: "EduLearn LMS Platform", price: "Education", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/an-online-learning-management-system-wit-1772654928753-53e44156.png", imageAlt: "Learning management system"},
|
||||
id: "4", name: "EduLearn LMS Platform", price: "Education", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/an-online-learning-management-system-wit-1772654928753-53e44156.png", imageAlt: "Learning management system"
|
||||
},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
@@ -251,4 +255,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user