Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-07 17:02:30 +00:00
3 changed files with 70 additions and 182 deletions

View File

@@ -18,24 +18,21 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Store",
items: [
title: "Store", items: [
{ label: "Home", href: "/" },
{ label: "Products", href: "/products" },
{ label: "About Us", href: "/about" },
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Call: 90933 96551", href: "tel:+919093396551" },
{ label: "WhatsApp", href: "https://wa.me/919093396551" },
{ label: "Reviews", href: "#reviews" },
],
},
{
title: "Info",
items: [
title: "Info", items: [
{ label: "Location", href: "#" },
{ label: "Contact", href: "/contact" },
{ label: "Privacy Policy", href: "#" },
@@ -69,7 +66,7 @@ export default function ContactPage() {
tag="Newsletter"
title="Stay Updated with Latest Styles"
description="Subscribe to our newsletter and be the first to know about new arrivals, exclusive offers, and style tips from The House Of Style Monk."
imageSrc="http://img.b2bpic.net/free-photo/customer-putting-clothes-fashion-store-counter-desk-talking-with-friendly-african-american-woman-cashier-making-black-friday-purchases-saleswoman-serving-buyer-clothing-shop-cash-register_482257-64284.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/customer-putting-clothes-fashion-store-counter-desk-talking-with-friendly-african-american-woman-cashier-making-black-friday-purchases-saleswoman-serving-buyer-clothing-shop-cash-register_482257-64284.jpg"
imageAlt="Style Monk store contact"
mediaPosition="right"
inputPlaceholder="Enter your email"
@@ -77,6 +74,7 @@ export default function ContactPage() {
termsText="By subscribing, you agree to our Terms & Conditions."
background={{ variant: "plain" }}
useInvertedBackground={false}
mediaAnimation="none"
/>
</div>
@@ -87,49 +85,21 @@ export default function ContactPage() {
tag="Testimonials"
testimonials={[
{
id: "1",
title: "Excellent Quality & Comfort",
quote:
"Excellent fabric super soft super comfortable with beautiful vibrant colours. So love and pamper your skin much more with Style Monk tees.",
name: "Priya Sharma",
role: "Regular Customer",
imageSrc:
"http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg?_wi=2",
imageAlt: "Priya Sharma",
},
id: "1", title: "Excellent Quality & Comfort", quote:
"Excellent fabric super soft super comfortable with beautiful vibrant colours. So love and pamper your skin much more with Style Monk tees.", name: "Priya Sharma", role: "Regular Customer", imageSrc:
"http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", imageAlt: "Priya Sharma"},
{
id: "2",
title: "Best Clothing Store in Bagdogra",
quote:
"The best clothing store you will find in and around Bagdogra with unbelievable discount prices and quality to beat the best brands in the market.",
name: "Rajesh Kumar",
role: "Fashion Enthusiast",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-smiling-model-with-horns-hairstyle-dressed-summer-hipster-jacket-jeans-clothes-sexy-carefree-girl-posing-street-trendy-funny-positive-woman-having-fun-sunglasses_158538-6615.jpg?_wi=2",
imageAlt: "Rajesh Kumar",
},
id: "2", title: "Best Clothing Store in Bagdogra", quote:
"The best clothing store you will find in and around Bagdogra with unbelievable discount prices and quality to beat the best brands in the market.", name: "Rajesh Kumar", role: "Fashion Enthusiast", imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-smiling-model-with-horns-hairstyle-dressed-summer-hipster-jacket-jeans-clothes-sexy-carefree-girl-posing-street-trendy-funny-positive-woman-having-fun-sunglasses_158538-6615.jpg", imageAlt: "Rajesh Kumar"},
{
id: "3",
title: "Happy with Purchase Quality",
quote:
"I am very much happy with my purchase because good fabric, didn't bleed any colour, and very comfortable. Recommended.",
name: "Amit Patel",
role: "Verified Buyer",
imageSrc:
"http://img.b2bpic.net/free-photo/confident-smiling-attractive-woman-cross-arms-chest_176420-16726.jpg?_wi=2",
imageAlt: "Amit Patel",
},
id: "3", title: "Happy with Purchase Quality", quote:
"I am very much happy with my purchase because good fabric, didn't bleed any colour, and very comfortable. Recommended.", name: "Amit Patel", role: "Verified Buyer", imageSrc:
"http://img.b2bpic.net/free-photo/confident-smiling-attractive-woman-cross-arms-chest_176420-16726.jpg", imageAlt: "Amit Patel"},
{
id: "4",
title: "Trusted Local Store",
quote:
"Style Monk is my go-to place for quality casual wear. The staff is helpful, the prices are fair, and the quality is consistently excellent.",
name: "Kavya Singh",
role: "Loyal Customer",
imageSrc:
"http://img.b2bpic.net/free-photo/girl-standing-outside-holding-hand-back_23-2147654963.jpg?_wi=2",
imageAlt: "Kavya Singh",
},
id: "4", title: "Trusted Local Store", quote:
"Style Monk is my go-to place for quality casual wear. The staff is helpful, the prices are fair, and the quality is consistently excellent.", name: "Kavya Singh", role: "Loyal Customer", imageSrc:
"http://img.b2bpic.net/free-photo/girl-standing-outside-holding-hand-back_23-2147654963.jpg", imageAlt: "Kavya Singh"},
]}
textboxLayout="default"
useInvertedBackground={false}

View File

@@ -37,8 +37,7 @@ export default function HomePage() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Call Now",
href: "tel:+919093396551"
text: "Call Now", href: "tel:+919093396551"
}}
/>
</div>
@@ -51,27 +50,24 @@ export default function HomePage() {
tagIcon={Sparkles}
buttons={[
{
text: "Call Now",
href: "tel:+919093396551"
text: "Call Now", href: "tel:+919093396551"
},
{
text: "WhatsApp Us",
href: "https://wa.me/919093396551"
text: "WhatsApp Us", href: "https://wa.me/919093396551"
}
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-clothing-rack_53876-138107.jpg?_wi=1",
imageAlt: "Premium clothing display at Style Monk store"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-clothing-rack_53876-138107.jpg", imageAlt: "Premium clothing display at Style Monk store"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-tshirt_1303-14657.jpg?_wi=1",
imageAlt: "High quality stylish tees collection"
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-tshirt_1303-14657.jpg", imageAlt: "High quality stylish tees collection"
}
]}
rating={5}
ratingText="Loved by local customers"
background={{ variant: "plain" }}
mediaAnimation="none"
/>
</div>
@@ -82,11 +78,10 @@ export default function HomePage() {
tag="About Us"
buttons={[
{
text: "Shop Now",
href: "/products"
text: "Shop Now", href: "/products"
}
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-shopping-thrift-store_23-2150952346.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/woman-shopping-thrift-store_23-2150952346.jpg"
imageAlt="Style Monk store location and team"
useInvertedBackground={false}
/>
@@ -100,24 +95,15 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Quality Fabric",
description: "Premium quality fabrics that are soft, comfortable, and built to last. We ensure every piece meets our high standards for durability and feel.",
imageSrc: "http://img.b2bpic.net/free-photo/funny-crazy-glamor-stylish-sexy-smiling-beautiful-young-woman-model-bright-hipster-summer-casual-clothes-street-blue-sky_158538-13963.jpg?_wi=1",
imageAlt: "High quality fabric showcase"
title: "Quality Fabric", description: "Premium quality fabrics that are soft, comfortable, and built to last. We ensure every piece meets our high standards for durability and feel.", imageSrc: "http://img.b2bpic.net/free-photo/funny-crazy-glamor-stylish-sexy-smiling-beautiful-young-woman-model-bright-hipster-summer-casual-clothes-street-blue-sky_158538-13963.jpg", imageAlt: "High quality fabric showcase"
},
{
id: 2,
title: "Modern Style",
description: "Trendy designs and contemporary styles that keep you fashionable. Our collection is carefully curated to reflect current fashion trends.",
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448802.jpg?_wi=1",
imageAlt: "Modern stylish clothing collection"
title: "Modern Style", description: "Trendy designs and contemporary styles that keep you fashionable. Our collection is carefully curated to reflect current fashion trends.", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448802.jpg", imageAlt: "Modern stylish clothing collection"
},
{
id: 3,
title: "Affordable Prices",
description: "Premium quality at prices you can afford. We believe great style shouldn't break the bank. Shop with confidence knowing you're getting the best value.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-clothing-rack_53876-138107.jpg?_wi=2",
imageAlt: "Affordable fashion options"
title: "Affordable Prices", description: "Premium quality at prices you can afford. We believe great style shouldn't break the bank. Shop with confidence knowing you're getting the best value.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clothing-rack_53876-138107.jpg", imageAlt: "Affordable fashion options"
}
]}
animationType="blur-reveal"
@@ -133,22 +119,16 @@ export default function HomePage() {
tag="By The Numbers"
metrics={[
{
id: "1",
icon: Users,
title: "Happy Customers",
value: "2,000+"
id: "1", icon: Users,
title: "Happy Customers", value: "2,000+"
},
{
id: "2",
icon: Star,
title: "5-Star Reviews",
value: "450+"
id: "2", icon: Star,
title: "5-Star Reviews", value: "450+"
},
{
id: "3",
icon: ShoppingBag,
title: "Products Sold",
value: "5,000+"
id: "3", icon: ShoppingBag,
title: "Products Sold", value: "5,000+"
}
]}
animationType="slide-up"
@@ -164,40 +144,16 @@ export default function HomePage() {
tag="Testimonials"
testimonials={[
{
id: "1",
title: "Excellent Quality & Comfort",
quote: "Excellent fabric super soft super comfortable with beautiful vibrant colours. So love and pamper your skin much more with Style Monk tees.",
name: "Priya Sharma",
role: "Regular Customer",
imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg?_wi=1",
imageAlt: "Priya Sharma"
id: "1", title: "Excellent Quality & Comfort", quote: "Excellent fabric super soft super comfortable with beautiful vibrant colours. So love and pamper your skin much more with Style Monk tees.", name: "Priya Sharma", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", imageAlt: "Priya Sharma"
},
{
id: "2",
title: "Best Clothing Store in Bagdogra",
quote: "The best clothing store you will find in and around Bagdogra with unbelievable discount prices and quality to beat the best brands in the market.",
name: "Rajesh Kumar",
role: "Fashion Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-model-with-horns-hairstyle-dressed-summer-hipster-jacket-jeans-clothes-sexy-carefree-girl-posing-street-trendy-funny-positive-woman-having-fun-sunglasses_158538-6615.jpg?_wi=1",
imageAlt: "Rajesh Kumar"
id: "2", title: "Best Clothing Store in Bagdogra", quote: "The best clothing store you will find in and around Bagdogra with unbelievable discount prices and quality to beat the best brands in the market.", name: "Rajesh Kumar", role: "Fashion Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-model-with-horns-hairstyle-dressed-summer-hipster-jacket-jeans-clothes-sexy-carefree-girl-posing-street-trendy-funny-positive-woman-having-fun-sunglasses_158538-6615.jpg", imageAlt: "Rajesh Kumar"
},
{
id: "3",
title: "Happy with Purchase Quality",
quote: "I am very much happy with my purchase because good fabric, didn't bleed any colour, and very comfortable. Recommended.",
name: "Amit Patel",
role: "Verified Buyer",
imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-attractive-woman-cross-arms-chest_176420-16726.jpg?_wi=1",
imageAlt: "Amit Patel"
id: "3", title: "Happy with Purchase Quality", quote: "I am very much happy with my purchase because good fabric, didn't bleed any colour, and very comfortable. Recommended.", name: "Amit Patel", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-attractive-woman-cross-arms-chest_176420-16726.jpg", imageAlt: "Amit Patel"
},
{
id: "4",
title: "Trusted Local Store",
quote: "Style Monk is my go-to place for quality casual wear. The staff is helpful, the prices are fair, and the quality is consistently excellent.",
name: "Kavya Singh",
role: "Loyal Customer",
imageSrc: "http://img.b2bpic.net/free-photo/girl-standing-outside-holding-hand-back_23-2147654963.jpg?_wi=1",
imageAlt: "Kavya Singh"
id: "4", title: "Trusted Local Store", quote: "Style Monk is my go-to place for quality casual wear. The staff is helpful, the prices are fair, and the quality is consistently excellent.", name: "Kavya Singh", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/girl-standing-outside-holding-hand-back_23-2147654963.jpg", imageAlt: "Kavya Singh"
}
]}
textboxLayout="default"
@@ -210,7 +166,7 @@ export default function HomePage() {
tag="Newsletter"
title="Stay Updated with Latest Styles"
description="Subscribe to our newsletter and be the first to know about new arrivals, exclusive offers, and style tips from The House Of Style Monk."
imageSrc="http://img.b2bpic.net/free-photo/customer-putting-clothes-fashion-store-counter-desk-talking-with-friendly-african-american-woman-cashier-making-black-friday-purchases-saleswoman-serving-buyer-clothing-shop-cash-register_482257-64284.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/customer-putting-clothes-fashion-store-counter-desk-talking-with-friendly-african-american-woman-cashier-making-black-friday-purchases-saleswoman-serving-buyer-clothing-shop-cash-register_482257-64284.jpg"
imageAlt="Style Monk store contact"
mediaPosition="right"
inputPlaceholder="Enter your email"
@@ -218,6 +174,7 @@ export default function HomePage() {
termsText="By subscribing, you agree to our Terms & Conditions."
background={{ variant: "plain" }}
useInvertedBackground={false}
mediaAnimation="none"
/>
</div>
@@ -226,53 +183,41 @@ export default function HomePage() {
logoText="Style Monk"
columns={[
{
title: "Store",
items: [
title: "Store", items: [
{
label: "Home",
href: "/"
label: "Home", href: "/"
},
{
label: "Products",
href: "/products"
label: "Products", href: "/products"
},
{
label: "About Us",
href: "#about"
label: "About Us", href: "#about"
}
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Call: 90933 96551",
href: "tel:+919093396551"
label: "Call: 90933 96551", href: "tel:+919093396551"
},
{
label: "WhatsApp",
href: "https://wa.me/919093396551"
label: "WhatsApp", href: "https://wa.me/919093396551"
},
{
label: "Reviews",
href: "#testimonials"
label: "Reviews", href: "#testimonials"
}
]
},
{
title: "Info",
items: [
title: "Info", items: [
{
label: "Location",
href: "#"
label: "Location", href: "#"
},
{
label: "Contact",
href: "#contact"
label: "Contact", href: "#contact"
},
{
label: "Privacy Policy",
href: "#"
label: "Privacy Policy", href: "#"
}
]
}

View File

@@ -32,8 +32,7 @@ export default function ProductsPage() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Call Now",
href: "tel:+919093396551"
text: "Call Now", href: "tel:+919093396551"
}}
/>
</div>
@@ -45,28 +44,13 @@ export default function ProductsPage() {
tag="New Arrivals"
products={[
{
id: "1",
name: "Premium Soft Tee - Ocean Blue",
price: "₹499",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-tshirt_1303-14657.jpg?_wi=2",
imageAlt: "Ocean Blue Premium Soft Tee",
initialQuantity: 1
id: "1", name: "Premium Soft Tee - Ocean Blue", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-tshirt_1303-14657.jpg", imageAlt: "Ocean Blue Premium Soft Tee", initialQuantity: 1
},
{
id: "2",
name: "Vibrant Casual Tee - Coral Peach",
price: "₹549",
imageSrc: "http://img.b2bpic.net/free-photo/funny-crazy-glamor-stylish-sexy-smiling-beautiful-young-woman-model-bright-hipster-summer-casual-clothes-street-blue-sky_158538-13963.jpg?_wi=2",
imageAlt: "Coral Peach Vibrant Casual Tee",
initialQuantity: 1
id: "2", name: "Vibrant Casual Tee - Coral Peach", price: "₹549", imageSrc: "http://img.b2bpic.net/free-photo/funny-crazy-glamor-stylish-sexy-smiling-beautiful-young-woman-model-bright-hipster-summer-casual-clothes-street-blue-sky_158538-13963.jpg", imageAlt: "Coral Peach Vibrant Casual Tee", initialQuantity: 1
},
{
id: "3",
name: "Classic Style Tee - Charcoal Grey",
price: "₹459",
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448802.jpg?_wi=2",
imageAlt: "Charcoal Grey Classic Style Tee",
initialQuantity: 1
id: "3", name: "Classic Style Tee - Charcoal Grey", price: "₹459", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448802.jpg", imageAlt: "Charcoal Grey Classic Style Tee", initialQuantity: 1
}
]}
gridVariant="three-columns-all-equal-width"
@@ -81,7 +65,7 @@ export default function ProductsPage() {
tag="Newsletter"
title="Stay Updated with Latest Styles"
description="Subscribe to our newsletter and be the first to know about new arrivals, exclusive offers, and style tips from The House Of Style Monk."
imageSrc="http://img.b2bpic.net/free-photo/customer-putting-clothes-fashion-store-counter-desk-talking-with-friendly-african-american-woman-cashier-making-black-friday-purchases-saleswoman-serving-buyer-clothing-shop-cash-register_482257-64284.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/customer-putting-clothes-fashion-store-counter-desk-talking-with-friendly-african-american-woman-cashier-making-black-friday-purchases-saleswoman-serving-buyer-clothing-shop-cash-register_482257-64284.jpg"
imageAlt="Style Monk store contact"
mediaPosition="right"
inputPlaceholder="Enter your email"
@@ -89,6 +73,7 @@ export default function ProductsPage() {
termsText="By subscribing, you agree to our Terms & Conditions."
background={{ variant: "plain" }}
useInvertedBackground={false}
mediaAnimation="none"
/>
</div>
@@ -97,53 +82,41 @@ export default function ProductsPage() {
logoText="Style Monk"
columns={[
{
title: "Store",
items: [
title: "Store", items: [
{
label: "Home",
href: "/"
label: "Home", href: "/"
},
{
label: "Products",
href: "/products"
label: "Products", href: "/products"
},
{
label: "About Us",
href: "#about"
label: "About Us", href: "#about"
}
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Call: 90933 96551",
href: "tel:+919093396551"
label: "Call: 90933 96551", href: "tel:+919093396551"
},
{
label: "WhatsApp",
href: "https://wa.me/919093396551"
label: "WhatsApp", href: "https://wa.me/919093396551"
},
{
label: "Reviews",
href: "#testimonials"
label: "Reviews", href: "#testimonials"
}
]
},
{
title: "Info",
items: [
title: "Info", items: [
{
label: "Location",
href: "#"
label: "Location", href: "#"
},
{
label: "Contact",
href: "#contact"
label: "Contact", href: "/contact"
},
{
label: "Privacy Policy",
href: "#"
label: "Privacy Policy", href: "#"
}
]
}