9 Commits

Author SHA1 Message Date
7e34cea670 Merge version_3 into main
Merge version_3 into main
2026-03-09 18:56:15 +00:00
933de4e1d5 Update src/app/page.tsx 2026-03-09 18:56:10 +00:00
39d6a7fa12 Update src/app/layout.tsx 2026-03-09 18:56:09 +00:00
f0bbd71edc Merge version_2 into main
Merge version_2 into main
2026-03-09 18:54:40 +00:00
4e2815373f Update src/app/page.tsx 2026-03-09 18:54:36 +00:00
f2d175c221 Update src/app/layout.tsx 2026-03-09 18:54:35 +00:00
50de069478 Merge version_1 into main
Merge version_1 into main
2026-03-09 18:53:47 +00:00
c7dca5b14b Merge version_1 into main
Merge version_1 into main
2026-03-09 18:52:52 +00:00
d749db15b1 Merge version_1 into main
Merge version_1 into main
2026-03-09 18:51:49 +00:00
2 changed files with 15 additions and 1412 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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>
@@ -155,7 +157,7 @@ export default function LandingPage() {
imageAlt="Contact us at Mahashay Garments"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Send Inquiry"
buttonText="Get Quick Response"
/>
</div>