diff --git a/src/app/page.tsx b/src/app/page.tsx index ada5ea0..9511d1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import ButtonElasticEffect from '@/components/button/ButtonElasticEffect/ButtonElasticEffect'; -import { Sparkles, Zap, Users, Star } from "lucide-react"; +import { Sparkles, Zap, Users, Star, ShoppingCart } from "lucide-react"; export default function StarWarsPage() { return ( @@ -84,45 +83,60 @@ export default function StarWarsPage() {
-