From 0b4dae62cbe7bc47db017a00e14e199e246b0342 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:50:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 67 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 45 insertions(+), 22 deletions(-) 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() {