Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-05 23:47:03 +00:00

View File

@@ -16,302 +16,157 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
defaultButtonVariant="bounce-effect"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Products",
id: "products",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="PKShop"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "hero" },
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="PKShop"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "plain",
}}
title="Premium Quality, Delivered To Your Doorstep"
description="Discover a curated collection of lifestyle essentials across Pakistan. Fast, secure, and reliable shopping at your fingertips."
buttons={[
{
text: "Shop Now",
href: "#products",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/street-market-sunset_23-2151529936.jpg"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{ variant: "plain" }}
title="Premium Quality, Delivered To Your Doorstep"
description="Discover a curated collection of lifestyle essentials across Pakistan. Fast, secure, and reliable shopping at your fingertips."
buttons={[{ text: "Shop Now", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/street-market-sunset_23-2151529936.jpg"
/>
</div>
<div id="about" data-section="about">
<SplitAbout
textboxLayout="split"
useInvertedBackground={false}
title="Your Trusted Local Marketplace"
description="We are bridging the gap between quality manufacturers and the Pakistani consumer, providing a seamless shopping experience."
bulletPoints={[
{
title: "Verified Quality",
description: "Strict quality control on every single item.",
},
{
title: "Fast Shipping",
description: "Nationwide delivery across all provinces.",
},
{
title: "Secure Payments",
description: "Cash on delivery and secure digital options.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/business-team-office_1098-746.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<SplitAbout
textboxLayout="split"
useInvertedBackground={false}
title="Your Trusted Local Marketplace"
description="We are bridging the gap between quality manufacturers and the Pakistani consumer, providing a seamless shopping experience."
bulletPoints={[
{ title: "Verified Quality", description: "Strict quality control on every single item." },
{ title: "Fast Shipping", description: "Nationwide delivery across all provinces." },
{ title: "Secure Payments", description: "Cash on delivery and secure digital options." },
]}
imageSrc="http://img.b2bpic.net/free-photo/business-team-office_1098-746.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="products" data-section="products">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Classic Watch",
price: "Rs. 4,500",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091303.jpg",
},
{
id: "p2",
name: "Wireless Audio",
price: "Rs. 8,200",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-healthy-food_23-2149043040.jpg",
},
{
id: "p3",
name: "Home Decor Set",
price: "Rs. 2,900",
imageSrc: "http://img.b2bpic.net/free-photo/girl-is-engaged-subject-photography-photo-studio_185193-163991.jpg",
},
{
id: "p4",
name: "Casual Sneakers",
price: "Rs. 5,900",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-autumn-adventure-elements_23-2148634134.jpg",
},
{
id: "p5",
name: "Smart Powerbank",
price: "Rs. 3,500",
imageSrc: "http://img.b2bpic.net/free-photo/cups-with-sake-beverage-white-background_23-2149869748.jpg",
},
{
id: "p6",
name: "Modern Backpack",
price: "Rs. 4,200",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-milk-black-cup-with-pancakes-purple-surface_140725-20349.jpg",
},
]}
title="Featured Collections"
description="Handpicked essentials for your everyday life."
/>
</div>
<div id="products" data-section="products">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Classic Watch", price: "Rs. 4,500", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091303.jpg" },
{ id: "p2", name: "Wireless Audio", price: "Rs. 8,200", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-healthy-food_23-2149043040.jpg" },
{ id: "p3", name: "Home Decor Set", price: "Rs. 2,900", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-engaged-subject-photography-photo-studio_185193-163991.jpg" },
{ id: "p4", name: "Casual Sneakers", price: "Rs. 5,900", imageSrc: "http://img.b2bpic.net/free-photo/top-view-autumn-adventure-elements_23-2148634134.jpg" },
{ id: "p5", name: "Smart Powerbank", price: "Rs. 3,500", imageSrc: "http://img.b2bpic.net/free-photo/cups-with-sake-beverage-white-background_23-2149869748.jpg" },
{ id: "p6", name: "Modern Backpack", price: "Rs. 4,200", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-milk-black-cup-with-pancakes-purple-surface_140725-20349.jpg" },
]}
title="Featured Collections"
description="Handpicked essentials for your everyday life."
/>
</div>
<div id="features" data-section="features">
<FeatureCardSixteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
negativeCard={{
items: [
"No Hidden Fees",
"No Quality Compromise",
"No Delay Tactics",
],
}}
positiveCard={{
items: [
"Cash on Delivery",
"Free Returns",
"Secure Packaging",
],
}}
title="Why Choose Us"
description="Dedicated to providing the best value for our customers."
/>
</div>
<div id="features" data-section="features">
<FeatureCardSixteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
negativeCard={{ items: ["No Hidden Fees", "No Quality Compromise", "No Delay Tactics"] }}
positiveCard={{ items: ["Cash on Delivery", "Free Returns", "Secure Packaging"] }}
title="Why Choose Us"
description="Dedicated to providing the best value for our customers."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Ali Khan",
role: "Architect",
company: "Lahore Design",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-colorful-bags_1098-2400.jpg",
},
{
id: "2",
name: "Sara Ahmed",
role: "Teacher",
company: "Karachi Edu",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-successful-senior-woman-holding-gadget_1262-5251.jpg",
},
{
id: "3",
name: "Zaid Malik",
role: "Engineer",
company: "Islamabad Tech",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-beautiful-student-girl-blue-dress-smiling-broadly-having-fun-while-surfing-internet-laptop_343059-3896.jpg",
},
{
id: "4",
name: "Fatima Noor",
role: "Designer",
company: "Multan Arts",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
},
{
id: "5",
name: "Hamza Raza",
role: "Analyst",
company: "Faisalabad Co",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23092.jpg",
},
]}
kpiItems={[
{
value: "50k+",
label: "Satisfied Customers",
},
{
value: "99%",
label: "Delivery Rate",
},
{
value: "5.0",
label: "Service Rating",
},
]}
title="Happy Pakistani Shoppers"
description="Thousands of customers rely on us for their daily needs."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Ali Khan", role: "Architect", company: "Lahore Design", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-colorful-bags_1098-2400.jpg" },
{ id: "2", name: "Sara Ahmed", role: "Teacher", company: "Karachi Edu", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-successful-senior-woman-holding-gadget_1262-5251.jpg" },
{ id: "3", name: "Zaid Malik", role: "Engineer", company: "Islamabad Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-beautiful-student-girl-blue-dress-smiling-broadly-having-fun-while-surfing-internet-laptop_343059-3896.jpg" },
{ id: "4", name: "Fatima Noor", role: "Designer", company: "Multan Arts", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg" },
{ id: "5", name: "Hamza Raza", role: "Analyst", company: "Faisalabad Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23092.jpg" },
]}
kpiItems={[
{ value: "50k+", label: "Satisfied Customers" },
{ value: "99%", label: "Delivery Rate" },
{ value: "5.0", label: "Service Rating" },
]}
title="Happy Pakistani Shoppers"
description="Thousands of customers rely on us for their daily needs."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardFourteen
useInvertedBackground={false}
title="Growing Strong"
tag="Our Impact"
metrics={[
{
id: "m1",
value: "300+",
description: "Curated Products",
},
{
id: "m2",
value: "15",
description: "Cities Serviced",
},
{
id: "m3",
value: "24/7",
description: "Support Availability",
},
]}
metricsAnimation="slide-up"
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardFourteen
useInvertedBackground={false}
title="Growing Strong"
tag="Our Impact"
metrics={[
{ id: "m1", value: "300+", description: "Curated Products" },
{ id: "m2", value: "15", description: "Cities Serviced" },
{ id: "m3", value: "24/7", description: "Support Availability" },
]}
metricsAnimation="slide-up"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do you offer COD?",
content: "Yes, we offer Cash on Delivery across Pakistan.",
},
{
id: "q2",
title: "How long is shipping?",
content: "Typically 3-5 working days depending on location.",
},
{
id: "q3",
title: "Can I return items?",
content: "Yes, we accept returns within 7 days of delivery.",
},
]}
sideTitle="Frequently Asked"
faqsAnimation="slide-up"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "Do you offer COD?", content: "Yes, we offer Cash on Delivery across Pakistan." },
{ id: "q2", title: "How long is shipping?", content: "Typically 3-5 working days depending on location." },
{ id: "q3", title: "Can I return items?", content: "Yes, we accept returns within 7 days of delivery." },
]}
sideTitle="Frequently Asked"
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Need Help?"
description="Our support team is always here for you."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
]}
textarea={{
name: "message",
placeholder: "How can we help?",
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/team-teleworkers-working-dark-office_74855-4744.jpg"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Need Help?"
description="Our support team is always here for you."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
]}
textarea={{ name: "message", placeholder: "How can we help?", required: true }}
imageSrc="http://img.b2bpic.net/free-photo/team-teleworkers-working-dark-office_74855-4744.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="PKShop"
copyrightText="© 2025 PKShop | All Rights Reserved"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="PKShop"
copyrightText="© 2025 PKShop | All Rights Reserved"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}