Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-03 11:36:43 +00:00
2 changed files with 2 additions and 11 deletions

View File

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

View File

@@ -11,7 +11,6 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import Link from "next/link";
import { CheckCircle, Globe, Award, TrendingUp } from "lucide-react";
export default function HomePage() {
@@ -40,13 +39,7 @@ export default function HomePage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Fly Sky"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Success Stories", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
]}
navItems={navItems}
/>
</div>