|
|
|
|
@@ -10,7 +10,8 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|
|
|
|
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
|
|
|
|
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
|
|
|
|
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
|
|
|
|
import { CheckCircle, Zap, Award, DollarSign, TrendingUp, Users, FileText, BookOpen, FileStack, ClipboardList, Layers, CreditCard, Star, Truck, Shield, FileCheck } from "lucide-react";
|
|
|
|
|
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
|
|
|
|
import { CheckCircle, Zap, Award, DollarSign, TrendingUp, Users, FileText, BookOpen, FileStack, ClipboardList, Layers, CreditCard, Star, Truck, Shield, FileCheck, Phone } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function HomePage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -132,15 +133,15 @@ export default function HomePage() {
|
|
|
|
|
plans={[
|
|
|
|
|
{
|
|
|
|
|
id: "starter", badge: "For Small Orders", badgeIcon: Zap,
|
|
|
|
|
price: "₹500", subtitle: "500-1000 units minimum", features: ["Flyers, pamphlets, business cards", "Standard paper quality (100-150 GSM)", "Single or 4-color printing", "5-7 business days delivery", "Free file upload and consultation"]
|
|
|
|
|
price: "Custom Quote", subtitle: "500-1000 units minimum", features: ["Flyers, pamphlets, business cards", "Standard paper quality (100-150 GSM)", "Single or 4-color printing", "5-7 business days delivery", "Free file upload and consultation"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "professional", badge: "Most Popular", badgeIcon: Award,
|
|
|
|
|
price: "₹250", subtitle: "1000-5000 units bulk orders", features: ["All Starter features included", "Premium paper quality (150-250 GSM)", "Premium finish options (matte, gloss, laminate)", "2-3 business days express delivery", "Dedicated account manager", "Free design consultation"]
|
|
|
|
|
price: "Custom Quote", subtitle: "1000-5000 units bulk orders", features: ["All Starter features included", "Premium paper quality (150-250 GSM)", "Premium finish options (matte, gloss, laminate)", "2-3 business days express delivery", "Dedicated account manager", "Free design consultation"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "enterprise", badge: "Maximum Savings", badgeIcon: Zap,
|
|
|
|
|
price: "₹100", subtitle: "5000+ units enterprise orders", features: ["All Professional features included", "Custom paper types and sizes", "Premium finish guarantee", "24-48 hour express delivery", "Dedicated project manager", "Custom solutions and special requests", "Volume discounts and loyalty rewards"]
|
|
|
|
|
price: "Custom Quote", subtitle: "5000+ units enterprise orders", features: ["All Professional features included", "Custom paper types and sizes", "Premium finish guarantee", "24-48 hour express delivery", "Dedicated project manager", "Custom solutions and special requests", "Volume discounts and loyalty rewards"]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
@@ -200,6 +201,37 @@ export default function HomePage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<ContactFaq
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "What file formats should I upload?", content: "We accept PDF, PNG, and JPG formats. PDF is recommended for best results. File size should not exceed 100MB. For optimal quality, ensure your design is in CMYK color mode (not RGB) and has 300 DPI resolution."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "How long does printing take?", content: "Standard printing takes 5-7 business days. Express printing is available within 2-3 days for an additional charge. For urgent orders, 24-48 hour rush printing is available on selected products. Processing starts after file approval."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Do you deliver across all of India?", content: "Yes! We deliver to every state in India via trusted courier partners. Standard shipping takes 2-5 days depending on location. We provide tracking numbers for all orders. Delivery charges vary by location and order weight."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", title: "What is the minimum order quantity?", content: "Minimum order varies by product: Flyers (500 units), Books (100 units), Business Cards (500 units), Exam Papers (100 units). Special custom requests may have different minimums. Contact our team for quantity exceptions."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", title: "Can I get a price quote before ordering?", content: "Absolutely! Use our instant price calculator on the website or contact our team directly. Upload your design and specifications to get an accurate quote within 1 hour. No obligation to order."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", title: "What payment methods do you accept?", content: "We accept all major credit/debit cards, UPI, net banking, and digital wallets via Razorpay. 50% advance payment required at booking, balance due before dispatch. EMI options available for large orders above ₹50,000."
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
ctaTitle="Get Your Instant Quote"
|
|
|
|
|
ctaDescription="Upload your design and get a detailed price quote within 24 hours. Simple, fast, and transparent."
|
|
|
|
|
ctaButton={{ text: "Get Quote Now", href: "/contact" }}
|
|
|
|
|
ctaIcon={Phone}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterLogoReveal
|
|
|
|
|
logoText="PrintHub India"
|
|
|
|
|
|