From b3b8c52b0eb16db0311da60562acd5d3d9f6a2fc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 20:25:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a1bb0de..98f7740 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,12 +7,11 @@ import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleC import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import TeamCardFive from "@/components/sections/team/TeamCardFive"; import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import { Sparkles, Palette, Shirt, Zap, Paintbrush, ShieldCheck, Truck, Users, Award, LayoutGrid } from "lucide-react"; +import { Sparkles, Palette, Shirt, Zap, Paintbrush, Truck, ShieldCheck, Users, Award, LayoutGrid } from "lucide-react"; export default function CustomTShirtPlatformPage() { return ( @@ -74,13 +73,13 @@ export default function CustomTShirtPlatformPage() { animationType="slide-up" features={[ { - title: "Interactive Design Tool", description: "Upload your own logo or image, adjust size and position directly on the T-shirt.", icon: Palette, + bentoComponent: "reveal-icon", title: "Interactive Design Tool", description: "Upload your own logo or image, adjust size and position directly on the T-shirt.", icon: Palette, }, { - title: "Instant Preview", description: "See the final result before confirming your order and payment.", icon: LayoutGrid, + bentoComponent: "reveal-icon", title: "Instant Preview", description: "See the final result before confirming your order and payment.", icon: LayoutGrid, }, { - title: "Multiple Options", description: "Choose between cotton, polyester, or premium fabrics with a variety of color options.", icon: Shirt, + bentoComponent: "reveal-icon", title: "Multiple Options", description: "Choose between cotton, polyester, or premium fabrics with a variety of color options.", icon: Shirt, }, ]} /> @@ -93,7 +92,7 @@ export default function CustomTShirtPlatformPage() { useInvertedBackground={false} features={[ { title: "Choose Item", description: "Select your favorite color and fabric type", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-testing-colours_23-2150538660.jpg" }, - { title: "Add Your Design", description: "Upload your file or use the built-in tools", buttonIcon: Paintbrush, imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-using-computer-make-use-text-video-with-ai_482257-119684.jpg" }, + { title: "Add Your Design", description: "Upload your file or use the built-in tools", buttonIcon: Paintbrush, imageSrc: "http://img.b2bpic.net/close-up-person-using-computer-make-use-text-video-with-ai_482257-119684.jpg" }, { title: "Set Size", description: "Select the size carefully from our size guide", buttonIcon: Shirt, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lhs0qv" }, { title: "Get Your Order", description: "Track the shipment until it arrives at your doorstep", buttonIcon: Truck, imageSrc: "http://img.b2bpic.net/free-photo/impressed-middle-aged-blonde-delivery-woman-blue-uniform-cap-holding-cardboard-box-head-looking-up-isolated-pink-wall_141793-112380.jpg" }, ]} -- 2.49.1