Merge version_1 into main #4
@@ -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, Shirt, Dress, Star, Heart, Award, Mail } from "lucide-react";
|
||||
import { Package, Sparkles, Zap, ShoppingBag, Shirt, Star, Heart, Award, Mail, Coat } from "lucide-react";
|
||||
|
||||
const handleEmailSubmit = (email: string) => {
|
||||
console.log("Email submitted:", email);
|
||||
@@ -127,7 +127,7 @@ export default function LandingPage() {
|
||||
variant: "text", texts: ["Denim Jackets", "Wool Coats", "Leather Jackets", "Blazers", "Cardigans"],
|
||||
},
|
||||
{
|
||||
title: "Dresses", description: "Elegant silhouettes for every occasion", bentoComponent: "orbiting-icons", centerIcon: Dress,
|
||||
title: "Dresses", description: "Elegant silhouettes for every occasion", bentoComponent: "orbiting-icons", centerIcon: Coat,
|
||||
items: [
|
||||
{ icon: Star, ring: 1 },
|
||||
{ icon: Heart, ring: 2 },
|
||||
|
||||
Reference in New Issue
Block a user