tenext redesign

This commit is contained in:
2026-08-03 14:42:01 +05:30
parent 1e3f225bed
commit 6625bb9018
78 changed files with 2798 additions and 859 deletions

View File

@@ -1,17 +1,17 @@
import { Navbar } from "@/components/aiero/Navbar";
import { HeroSection } from "@/components/aiero/HeroSection";
import { CardsGrid } from "@/components/aiero/CardsGrid";
import { PossibilitiesSection } from "@/components/aiero/PossibilitiesSection";
import { TinkerSection } from "@/components/aiero/TinkerSection";
import { MarqueeStrip } from "@/components/aiero/MarqueeStrip";
import { FeaturesSection } from "@/components/aiero/FeaturesSection";
import { WOWSection } from "@/components/aiero/WOWSection";
import { BenefitsGridSection } from "@/components/aiero/BenefitsGridSection";
import { MetricsSection } from "@/components/aiero/MetricsSection";
import { HowItWorksSection } from "@/components/aiero/HowItWorksSection";
import { TeamSection } from "@/components/aiero/about/TeamSection";
import { TestimonialsSection } from "@/components/aiero/services/TestimonialsSection";
import { BlogSection } from "@/components/aiero/BlogSection";
import { Navbar } from "@/components/sections/Navbar";
import { HeroSection } from "@/components/sections/HeroSection";
import { CardsGrid } from "@/components/sections/CardsGrid";
import { PossibilitiesSection } from "@/components/sections/PossibilitiesSection";
import { TinkerSection } from "@/components/sections/TinkerSection";
import { MarqueeStrip } from "@/components/sections/MarqueeStrip";
import { FeaturesSection } from "@/components/sections/FeaturesSection";
import { WOWSection } from "@/components/sections/WOWSection";
import { BenefitsGridSection } from "@/components/sections/BenefitsGridSection";
import { MetricsSection } from "@/components/sections/MetricsSection";
import { HowItWorksSection } from "@/components/sections/HowItWorksSection";
import { TeamSection } from "@/components/sections/about/TeamSection";
import { DeliveryPrinciplesSection } from "@/components/sections/services/DeliveryPrinciplesSection";
import { BlogSection } from "@/components/sections/BlogSection";
import { PartnerLogosSection } from "@/components/shared/PartnerLogosSection";
import { PreFooterCTA } from "@/components/shared/PreFooterCTA";
@@ -19,7 +19,7 @@ export default function Home() {
return (
<main className="bg-white">
<div className="absolute left-5 right-5 top-0 z-50">
<Navbar />
<Navbar variant="overlay" />
</div>
<HeroSection />
<CardsGrid />
@@ -38,7 +38,7 @@ export default function Home() {
<MetricsSection />
<HowItWorksSection />
<TeamSection />
<TestimonialsSection />
<DeliveryPrinciplesSection />
<BlogSection />
<PartnerLogosSection />
<PreFooterCTA />