diff --git a/src/App.tsx b/src/App.tsx index ebe6a2a..a0d9955 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,12 +1,3 @@ -import ContactCta from '@/components/sections/contact/ContactCta'; -import FaqSimple from '@/components/sections/faq/FaqSimple'; -import FeaturesStatisticsCards from '@/components/sections/features/FeaturesStatisticsCards'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; -import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; -import NavbarCentered from '@/components/ui/NavbarCentered'; -import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; -import TestimonialDetailedCards from '@/components/sections/testimonial/TestimonialDetailedCards'; import { Routes, Route } from 'react-router-dom'; import HomePage from '@/pages/HomePage'; diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 08583f5..b78c166 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -100,7 +100,7 @@ export default function HomePage() { columns={[ { title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }] }, { title: "Resources", items: [{ label: "Blog", href: "#" }, { label: "Support", href: "#" }] } - ]} + ], copyright="© 2024 PrimeStore. All rights reserved." links={[{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }]} />