|
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
|
"use client";
|
|
|
|
|
|
|
|
|
|
import { Heart } from "lucide-react";
|
|
|
|
|
import { Heart, Star } from "lucide-react";
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
|
|
|
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
|
|
|
|
@@ -69,20 +69,21 @@ export default function LandingPage() {
|
|
|
|
|
<ProductCardFour
|
|
|
|
|
title="Our Collections"
|
|
|
|
|
description="Explore our curated selection of premium clothing categories tailored to your needs."
|
|
|
|
|
tag="Browse Collections"
|
|
|
|
|
tag="Most Popular: Wedding Collection"
|
|
|
|
|
tagIcon={Star}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "mens-1", name: "Men's Formal Wear", price: "₹2,500 - ₹8,000", variant: "Pant-Shirt, Suits, Sherwanis", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-chequered-pattern-table-cloth-silky-golden-textile_23-2147921825.jpg", imageAlt: "Men's formal wear collection"
|
|
|
|
|
id: "wedding-1", name: "Wedding Collection", price: "₹8,000 - ₹25,000 per set", variant: "Dulha Garments, Bridal, Special Occasion", imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-colorful-sari-market_53876-48915.jpg", imageAlt: "Wedding collection"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "womens-1", name: "Women's Traditional Wear", price: "₹3,000 - ₹12,000", variant: "Salwar Suits, Dress Materials, Fashion Fabrics", imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-turquoise-dress_158595-378.jpg", imageAlt: "Women's traditional wear collection"
|
|
|
|
|
id: "mens-1", name: "Men's Formal Wear", price: "₹2,500 - ₹8,000 per item", variant: "Pant-Shirt, Suits, Sherwanis", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-chequered-pattern-table-cloth-silky-golden-textile_23-2147921825.jpg", imageAlt: "Men's formal wear collection"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "kids-1", name: "Children's Clothing", price: "₹1,500 - ₹5,000", variant: "Party Wear, Casual, Traditional", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-talking-phone_23-2148238209.jpg", imageAlt: "Children's clothing collection"
|
|
|
|
|
id: "womens-1", name: "Women's Traditional Wear", price: "₹3,000 - ₹12,000 per item", variant: "Salwar Suits, Dress Materials, Fashion Fabrics", imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-turquoise-dress_158595-378.jpg", imageAlt: "Women's traditional wear collection"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "wedding-1", name: "Wedding Collection", price: "₹8,000 - ₹25,000", variant: "Dulha Garments, Bridal, Special Occasion", imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-colorful-sari-market_53876-48915.jpg", imageAlt: "Wedding collection"
|
|
|
|
|
id: "kids-1", name: "Children's Clothing", price: "₹1,500 - ₹5,000 per item", variant: "Party Wear, Casual, Traditional", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-talking-phone_23-2148238209.jpg", imageAlt: "Children's clothing collection"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="two-columns-alternating-heights"
|
|
|
|
|
@@ -91,6 +92,7 @@ export default function LandingPage() {
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Call for Details", href: "tel:+919..." }
|
|
|
|
|
]}
|
|
|
|
|
textBoxTitleClassName="text-3xl font-bold bg-gradient-to-r from-amber-600 to-yellow-500 bg-clip-text text-transparent"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|