Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-03 15:34:00 +00:00
2 changed files with 2 additions and 4 deletions

View File

@@ -36,9 +36,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${dmSans.variable} antialiased`}
>
<body className={`${dmSans.variable} antialiased`}>
<Tag />
{children}

View File

@@ -7,7 +7,7 @@ import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Sparkles, TrendingUp, Zap, Award, Users } from "lucide-react";
import { TrendingUp, Zap, Award, Users } from "lucide-react";
const navItems = [
{ name: "Features", id: "features" },