Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -47,6 +47,7 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
title="Premium Clothing for Every Style"
|
||||
description="Welcome to Emaan Center Feroza. Discover high-quality, trendy clothing with excellent service and delivery available. Join hundreds of satisfied customers."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Delivery Available"
|
||||
tagIcon={Truck}
|
||||
tagAnimation="slide-up"
|
||||
@@ -58,11 +59,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "GUJJAR Baba", handle: "Customer", testimonial: "Good service and high quality clothes.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1576.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1576.jpg"
|
||||
},
|
||||
{
|
||||
name: "Khan Tariq", handle: "Satisfied Customer", testimonial: "Love this store! Amazing collection and friendly staff.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -85,13 +86,13 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Premium Cotton Shirt", price: "Rs. 1,500", variant: "White · Multiple Sizes", imageSrc: "http://img.b2bpic.net/free-photo/confused-office-worker-shrugging-cant-understand-something-standing-white-background_1258-113735.jpg?_wi=1", imageAlt: "Premium cotton shirt", isFavorited: false
|
||||
id: "1", name: "Premium Cotton Shirt", price: "Rs. 1,500", variant: "White · Multiple Sizes", imageSrc: "http://img.b2bpic.net/free-photo/confused-office-worker-shrugging-cant-understand-something-standing-white-background_1258-113735.jpg", imageAlt: "Premium cotton shirt", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "2", name: "Elegant Summer Dress", price: "Rs. 2,200", variant: "Floral Design · S to XL", imageSrc: "http://img.b2bpic.net/free-photo/full-length-photo-beautiful-brunette-young-lady-green-dress-standing-street-with-modern-building-background_132075-5894.jpg?_wi=1", imageAlt: "Elegant summer dress", isFavorited: false
|
||||
id: "2", name: "Elegant Summer Dress", price: "Rs. 2,200", variant: "Floral Design · S to XL", imageSrc: "http://img.b2bpic.net/free-photo/full-length-photo-beautiful-brunette-young-lady-green-dress-standing-street-with-modern-building-background_132075-5894.jpg", imageAlt: "Elegant summer dress", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "3", name: "Classic Blue Denim", price: "Rs. 1,800", variant: "Dark Blue · All Sizes", imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-stool-taking-selfie-through-cellphone_23-2147937014.jpg?_wi=1", imageAlt: "Classic blue denim jeans", isFavorited: false
|
||||
id: "3", name: "Classic Blue Denim", price: "Rs. 1,800", variant: "Dark Blue · All Sizes", imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-stool-taking-selfie-through-cellphone_23-2147937014.jpg", imageAlt: "Classic blue denim jeans", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "4", name: "Comfortable Trousers", price: "Rs. 1,600", variant: "Black · Multiple Colors", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-light-brown-beige-pants_23-2150756276.jpg", imageAlt: "Comfortable women's trousers", isFavorited: false
|
||||
@@ -128,13 +129,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "High Quality Clothing", description: "Premium fabrics and excellent craftsmanship in every piece we offer.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/confused-office-worker-shrugging-cant-understand-something-standing-white-background_1258-113735.jpg?_wi=2", imageAlt: "High quality clothing"
|
||||
id: "1", title: "High Quality Clothing", description: "Premium fabrics and excellent craftsmanship in every piece we offer.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/confused-office-worker-shrugging-cant-understand-something-standing-white-background_1258-113735.jpg", imageAlt: "High quality clothing"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Delivery Available", description: "Fast and reliable delivery service to your location across the region.", tag: "Fast Delivery", imageSrc: "http://img.b2bpic.net/free-photo/full-length-photo-beautiful-brunette-young-lady-green-dress-standing-street-with-modern-building-background_132075-5894.jpg?_wi=2", imageAlt: "Delivery service"
|
||||
id: "2", title: "Delivery Available", description: "Fast and reliable delivery service to your location across the region.", tag: "Fast Delivery", imageSrc: "http://img.b2bpic.net/free-photo/full-length-photo-beautiful-brunette-young-lady-green-dress-standing-street-with-modern-building-background_132075-5894.jpg", imageAlt: "Delivery service"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Excellent Service", description: "Friendly, professional staff ready to assist with all your fashion needs.", tag: "Customer Service", imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-stool-taking-selfie-through-cellphone_23-2147937014.jpg?_wi=2", imageAlt: "Customer service"
|
||||
id: "3", title: "Excellent Service", description: "Friendly, professional staff ready to assist with all your fashion needs.", tag: "Customer Service", imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-stool-taking-selfie-through-cellphone_23-2147937014.jpg", imageAlt: "Customer service"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -149,10 +150,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Exceptional Quality and Service", quote: "Good service and high quality clothes. I'm very satisfied with my purchases and will definitely recommend this store to friends and family.", name: "GUJJAR Baba", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1576.jpg?_wi=2", imageAlt: "GUJJAR Baba"
|
||||
id: "1", title: "Exceptional Quality and Service", quote: "Good service and high quality clothes. I'm very satisfied with my purchases and will definitely recommend this store to friends and family.", name: "GUJJAR Baba", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1576.jpg", imageAlt: "GUJJAR Baba"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Love This Store", quote: "Amazing collection, friendly staff, and great prices. Every visit is a pleasure. Keep up the excellent work!", name: "Khan Tariq", role: "Valued Customer", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg?_wi=2", imageAlt: "Khan Tariq"
|
||||
id: "2", title: "Love This Store", quote: "Amazing collection, friendly staff, and great prices. Every visit is a pleasure. Keep up the excellent work!", name: "Khan Tariq", role: "Valued Customer", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg", imageAlt: "Khan Tariq"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Trending Fashion", quote: "I always find the latest trends here. The staff is very helpful in finding exactly what I need.", name: "Ayesha Khan", role: "Fashion Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", imageAlt: "Ayesha Khan"
|
||||
|
||||
Reference in New Issue
Block a user