"use client"; import { Header } from "@/components/layout/header"; import { Footer } from "@/components/layout/footer"; import { HeroSection } from "@/components/sections/hero-section"; import { AboutSection } from "@/components/sections/about-section"; import { ServicesSection } from "@/components/sections/services-section"; import { ProductsSection } from "@/components/sections/products-section"; import { NewsSection } from "@/components/sections/news-section"; import { ContactSection } from "@/components/sections/contact-section"; export default function HomePage() { return (
); }