"use client"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Sparkles, Flame, Crown, Star, Instagram, Facebook, Twitter } from "lucide-react"; export default function SteakhousePage() { return (
); }