From 8095e5691e9a16a20475c5611af42d43e01939d2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 17:29:25 +0000 Subject: [PATCH 1/2] Update src/App.tsx --- src/App.tsx | 9 --------- 1 file changed, 9 deletions(-) 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'; -- 2.49.1 From 9689a17e7832573efb3597070a0680f0088a35e1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 17:29:25 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "#" }]} /> -- 2.49.1