Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-08 06:21:20 +00:00

View File

@@ -9,7 +9,7 @@ import FeatureBento from "@/components/sections/feature/FeatureBento";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Package, Sparkles, Zap, ShoppingBag, Coat, Dress, Star, Heart, Award, Mail } from "lucide-react";
import { Package, Sparkles, Zap, ShoppingBag, Shirt, Dress, Star, Heart, Award, Mail } from "lucide-react";
const handleEmailSubmit = (email: string) => {
console.log("Email submitted:", email);
@@ -117,7 +117,7 @@ export default function LandingPage() {
],
},
{
title: "Outerwear", description: "Statement jackets and layering pieces", bentoComponent: "marquee", centerIcon: Coat,
title: "Outerwear", description: "Statement jackets and layering pieces", bentoComponent: "marquee", centerIcon: Shirt,
variant: "text", texts: ["Denim Jackets", "Wool Coats", "Leather Jackets", "Blazers", "Cardigans"],
},
{