diff --git a/src/app/page.tsx b/src/app/page.tsx index d482969..ae4ffe2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,8 +72,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} dashboard={{ title: "Live Inventory Hub", logoIcon: Cpu, - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjsmDg46EYSG3f6MQGlvAQryAS/a-stunning-3d-render-of-a-floating-micro-1773118571432-bfe3a8f3.png", searchPlaceholder: "Search genuine products...", sidebarItems: [ + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjsmDg46EYSG3f6MQGlvAQryAS/a-stunning-3d-render-of-a-floating-micro-1773118571432-bfe3a8f3.png", searchPlaceholder: "Search genuine products...", sidebarItems: [ { icon: Package, active: true }, { icon: Zap }, { icon: Settings }, @@ -136,16 +135,13 @@ export default function LandingPage() { features={[ { icon: Lock, - title: "The Hardware Vault", description: - "High-end refurbished accessories including earbuds, smartwatches, and verified electronics from trusted sources."}, + title: "The Hardware Vault", description: "High-end refurbished accessories including earbuds, smartwatches, and verified electronics from trusted sources."}, { icon: Wrench, - title: "Service & Support", description: - "Appointment-based diagnostic and repair with certified technicians. Transparent pricing, no hidden fees."}, + title: "Service & Support", description: "Appointment-based diagnostic and repair with certified technicians. Transparent pricing, no hidden fees."}, { icon: RotateCw, - title: "The Scrap Exchange", description: - "Bulk electronic trade-ins connecting to our network. Competitive rates for your old hardware."}, + title: "The Scrap Exchange", description: "Bulk electronic trade-ins connecting to our network. Competitive rates for your old hardware."}, ]} textboxLayout="default" animationType="slide-up" @@ -155,7 +151,7 @@ export default function LandingPage() {
@@ -229,23 +221,17 @@ export default function LandingPage() { buttonAnimation="slide-up" faqs={[ { - id: "1", title: "How do I book an appointment?", content: - "Simply use our booking portal. Enter your phone number and preferred time slot. We'll send you a WhatsApp confirmation. No hassles, just genuine products."}, + id: "1", title: "How do I book an appointment?", content: "Simply use our booking portal. Enter your phone number and preferred time slot. We'll send you a WhatsApp confirmation. No hassles, just genuine products."}, { - id: "2", title: "Are all products genuinely refurbished?", content: - "100%. Every product is verified through our database and certified by tech standards. We stand by our work with a 30-day return guarantee."}, + id: "2", title: "Are all products genuinely refurbished?", content: "100%. Every product is verified through our database and certified by tech standards. We stand by our work with a 30-day return guarantee."}, { - id: "3", title: "What's the appointment process like?", content: - "Book online, get a WhatsApp reminder, show up at your slot. Our technicians walk you through the product, answer questions, and process transactions transparently."}, + id: "3", title: "What's the appointment process like?", content: "Book online, get a WhatsApp reminder, show up at your slot. Our technicians walk you through the product, answer questions, and process transactions transparently."}, { - id: "4", title: "Do you offer bulk trade-ins?", content: - "Yes, through our Scrap Exchange service. Competitive rates for bulk electronics. Contact us for custom quotes on large quantities."}, + id: "4", title: "Do you offer bulk trade-ins?", content: "Yes, through our Scrap Exchange service. Competitive rates for bulk electronics. Contact us for custom quotes on large quantities."}, { - id: "5", title: "What payment methods do you accept?", content: - "Cash, UPI, card, and bank transfers. All transactions are documented and verified in our database."}, + id: "5", title: "What payment methods do you accept?", content: "Cash, UPI, card, and bank transfers. All transactions are documented and verified in our database."}, { - id: "6", title: "Can I check my appointment status?", content: - "Yes. Visit our 'Check My Appointment' portal, enter your phone number, and see your booking details, status, and product availability."}, + id: "6", title: "Can I check my appointment status?", content: "Yes. Visit our 'Check My Appointment' portal, enter your phone number, and see your booking details, status, and product availability."}, ]} textPosition="left" useInvertedBackground={true}