Merge version_1 into main #1
143
src/app/page.tsx
143
src/app/page.tsx
@@ -12,6 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Shield, Zap, Award, CheckCircle } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collection", id: "products"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "Why Us", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="PCPK"
|
||||
/>
|
||||
@@ -58,9 +51,7 @@ export default function LandingPage() {
|
||||
description="Your trusted partner for high-quality wholesale suits, sarees, and premium fabrics since inception. Serving retailers with elegance and reliability."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Collection", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-background-texture-fabrics-blue-shades_169016-19461.jpg"
|
||||
imageAlt="PCPK Wholesale Apparel"
|
||||
@@ -82,41 +73,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Silk Sarees",
|
||||
price: "Wholesale",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400865.jpg",
|
||||
},
|
||||
id: "p1", name: "Silk Sarees", price: "Wholesale", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400865.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Shirt Pieces",
|
||||
price: "Wholesale",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-linen-fabric_23-2151915001.jpg",
|
||||
},
|
||||
id: "p2", name: "Shirt Pieces", price: "Wholesale", imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-linen-fabric_23-2151915001.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Wedding Gowns",
|
||||
price: "Wholesale",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-sensual-barefoot-woman-red-marsala-dress-posing-against-lake-sand_627829-7072.jpg",
|
||||
},
|
||||
id: "p3", name: "Wedding Gowns", price: "Wholesale", imageSrc: "http://img.b2bpic.net/free-photo/blonde-sensual-barefoot-woman-red-marsala-dress-posing-against-lake-sand_627829-7072.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Formal Pant Pieces",
|
||||
price: "Wholesale",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-pigmented-cloths-laundry-wire_23-2148734285.jpg",
|
||||
},
|
||||
id: "p4", name: "Formal Pant Pieces", price: "Wholesale", imageSrc: "http://img.b2bpic.net/free-photo/natural-pigmented-cloths-laundry-wire_23-2148734285.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Bridal Lehenga",
|
||||
price: "Wholesale",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stacks-clothing-white_1339-7326.jpg",
|
||||
},
|
||||
id: "p5", name: "Bridal Lehenga", price: "Wholesale", imageSrc: "http://img.b2bpic.net/free-photo/stacks-clothing-white_1339-7326.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "One Piece Apparel",
|
||||
price: "Wholesale",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353694.jpg",
|
||||
},
|
||||
id: "p6", name: "One Piece Apparel", price: "Wholesale", imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353694.jpg"},
|
||||
]}
|
||||
title="Our Premium Collection"
|
||||
description="Browse our curated selection of fine apparel and fabrics, sourced with passion and perfection."
|
||||
@@ -129,29 +96,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Fabric",
|
||||
description: "Handpicked high-quality textiles for every garment.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543680.jpg",
|
||||
},
|
||||
title: "Premium Fabric", description: "Handpicked high-quality textiles for every garment.", buttonIcon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543680.jpg"},
|
||||
{
|
||||
title: "Wholesale Pricing",
|
||||
description: "Unmatched rates for premium quality goods.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/savings-plan_1101-722.jpg",
|
||||
},
|
||||
title: "Wholesale Pricing", description: "Unmatched rates for premium quality goods.", buttonIcon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/savings-plan_1101-722.jpg"},
|
||||
{
|
||||
title: "Expert Team",
|
||||
description: "Dedicated consultants to guide your order.",
|
||||
buttonIcon: "Award",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-owners-preparing-their-store_23-2149300867.jpg",
|
||||
},
|
||||
title: "Expert Team", description: "Dedicated consultants to guide your order.", buttonIcon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-owners-preparing-their-store_23-2149300867.jpg"},
|
||||
{
|
||||
title: "Reliable Delivery",
|
||||
description: "Timely shipments across all regions.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-brutal-man-jeans-work-jacket-puts-blank-sealed-hermetic-packages-inside-big-carton-paper-box-wooden-table-special-delivery_346278-755.jpg",
|
||||
},
|
||||
title: "Reliable Delivery", description: "Timely shipments across all regions.", buttonIcon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-brutal-man-jeans-work-jacket-puts-blank-sealed-hermetic-packages-inside-big-carton-paper-box-wooden-table-special-delivery_346278-755.jpg"},
|
||||
]}
|
||||
title="Why Choose PCPK?"
|
||||
description="Experience excellence in wholesale apparel sourcing."
|
||||
@@ -166,20 +121,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
description: "Garments Shipped",
|
||||
},
|
||||
id: "m1", value: "10k+", description: "Garments Shipped"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Retail Partners",
|
||||
},
|
||||
id: "m2", value: "500+", description: "Retail Partners"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "20+",
|
||||
description: "Years of Experience",
|
||||
},
|
||||
id: "m3", value: "20+", description: "Years of Experience"},
|
||||
]}
|
||||
title="PCPK at a Glance"
|
||||
description="Our reach and impact in the textile industry."
|
||||
@@ -191,30 +137,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rajesh Mehta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-thrift-shop-medium-shot_23-2149726860.jpg",
|
||||
},
|
||||
id: "t1", name: "Rajesh Mehta", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-thrift-shop-medium-shot_23-2149726860.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Anjali Shah",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-asian-woman-business-owner-using-digital-tablet-checking-amount-stock-product-inventory-shelf-distribution-warehouse-factorylogistic-business-shipping-delivery-service_609648-1999.jpg",
|
||||
},
|
||||
id: "t2", name: "Anjali Shah", imageSrc: "http://img.b2bpic.net/free-photo/portrait-asian-woman-business-owner-using-digital-tablet-checking-amount-stock-product-inventory-shelf-distribution-warehouse-factorylogistic-business-shipping-delivery-service_609648-1999.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Vikram Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-black-woman-running-small-business_23-2150171796.jpg",
|
||||
},
|
||||
id: "t3", name: "Vikram Patel", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-black-woman-running-small-business_23-2150171796.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sunita Verma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-personal-shopper-helping-cutomer_23-2148924092.jpg",
|
||||
},
|
||||
id: "t4", name: "Sunita Verma", imageSrc: "http://img.b2bpic.net/free-photo/female-personal-shopper-helping-cutomer_23-2148924092.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Amit Kumar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-clothes_23-2149241337.jpg",
|
||||
},
|
||||
id: "t5", name: "Amit Kumar", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-clothes_23-2149241337.jpg"},
|
||||
]}
|
||||
cardTitle="Client Voices"
|
||||
cardTag="Reviews"
|
||||
@@ -227,20 +158,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What is the minimum order quantity?",
|
||||
content: "Our minimum order quantity for wholesale clients is typically 50 pieces per product category.",
|
||||
},
|
||||
id: "f1", title: "What is the minimum order quantity?", content: "Our minimum order quantity for wholesale clients is typically 50 pieces per product category."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you ship internationally?",
|
||||
content: "Yes, we provide international shipping services to our global retail partners.",
|
||||
},
|
||||
id: "f2", title: "Do you ship internationally?", content: "Yes, we provide international shipping services to our global retail partners."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How can I request a quote?",
|
||||
content: "You can contact our sales team directly via the contact form or our official helpline.",
|
||||
},
|
||||
id: "f3", title: "How can I request a quote?", content: "You can contact our sales team directly via the contact form or our official helpline."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -251,8 +173,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
text="Get in touch to place your wholesale order or to discuss our latest arrivals. We are here to assist your retail business growth."
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user