Merge version_3_1776446844005 into main #9

Merged
bender merged 2 commits from version_3_1776446844005 into main 2026-04-17 17:29:32 +00:00
2 changed files with 1 additions and 10 deletions

View File

@@ -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';

View File

@@ -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: "#" }]}
/>