import { NewHeader } from './components/NewHeader';
import { NewHero } from './components/NewHero';
import { AboutSection } from './components/AboutSection';
import { CatalogSectionNew } from './components/CatalogSectionNew';
import { FeaturesSectionNew } from './components/FeaturesSectionNew';
import { RatingsSection } from './components/RatingsSection';
import { ReviewsSectionNew } from './components/ReviewsSectionNew';
import { FAQSectionNew } from './components/FAQSectionNew';
import { ContactSectionNew } from './components/ContactSectionNew';
import { NewFooter } from './components/NewFooter';
import { ParallaxElements } from './components/ParallaxElements';
import { GlassOrbs } from './components/GlassOrbs';
export default function App() {
return (
);
}