Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 05:08:46 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="mediumLargeSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Fire. Identity. Fearless Self-Expression."
description="AAGA Clothing celebrates bold, creative individuals who refuse to compromise on style or quality. Discover our curated collection of ethnic wear and modern streetwear designed for the unapologetic."
background={{ variant: "grid" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "500+", label: "Happy Customers" },
{ value: "100%", label: "Quality Guaranteed" },
@@ -93,7 +93,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Pattupavada", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400917.jpg?_wi=1", imageAlt: "Pattupavada Traditional Dress"},
id: "1", name: "Pattupavada", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400917.jpg", imageAlt: "Pattupavada Traditional Dress"},
{
id: "2", name: "Green & White Ethnic Set", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/high-view-shot-woman-holding-hands-air_23-2148261285.jpg", imageAlt: "Green and White Traditional Set"},
{
@@ -103,7 +103,7 @@ export default function LandingPage() {
{
id: "5", name: "Mom & Daughter Combo", price: "₹1,750", imageSrc: "http://img.b2bpic.net/free-photo/big-family-playing-summer-park_1157-20267.jpg", imageAlt: "Mom and Daughter Matching Dress"},
{
id: "6", name: "White Onam Pattupavada", price: "₹760", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400917.jpg?_wi=2", imageAlt: "White Onam Traditional Dress"},
id: "6", name: "White Onam Pattupavada", price: "₹760", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400917.jpg", imageAlt: "White Onam Traditional Dress"},
]}
/>
</div>
@@ -174,7 +174,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="Join the AAGA Family"
description="Subscribe to our newsletter for exclusive deals, new arrivals, and stories about bold fashion choices. Be part of our growing community of style rebels."
background={{ variant: "grid" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
inputPlaceholder="Your email address"
buttonText="Subscribe Now"