diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 854d44a..9fa61e9 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -2,13 +2,10 @@ import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
-const inter = Inter({
- variable: "--font-inter", subsets: ["latin"],
- weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
-});
+const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
- title: "DevFlow - Build, Deploy, and Scale with Confidence", description: "DevFlow transforms how development teams collaborate, deploy, and monitor their applications. Streamline your entire development lifecycle with our comprehensive platform."};
+ title: "DevFlow - Build, Deploy, and Scale with Confidence", description: "DevFlow transforms how development teams collaborate, deploy, and monitor their applications."};
export default function RootLayout({
children,
@@ -16,14 +13,8 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
-
-
- {children}
-
-
+
+ {children}
-
-
console.log("Favorited product 1"),
- onProductClick: () => console.log("Clicked product 1"),
- onQuantityChange: (qty) => console.log("Quantity changed to", qty),
- isFavorited: false
- },
- {
- id: "2", name: "Enterprise Deployment Bundle", price: "$499.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AipurdVMil0uZbzwUuFaGkTvH9/a-professional-headshot-of-a-tech-leader-1773085588230-3b066879.png", imageAlt: "Enterprise Deployment Bundle product image", initialQuantity: 1,
- onFavorite: () => console.log("Favorited product 2"),
- onProductClick: () => console.log("Clicked product 2"),
- onQuantityChange: (qty) => console.log("Quantity changed to", qty),
- isFavorited: false
- },
- {
- id: "3", name: "Advanced Monitoring Suite", price: "$299.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AipurdVMil0uZbzwUuFaGkTvH9/a-professional-headshot-of-a-product-man-1773085588105-83f53d57.png", imageAlt: "Advanced Monitoring Suite product image", initialQuantity: 1,
- onFavorite: () => console.log("Favorited product 3"),
- onProductClick: () => console.log("Clicked product 3"),
- onQuantityChange: (qty) => console.log("Quantity changed to", qty),
- isFavorited: false
- }
- ]}
- carouselMode="buttons"
- />
-
-
@@ -301,9 +261,9 @@ export default function LandingPage() {
{
title: "Product", items: [
{ label: "Features", href: "#features" },
- { label: "Products", href: "#products" },
{ label: "Pricing", href: "#pricing" },
- { label: "Security", href: "#" }
+ { label: "Security", href: "#" },
+ { label: "Roadmap", href: "#" }
]
},
{