diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 988754c..2f2afbb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,7 +1,7 @@ import type { Metadata } from "next"; const metadata: Metadata = { - title: "Sports Cards Co | Buy & Sell Premium Sports Cards", description: "Your trusted marketplace for buying and selling sports cards including case hits, autographs, RPAs, and any card $5+. We specialize in authenticated collectibles." + title: "Sports Cards Co | Buy & Sell Premium Football, Basketball & Baseball Cards", description: "Your trusted marketplace for buying and selling authentic football, basketball, and baseball sports cards including case hits, autographs, RPAs, and more. We specialize in authenticated collectibles." }; export { metadata }; diff --git a/src/app/page.tsx b/src/app/page.tsx index dfa78e9..2ed37a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,76 +1,114 @@ -"use client"; +'use client'; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboard from "@/components/sections/hero/HeroBillboard"; -import FeatureBento from "@/components/sections/feature/FeatureBento"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterCard from "@/components/sections/footer/FooterCard"; -import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import { Sparkles, CheckCircle, Zap, Award, Star, Coins, Instagram, Mail, Video, Camera } from "lucide-react"; +import { ThemeProvider } from '@/components/theme/ThemeProvider'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { Zap, Shield, Lock, TrendingUp, Award, Heart } from 'lucide-react'; -export default function SportsCardsPage() { +export default function Home() { return ( - +
-
-
- + +
+
-
- +
); -} +} \ No newline at end of file