Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
319
src/app/page.tsx
319
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Yatin Garments"
|
||||
/>
|
||||
@@ -54,105 +42,38 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Authentic Style, Crafted for You"
|
||||
description="Discover premium clothing that blends tradition with contemporary design. Fast shipping, quality guaranteed."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-suggesting-trendy-clothes-male-client-try_482257-118047.jpg",
|
||||
imageAlt: "Fashion Store Display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-red-sparks-glitter_23-2149224055.jpg",
|
||||
imageAlt: "Fabric Texture Detail",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gold-textured-background_53876-32393.jpg",
|
||||
imageAlt: "Traditional Ethnic Wear",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-blonde-female-posing-while-sitting-barstool_181624-45892.jpg",
|
||||
imageAlt: "Modern Casual Wear",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-tries-red-dress-boutique-looking-mirror_627829-8540.jpg",
|
||||
imageAlt: "Garment Textile Close-up",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-suggesting-trendy-clothes-male-client-try_482257-118047.jpg", imageAlt: "Fashion Store Display" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-red-sparks-glitter_23-2149224055.jpg", imageAlt: "Fabric Texture Detail" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/gold-textured-background_53876-32393.jpg", imageAlt: "Traditional Ethnic Wear" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-blonde-female-posing-while-sitting-barstool_181624-45892.jpg", imageAlt: "Modern Casual Wear" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-tries-red-dress-boutique-looking-mirror_627829-8540.jpg", imageAlt: "Garment Textile Close-up" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-stuff-decoration-store_1303-24639.jpg",
|
||||
imageAlt: "Modern Display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/precise-craftsman-taking-measurements_482257-79185.jpg",
|
||||
imageAlt: "Quality Details",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brunette-woman-posing-white-shirt-sitting-down_23-2149021841.jpg",
|
||||
imageAlt: "Urban Fashion",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400909.jpg",
|
||||
imageAlt: "Traditional Design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149134025.jpg",
|
||||
imageAlt: "Premium Fabric",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-stuff-decoration-store_1303-24639.jpg", imageAlt: "Modern Display" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/precise-craftsman-taking-measurements_482257-79185.jpg", imageAlt: "Quality Details" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-brunette-woman-posing-white-shirt-sitting-down_23-2149021841.jpg", imageAlt: "Urban Fashion" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400909.jpg", imageAlt: "Traditional Design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149134025.jpg", imageAlt: "Premium Fabric" }
|
||||
]}
|
||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mannequins-with-womenswear_1203-830.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2622.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-african-american-girl-trench-coat-looking-camera-smiling-cheerful-black-woman-posing-turquoise-background_197531-28939.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-african-american-boy-gray-sweater-black-sunglasses-posed-street-fashionable-black-guy_627829-14408.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gorgeous-smiling-blonde-fashion-model-sits-white-suit-soft-armchair_8353-5476.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/mannequins-with-womenswear_1203-830.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2622.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-african-american-girl-trench-coat-looking-camera-smiling-cheerful-black-woman-posing-turquoise-background_197531-28939.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/stylish-african-american-boy-gray-sweater-black-sunglasses-posed-street-fashionable-black-guy_627829-14408.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/gorgeous-smiling-blonde-fashion-model-sits-white-suit-soft-armchair_8353-5476.jpg", alt: "Customer 5" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Guaranteed",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Materials",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Handcrafted Excellence",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Timelessness",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Shipping",
|
||||
},
|
||||
{ type: "text", text: "Quality Guaranteed" },
|
||||
{ type: "text", text: "Sustainable Materials" },
|
||||
{ type: "text", text: "Handcrafted Excellence" },
|
||||
{ type: "text", text: "Modern Timelessness" },
|
||||
{ type: "text", text: "Global Shipping" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,7 +82,6 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Crafting Quality for Generations"
|
||||
description="At Yatin Garments, we believe that style is a reflection of identity. Our curated collections offer a seamless blend of timeless tradition and modern aesthetics, ensuring you look your best for every occasion. We are dedicated to providing apparel that combines comfort with elegance."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -171,23 +91,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Quality Fabrics",
|
||||
description: "Handpicked materials to ensure comfort and durability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-details-long-green-dress-made-dense-fabric-with-neat-tailoring-white-buttons_132075-9075.jpg",
|
||||
imageAlt: "Quality Fabrics",
|
||||
title: "Premium Quality Fabrics", description: "Handpicked materials to ensure comfort and durability.", imageSrc: "http://img.b2bpic.net/free-photo/picture-details-long-green-dress-made-dense-fabric-with-neat-tailoring-white-buttons_132075-9075.jpg", imageAlt: "Quality Fabrics"
|
||||
},
|
||||
{
|
||||
title: "Timeless Designs",
|
||||
description: "Styles that remain elegant season after season.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90224.jpg",
|
||||
imageAlt: "Elegant Design",
|
||||
title: "Timeless Designs", description: "Styles that remain elegant season after season.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90224.jpg", imageAlt: "Elegant Design"
|
||||
},
|
||||
{
|
||||
title: "Reliable Delivery",
|
||||
description: "Fast and secure shipping to your doorstep.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-store-showcases-elegant-black-white-collection-generated-by-ai_188544-19610.jpg",
|
||||
imageAlt: "Fast Shipping",
|
||||
},
|
||||
title: "Reliable Delivery", description: "Fast and secure shipping to your doorstep.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-store-showcases-elegant-black-white-collection-generated-by-ai_188544-19610.jpg", imageAlt: "Fast Shipping"
|
||||
}
|
||||
]}
|
||||
title="The Yatin Difference"
|
||||
description="We prioritize quality and customer satisfaction above all else."
|
||||
@@ -201,66 +112,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Yatin",
|
||||
name: "Classic Ethnic Kurta",
|
||||
price: "$45.00",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-spanish-man-with-tattoos-posing-street_181624-42709.jpg",
|
||||
imageAlt: "Ethnic Kurta",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Yatin",
|
||||
name: "Summer Floral Dress",
|
||||
price: "$55.00",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-winter-city_1157-17473.jpg",
|
||||
imageAlt: "Floral Dress",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Yatin",
|
||||
name: "Everyday Cotton Shirt",
|
||||
price: "$30.00",
|
||||
rating: 4,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-funny-expression_1194-3006.jpg",
|
||||
imageAlt: "Cotton Shirt",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Yatin",
|
||||
name: "Traditional Silk Set",
|
||||
price: "$95.00",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stunning-asian-woman-boho-ethnic-dress-posing-wood-ornamental-wall_273443-3842.jpg",
|
||||
imageAlt: "Silk Set",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Yatin",
|
||||
name: "Urban Casual Trousers",
|
||||
price: "$40.00",
|
||||
rating: 4,
|
||||
reviewCount: "92",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customers-donate-wares-thrift-shop_482257-76552.jpg",
|
||||
imageAlt: "Casual Trousers",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Yatin",
|
||||
name: "Winter Woolen Coat",
|
||||
price: "$120.00",
|
||||
rating: 5,
|
||||
reviewCount: "67",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-urban-environment_23-2147724793.jpg",
|
||||
imageAlt: "Woolen Coat",
|
||||
},
|
||||
{ id: "p1", brand: "Yatin", name: "Classic Ethnic Kurta", price: "$45.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/young-spanish-man-with-tattoos-posing-street_181624-42709.jpg", imageAlt: "Ethnic Kurta" },
|
||||
{ id: "p2", brand: "Yatin", name: "Summer Floral Dress", price: "$55.00", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/girl-winter-city_1157-17473.jpg", imageAlt: "Floral Dress" },
|
||||
{ id: "p3", brand: "Yatin", name: "Everyday Cotton Shirt", price: "$30.00", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/young-man-funny-expression_1194-3006.jpg", imageAlt: "Cotton Shirt" },
|
||||
{ id: "p4", brand: "Yatin", name: "Traditional Silk Set", price: "$95.00", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/stunning-asian-woman-boho-ethnic-dress-posing-wood-ornamental-wall_273443-3842.jpg", imageAlt: "Silk Set" },
|
||||
{ id: "p5", brand: "Yatin", name: "Urban Casual Trousers", price: "$40.00", rating: 4, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/customers-donate-wares-thrift-shop_482257-76552.jpg", imageAlt: "Casual Trousers" },
|
||||
{ id: "p6", brand: "Yatin", name: "Winter Woolen Coat", price: "$120.00", rating: 5, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-urban-environment_23-2147724793.jpg", imageAlt: "Woolen Coat" }
|
||||
]}
|
||||
title="Our Collection"
|
||||
description="Explore our handpicked selection of premium garments."
|
||||
@@ -274,26 +131,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Sarah Miller"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-black-woman-running-small-business_23-2150171782.jpg",
|
||||
alt: "Sarah Miller",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/asian-woman-store-employee-arranging-new-designer-clothes-hangers_482257-118505.jpg",
|
||||
alt: "David Clark",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/shopping-day-international-girlfriends-women-mall_1157-46836.jpg",
|
||||
alt: "Emily Stone",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping_23-2149241334.jpg",
|
||||
alt: "Mark Johnson",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
alt: "Anna Brown",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-black-woman-running-small-business_23-2150171782.jpg", alt: "Sarah Miller" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/asian-woman-store-employee-arranging-new-designer-clothes-hangers_482257-118505.jpg", alt: "David Clark" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/shopping-day-international-girlfriends-women-mall_1157-46836.jpg", alt: "Emily Stone" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping_23-2149241334.jpg", alt: "Mark Johnson" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", alt: "Anna Brown" }
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -305,13 +147,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"FashionDaily",
|
||||
"StyleIcon",
|
||||
"TextileExpert",
|
||||
"VogueToday",
|
||||
"ModernWear",
|
||||
"DesignTrends",
|
||||
"QualityFirst",
|
||||
"FashionDaily", "StyleIcon", "TextileExpert", "VogueToday", "ModernWear", "DesignTrends", "QualityFirst"
|
||||
]}
|
||||
title="Trusted by Fashion Enthusiasts"
|
||||
description="Joining a community of thousands who prefer quality."
|
||||
@@ -323,21 +159,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer shipping?",
|
||||
content: "Yes, we ship nationwide with reliable delivery partners.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What is your return policy?",
|
||||
content: "We offer a 15-day return policy for unused products.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are your clothes handmade?",
|
||||
content: "Many of our traditional collections are carefully handcrafted.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer shipping?", content: "Yes, we ship nationwide with reliable delivery partners." },
|
||||
{ id: "f2", title: "What is your return policy?", content: "We offer a 15-day return policy for unused products." },
|
||||
{ id: "f3", title: "Are your clothes handmade?", content: "Many of our traditional collections are carefully handcrafted." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our shop and services."
|
||||
@@ -348,18 +172,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Elevate Your Style?"
|
||||
description="Reach out for queries, bulk orders, or custom sizing support."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -367,39 +184,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Ethnic Wear",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Casual",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Shop", items: [
|
||||
{ label: "New Arrivals", href: "#" },
|
||||
{ label: "Ethnic Wear", href: "#" },
|
||||
{ label: "Casual", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Return Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Contact", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Return Policy", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 Yatin Garments"
|
||||
bottomRightText="All rights reserved"
|
||||
|
||||
Reference in New Issue
Block a user