Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-19 20:25:48 +00:00

View File

@@ -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" },
]}