diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 396aec7..900b34e 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -24,7 +24,6 @@ export default function Layout() { { const FooterSimpleReveal = ({ brand, - brandImageSrc, columns, copyright, links, }: { brand: string; - brandImageSrc?: string; columns: FooterColumn[]; copyright: string; links: FooterLink[]; @@ -92,11 +89,7 @@ const FooterSimpleReveal = ({ >
- {brandImageSrc ? ( - - ) : ( -

{brand}

- )} +

{brand}

{columns.map((column) => ( diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 6c483de..ac3113c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,46 +1,265 @@ -// AUTO-GENERATED shell by per-section-migrate. -// Section bodies live in the sibling sections/ folder (one file per section). -// Edit those section files directly. Non-block content (wrappers, -// non-inlinable sections) is preserved inline; extracted section blocks -// become component refs. - import { StyleProvider } from "@/components/ui/StyleProvider"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; -import React from 'react'; -import HeroSection from './HomePage/sections/Hero'; -import ServicesSection from './HomePage/sections/Services'; -import WorkSection from './HomePage/sections/Work'; -import PromiseSection from './HomePage/sections/Promise'; -import TestimonialsSection from './HomePage/sections/Testimonials'; -import MetricsSection from './HomePage/sections/Metrics'; -import TeamSection from './HomePage/sections/Team'; -import FaqSection from './HomePage/sections/Faq'; -import ContactSection from './HomePage/sections/Contact'; +import HeroSplitVerticalMarqueeTall from "@/components/sections/hero/HeroSplitVerticalMarqueeTall"; +import FeaturesBento from "@/components/sections/features/FeaturesBento"; +import FeaturesMediaCarousel from "@/components/sections/features/FeaturesMediaCarousel"; +import FeaturesBorderGlow from "@/components/sections/features/FeaturesBorderGlow"; +import TestimonialTrustCard from "@/components/sections/testimonial/TestimonialTrustCard"; +import MetricsFeatureCards from "@/components/sections/metrics/MetricsFeatureCards"; +import TeamStackedCards from "@/components/sections/team/TeamStackedCards"; +import FaqSimple from "@/components/sections/faq/FaqSimple"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import { Monitor, Zap, Shield, ArrowUpRight, Code, Palette, Layers, PenTool, Sparkles } from "lucide-react"; -export default function HomePage(): React.JSX.Element { +export default function HomePage() { return ( - +
+ +
- +
+ +
- +
+ +
- +
+ +
- +
+ +
- +
+ +
- +
+ +
- +
+ +
- +
+ +