"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import SplitAbout from '@/components/sections/about/SplitAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Camera, Aperture, Film, Zap, Image } from 'lucide-react'; export default function LandingPage() { return (

MISAELS PHOTOGRAPHY

); }