Update src/app/page.tsx
This commit is contained in:
316
src/app/page.tsx
316
src/app/page.tsx
@@ -32,33 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "#collections",
|
||||
},
|
||||
name: "Collections", id: "#collections"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Victoria's Secret Chishtian"
|
||||
/>
|
||||
@@ -70,13 +56,9 @@ export default function LandingPage() {
|
||||
description="Dressed in Elegance, Wrapped in Luxury"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collections",
|
||||
href: "#collections",
|
||||
},
|
||||
text: "Explore Collections", href: "#collections"},
|
||||
{
|
||||
text: "Find Us",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Find Us", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-fiancee-wedding-gown-posing-doors_8353-12579.jpg"
|
||||
imageAlt="Elegant lingerie display"
|
||||
@@ -89,67 +71,26 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "inner-garment-1",
|
||||
brand: "Victoria's Secret",
|
||||
name: "Lace Embrace Bra Set",
|
||||
price: "PKR 12,000",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1013.jpg",
|
||||
imageAlt: "Luxury Lace Bra Set",
|
||||
},
|
||||
id: "inner-garment-1", brand: "Victoria's Secret", name: "Lace Embrace Bra Set", price: "PKR 12,000", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1013.jpg", imageAlt: "Luxury Lace Bra Set"},
|
||||
{
|
||||
id: "inner-garment-2",
|
||||
brand: "Victoria's Secret",
|
||||
name: "Silk Charm Briefs",
|
||||
price: "PKR 7,500",
|
||||
rating: 5,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-models-pantyhose-stockings_23-2149129808.jpg",
|
||||
imageAlt: "Elegant Silk Briefs",
|
||||
},
|
||||
id: "inner-garment-2", brand: "Victoria's Secret", name: "Silk Charm Briefs", price: "PKR 7,500", rating: 5,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-models-pantyhose-stockings_23-2149129808.jpg", imageAlt: "Elegant Silk Briefs"},
|
||||
{
|
||||
id: "night-dress-1",
|
||||
brand: "Victoria's Secret",
|
||||
name: "Satin Allure Nightgown",
|
||||
price: "PKR 15,000",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/model-knit-loungewear-stairs-bright-interior-cozy-portrait_169016-69171.jpg",
|
||||
imageAlt: "Luxurious Satin Nightgown",
|
||||
},
|
||||
id: "night-dress-1", brand: "Victoria's Secret", name: "Satin Allure Nightgown", price: "PKR 15,000", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/model-knit-loungewear-stairs-bright-interior-cozy-portrait_169016-69171.jpg", imageAlt: "Luxurious Satin Nightgown"},
|
||||
{
|
||||
id: "night-dress-2",
|
||||
brand: "Victoria's Secret",
|
||||
name: "Velvet Dream Robe",
|
||||
price: "PKR 22,000",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-unicorn-pajamas_273609-41657.jpg",
|
||||
imageAlt: "Elegant Velvet Robe",
|
||||
},
|
||||
id: "night-dress-2", brand: "Victoria's Secret", name: "Velvet Dream Robe", price: "PKR 22,000", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-unicorn-pajamas_273609-41657.jpg", imageAlt: "Elegant Velvet Robe"},
|
||||
{
|
||||
id: "loungewear-1",
|
||||
brand: "Victoria's Secret",
|
||||
name: "Comfort Chic Loungewear",
|
||||
price: "PKR 18,000",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wellness-moment-home-stairs-with-coffee-relaxed-lifestyle_169016-69429.jpg",
|
||||
imageAlt: "Stylish Loungewear Set",
|
||||
},
|
||||
id: "loungewear-1", brand: "Victoria's Secret", name: "Comfort Chic Loungewear", price: "PKR 18,000", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/wellness-moment-home-stairs-with-coffee-relaxed-lifestyle_169016-69429.jpg", imageAlt: "Stylish Loungewear Set"},
|
||||
{
|
||||
id: "loungewear-2",
|
||||
brand: "Victoria's Secret",
|
||||
name: "Cashmere Soft Set",
|
||||
price: "PKR 28,000",
|
||||
rating: 5,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-woman-is-sitting-floor-her-light-room-looking-camera-brunette-woman-casual-summer-clothes-enjoys-sunny-day-concept-youth-leisure-lifestyle_197531-32198.jpg",
|
||||
imageAlt: "Elegant Cashmere Loungewear",
|
||||
},
|
||||
id: "loungewear-2", brand: "Victoria's Secret", name: "Cashmere Soft Set", price: "PKR 28,000", rating: 5,
|
||||
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-woman-is-sitting-floor-her-light-room-looking-camera-brunette-woman-casual-summer-clothes-enjoys-sunny-day-concept-youth-leisure-lifestyle_197531-32198.jpg", imageAlt: "Elegant Cashmere Loungewear"},
|
||||
]}
|
||||
title="Our Exquisite Collections"
|
||||
description="Indulge in unparalleled elegance and comfort with our curated selections of premium lingerie and nightwear, designed for the modern woman."
|
||||
@@ -163,26 +104,30 @@ export default function LandingPage() {
|
||||
description="Victoria's Secret Chishtian brings an international standard of luxury lingerie and nightwear to Pakistan. We pride ourselves on offering exquisite pieces that blend comfort, style, and sophistication. Visit our boutique for a truly personalized experience."
|
||||
metrics={[
|
||||
{
|
||||
value: "Khawaja Qibla Alam Rd,",
|
||||
title: "Store Address",
|
||||
value: "Khawaja Qibla Alam Rd,"
|
||||
,
|
||||
title: "Store Address"
|
||||
},
|
||||
{
|
||||
value: "near Stylo Shoes, Chishtian Sharif 62350",
|
||||
title: "",
|
||||
value: "near Stylo Shoes, Chishtian Sharif 62350"
|
||||
,
|
||||
title: ""
|
||||
},
|
||||
{
|
||||
value: "0300 6988098",
|
||||
title: "Phone Number",
|
||||
value: "0300 6988098"
|
||||
,
|
||||
title: "Phone Number"
|
||||
},
|
||||
{
|
||||
value: "24 Hours, 7 Days A Week",
|
||||
title: "Open Hours",
|
||||
value: "24 Hours, 7 Days A Week"
|
||||
,
|
||||
title: "Open Hours"
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-laughing-friends-drinking-rose-wine-from-glass-outside_1157-45188.jpg"
|
||||
imageAlt="Luxurious boutique interior"
|
||||
mediaAnimation="entrance-slide"
|
||||
metricsAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -190,61 +135,31 @@ export default function LandingPage() {
|
||||
<TestimonialCardSixteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ayesha Khan",
|
||||
role: "Fashion Enthusiast",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-smiling-lady-with-long-wavy-dark-hair-is-touching-hair-looking-camera-home_291650-2384.jpg",
|
||||
},
|
||||
id: "1", name: "Ayesha Khan", role: "Fashion Enthusiast", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-smiling-lady-with-long-wavy-dark-hair-is-touching-hair-looking-camera-home_291650-2384.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fatima Sohail",
|
||||
role: "Satisfied Customer",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lady-with-dark-curly-hair-white-costume-sitting-table-with-laptop-dreamily-looking-aside-cafe-street_574295-3300.jpg",
|
||||
},
|
||||
id: "2", name: "Fatima Sohail", role: "Satisfied Customer", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lady-with-dark-curly-hair-white-costume-sitting-table-with-laptop-dreamily-looking-aside-cafe-street_574295-3300.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Zara Ali",
|
||||
role: "Luxury Shopper",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
|
||||
},
|
||||
id: "3", name: "Zara Ali", role: "Luxury Shopper", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Hina Iqbal",
|
||||
role: "Boutique Regular",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-young-businesswoman-having-confident-serious-look-staring-camera-holding-hand-her-chin-beautiful-thoughtful-female-posing-isolated-warm-oversize-jacket_343059-2169.jpg",
|
||||
},
|
||||
id: "4", name: "Hina Iqbal", role: "Boutique Regular", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-young-businesswoman-having-confident-serious-look-staring-camera-holding-hand-her-chin-beautiful-thoughtful-female-posing-isolated-warm-oversize-jacket_343059-2169.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sana Ejaz",
|
||||
role: "Premium Buyer",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glamour-female-model-with-short-brown-hair-black-dress-posing-near-light-wall_613910-7036.jpg",
|
||||
},
|
||||
id: "5", name: "Sana Ejaz", role: "Premium Buyer", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glamour-female-model-with-short-brown-hair-black-dress-posing-near-light-wall_613910-7036.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "5.0", label: "Google Rating"},
|
||||
{
|
||||
value: "Premium",
|
||||
label: "Collections",
|
||||
},
|
||||
value: "Premium", label: "Collections"},
|
||||
{
|
||||
value: "Exclusive",
|
||||
label: "Experience",
|
||||
},
|
||||
value: "Exclusive", label: "Experience"},
|
||||
]}
|
||||
title="Voices of Delight"
|
||||
description="Our cherished clients consistently rate us 5.0 on Google for our exceptional products and unparalleled service. Read what they have to say about their Victoria's Secret Chishtian experience."
|
||||
@@ -255,42 +170,21 @@ export default function LandingPage() {
|
||||
<PricingCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "personal-styling",
|
||||
tag: "Personalized",
|
||||
tagIcon: Sparkles,
|
||||
price: "By Appointment",
|
||||
period: "Complimentary initial consultation",
|
||||
description: "A tailored session with our expert stylists to find your perfect pieces.",
|
||||
button: {
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Personalized styling advice",
|
||||
"Exclusive collection preview",
|
||||
"Size and fit guidance",
|
||||
],
|
||||
id: "personal-styling", tag: "Personalized", tagIcon: Sparkles,
|
||||
price: "By Appointment", period: "Complimentary initial consultation", description: "A tailored session with our expert stylists to find your perfect pieces.", button: {
|
||||
text: "Book Consultation", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Personalized styling advice", "Exclusive collection preview", "Size and fit guidance"],
|
||||
},
|
||||
{
|
||||
id: "bridal-lingerie",
|
||||
tag: "Bridal Special",
|
||||
tagIcon: Heart,
|
||||
price: "Custom Package",
|
||||
period: "Initial consultation required",
|
||||
description: "Curated selections for your wedding day and honeymoon.",
|
||||
button: {
|
||||
text: "Inquire Now",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Bridal lingerie fitting",
|
||||
"Honeymoon collection",
|
||||
"Special gift packaging",
|
||||
],
|
||||
id: "bridal-lingerie", tag: "Bridal Special", tagIcon: Heart,
|
||||
price: "Custom Package", period: "Initial consultation required", description: "Curated selections for your wedding day and honeymoon.", button: {
|
||||
text: "Inquire Now", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Bridal lingerie fitting", "Honeymoon collection", "Special gift packaging"],
|
||||
},
|
||||
]}
|
||||
title="Experience Unrivaled Luxury"
|
||||
@@ -304,32 +198,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What are your store hours?",
|
||||
content: "Our boutique in Chishtian Sharif is open 24 hours, 7 days a week, for your convenience. Feel free to visit us anytime.",
|
||||
},
|
||||
id: "faq-1", title: "What are your store hours?", content: "Our boutique in Chishtian Sharif is open 24 hours, 7 days a week, for your convenience. Feel free to visit us anytime."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Currently, we offer shipping within Pakistan. For international inquiries, please contact our customer service team directly.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer international shipping?", content: "Currently, we offer shipping within Pakistan. For international inquiries, please contact our customer service team directly."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What is your return policy?",
|
||||
content: "We accept returns for unworn items within 14 days of purchase with the original tags attached. Please refer to our full return policy for details.",
|
||||
},
|
||||
id: "faq-3", title: "What is your return policy?", content: "We accept returns for unworn items within 14 days of purchase with the original tags attached. Please refer to our full return policy for details."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "How do I find my perfect size?",
|
||||
content: "We recommend visiting our boutique for a complimentary professional fitting. Our stylists will ensure you find the perfect size and fit for ultimate comfort and elegance.",
|
||||
},
|
||||
id: "faq-4", title: "How do I find my perfect size?", content: "We recommend visiting our boutique for a complimentary professional fitting. Our stylists will ensure you find the perfect size and fit for ultimate comfort and elegance."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-sleeping-with-flowers_23-2147781267.jpg"
|
||||
imageAlt="Elegant model with lingerie"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
title="Your Questions, Answered"
|
||||
description="Find comprehensive answers to frequently asked questions about our products, sizing, services, and policies."
|
||||
faqsAnimation="entrance-slide"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -340,27 +222,16 @@ export default function LandingPage() {
|
||||
description="We are here to assist you with any inquiries, bespoke service requests, or to help you find your perfect piece. Reach out to our dedicated team for a luxurious experience."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Your Message", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-using-phone-outside-night-street_1303-17041.jpg"
|
||||
@@ -374,54 +245,33 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Collections",
|
||||
items: [
|
||||
title: "Collections", items: [
|
||||
{
|
||||
label: "Inner Garments",
|
||||
href: "#collections",
|
||||
},
|
||||
label: "Inner Garments", href: "#collections"},
|
||||
{
|
||||
label: "Night Dress",
|
||||
href: "#collections",
|
||||
},
|
||||
label: "Night Dress", href: "#collections"},
|
||||
{
|
||||
label: "Loungewear",
|
||||
href: "#collections",
|
||||
},
|
||||
label: "Loungewear", href: "#collections"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Location", href: "#about"},
|
||||
{
|
||||
label: "Hours",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Hours", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user