7 Commits

Author SHA1 Message Date
8aa02e9784 Merge version_4 into main
Merge version_4 into main
2026-06-08 07:43:32 +00:00
f0be91255d Update src/app/page.tsx 2026-06-08 07:43:29 +00:00
c505f4c493 Merge version_3 into main
Merge version_3 into main
2026-06-08 07:41:24 +00:00
bf73ab1cc9 Update src/app/page.tsx 2026-06-08 07:41:21 +00:00
4ce61eacbf Merge version_2 into main
Merge version_2 into main
2026-06-08 07:35:55 +00:00
89e7474c0b Update src/app/page.tsx 2026-06-08 07:35:52 +00:00
1aa9cecbde Merge version_1 into main
Merge version_1 into main
2026-06-08 07:27:46 +00:00

View File

@@ -23,8 +23,8 @@ export default function LandingPage() {
sizing="medium"
background="blurBottom"
cardStyle="gradient-mesh"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="bold"
>
<ReactLenis root>
@@ -38,7 +38,7 @@ export default function LandingPage() {
{
name: "Services", id: "#services"},
{
name: "Gallery", id: "#gallery"},
name: "Gallery", id: "#products"},
{
name: "Testimonials", id: "#testimonials"},
{
@@ -177,24 +177,24 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1", name: "Designer Kurti & Farsi Salwar", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/attractive-south-asian-woman-deep-red-gown-dress-posed-studio-against-windows-night_627829-5282.jpg", imageAlt: "Designer Kurti and Farsi Salwar"},
id: "p1", name: "Designer Kurti & Farsi Salwar", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-indian-bride-red-sari_23-2149520808.jpg", imageAlt: "Designer Kurti and Farsi Salwar"},
{
id: "p2", name: "Exquisite Sari Blouse", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-man-with-pierced-ears-nose-holding-yellow-limonium-flower-hand-standing-against-grey-wall_23-2148122050.jpg", imageAlt: "Exquisite Sari Blouse"},
id: "p2", name: "Exquisite Sari Blouse", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/indian-dress_23-2149223708.jpg", imageAlt: "Exquisite Sari Blouse"},
{
id: "p3", name: "Bridal Lehenga Collection", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-embroidered-shirt_23-2149302549.jpg", imageAlt: "Bridal Lehenga Collection"},
id: "p3", name: "Bridal Lehenga Collection", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/close-up-indian-woman-sari-traditional-saree-posing-near-gate-street_627829-2321.jpg", imageAlt: "Bridal Lehenga Collection"},
{
id: "p4", name: "Modern Anarkali Suit", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-girls-trendy-summer-polka-dot-dresses-sexy-carefree-women-posing-near-blue-wall-having-fun-hugging-models-shows-good-relationship-female-with-red-lips_158538-3363.jpg", imageAlt: "Modern Anarkali Suit"},
id: "p4", name: "Modern Anarkali Suit", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-indian-woman-looking-away_23-2149520810.jpg", imageAlt: "Modern Anarkali Suit"},
{
id: "p5", name: "Customized Evening Gown", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/front-view-orange-scissors-with-centimeters-dark-surface-photo-darkness-clothes-pin-job-color-sewing-measure_179666-24580.jpg", imageAlt: "Customized Evening Gown"},
id: "p5", name: "Customized Evening Gown", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/elegant-bride-wearing-golden-wedding-dress_23-2150244697.jpg", imageAlt: "Customized Evening Gown"},
{
id: "p6", name: "Tailored Men's Kurta Set", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-couple-meditating-practicing-yoga-asanas-home_176420-14840.jpg", imageAlt: "Tailored Men's Kurta Set"},
id: "p6", name: "Tailored Men's Kurta Set", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/indian-fashion-model-posing-traditional-outfit_23-2149091696.jpg", imageAlt: "Tailored Men's Kurta Set"},
]}
title="Our Custom Creations"
description="Browse a selection of our finest bespoke designs that showcase our passion for fashion and precision tailoring. Every piece is a testament to our commitment to quality."
tag="Our Gallery"
buttons={[
{
text: "View More Designs", href: "#"},
text: "Get a Free Quote", href: "#contact"},
]}
/>
</div>
@@ -303,4 +303,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}