Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Crown, Phone, Sparkles } from "lucide-react";
|
||||
import { Crown, Phone, Sparkles, Building2, Users, Award } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -160,9 +160,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="socialproof" data-section="socialproof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Corporate Leaders"
|
||||
description="Chosen by professionals and businesses across India for premium tailored suits."
|
||||
tag="Partners"
|
||||
title="Trusted by Corporate Leaders & Professionals"
|
||||
description="Chosen by professionals, businesses, and corporate partners across India for premium tailored suits and exceptional service."
|
||||
tag="Corporate Partners"
|
||||
tagIcon={Building2}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
@@ -175,22 +176,23 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our tailored suits and services."
|
||||
description="Everything you need to know about our tailored suits, services, and ordering process. Contact us at +91 9007961006 for detailed consultations."
|
||||
tag="Help & Support"
|
||||
tagIcon={Award}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What is the delivery timeline for a custom suit?", content: "Our standard tailoring takes 7-14 days. Premium custom suits may take 14-21 days. Express options available for urgent orders. All suits are delivered to your doorstep with tracking."},
|
||||
id: "1", title: "What is the delivery timeline for a custom suit?", content: "Our standard tailoring takes 7-14 days. Premium custom suits may take 14-21 days. Express options available for urgent orders. All suits are delivered to your doorstep with tracking. Call us at +91 9007961006 to arrange delivery."},
|
||||
{
|
||||
id: "2", title: "Can I get alterations after receiving my suit?", content: "Absolutely! We offer free alterations for our Classic Fit (1 month), included alterations for Premium Cut (3 months), and lifetime alterations for Luxury Custom plans. Contact us for post-delivery adjustments."},
|
||||
id: "2", title: "Can I get alterations after receiving my suit?", content: "Absolutely! We offer free alterations for our Classic Fit (1 month), included alterations for Premium Cut (3 months), and lifetime alterations for Luxury Custom plans. Contact us at +91 9007961006 for post-delivery adjustments."},
|
||||
{
|
||||
id: "3", title: "What fabrics do you use?", content: "We use premium cotton blends for classic suits, Italian wool for premium collections, and exclusive designer fabrics for luxury custom orders. All fabrics are sourced from certified suppliers ensuring quality and durability."},
|
||||
{
|
||||
id: "4", title: "How do I place an order?", content: "You can call us at +91 9007961006 to discuss your requirements, browse our catalog, and place an order. We also accept inquiries via email or direct WhatsApp messages for personalized consultation."},
|
||||
id: "4", title: "How do I place an order?", content: "You can call us at +91 9007961006 to discuss your requirements, browse our catalog, and place an order. We also accept inquiries via email or direct WhatsApp messages for personalized consultation and styling advice."},
|
||||
{
|
||||
id: "5", title: "What is your return/refund policy?", content: "We offer 30-90 day replacement guarantees depending on your plan. If the suit doesn't meet your expectations, we offer free alterations or replacement. Full refund available for manufacturing defects."},
|
||||
id: "5", title: "What is your return/refund policy?", content: "We offer 30-90 day replacement guarantees depending on your plan. If the suit doesn't meet your expectations, we offer free alterations or replacement. Full refund available for manufacturing defects. Contact +91 9007961006 for details."},
|
||||
{
|
||||
id: "6", title: "Do you offer bulk orders for corporate events?", content: "Yes! We specialize in bulk corporate orders. Contact us at +91 9007961006 for special corporate discounts and customized solutions for your organization or event."},
|
||||
]}
|
||||
@@ -202,7 +204,7 @@ export default function LandingPage() {
|
||||
tag="Get in Touch"
|
||||
tagIcon={Phone}
|
||||
title="Ready for Your Perfect Suit?"
|
||||
description="Contact Home Boutique today for premium tailored suits and personalized styling consultation. Our team is ready to help you look your best."
|
||||
description="Contact Home Boutique today for premium tailored suits and personalized styling consultation. Call +91 9007961006 or reach out via WhatsApp. Our team is ready to help you look your best."
|
||||
buttons={[
|
||||
{ text: "Call Now: +91 9007961006", href: "tel:+919007961006" },
|
||||
{ text: "Browse Catalog", href: "#products" },
|
||||
|
||||
Reference in New Issue
Block a user