diff --git a/src/app/page.tsx b/src/app/page.tsx index 95bdcb0..be9d4cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FaqBase from "@/components/sections/faq/FaqBase"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Zap, Users, ShoppingCart, TrendingUp } from "lucide-react"; +import { Zap, Users, ShoppingCart, TrendingUp, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -50,11 +50,14 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-interface-concept_23-2148664689.jpg", imageAlt: "Dropshipping dashboard showcase"}, + imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-interface-concept_23-2148664689.jpg", imageAlt: "Dropshipping dashboard showcase" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg", imageAlt: "Product collection display"}, + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg", imageAlt: "Product collection display" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-essentials-pottery-studio_23-2150164906.jpg", imageAlt: "Premium products"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-essentials-pottery-studio_23-2150164906.jpg", imageAlt: "Premium products" + }, ]} mediaAnimation="blur-reveal" buttons={[ @@ -68,6 +71,8 @@ export default function LandingPage() {