From 9961984190708a84311728018a554df45419f88f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 08:38:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 326 +++++++++++------------------------------------ 1 file changed, 72 insertions(+), 254 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 132511b..d27f7cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Box, Flame, Headphones, Home, Star, Users } from "lucide-react"; +import { BadgeCheck, Box, DollarSign, Flame, Headphones, Home, LayoutGrid, ShieldCheck, Star, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -35,42 +35,24 @@ export default function LandingPage() { @@ -78,15 +60,12 @@ export default function LandingPage() {
@@ -325,25 +210,15 @@ export default function LandingPage() { author="Sarah Chen, Tech Enthusiast" avatars={[ { - src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", - alt: "Sarah Chen", - }, + src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", alt: "Sarah Chen"}, { - src: "http://img.b2bpic.net/free-photo/man-portrait_1296-491.jpg", - alt: "John Doe", - }, + src: "http://img.b2bpic.net/free-photo/man-portrait_1296-491.jpg", alt: "John Doe"}, { - src: "http://img.b2bpic.net/free-photo/smiling-businesswoman-touching-her-face_1098-3321.jpg", - alt: "Emily White", - }, + src: "http://img.b2bpic.net/free-photo/smiling-businesswoman-touching-her-face_1098-3321.jpg", alt: "Emily White"}, { - src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-smiling-sitting-floor-white-wall_176420-8542.jpg", - alt: "David Lee", - }, + src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-smiling-sitting-floor-white-wall_176420-8542.jpg", alt: "David Lee"}, { - src: "http://img.b2bpic.net/free-photo/smiling-call-center-manager-providing-guidance-intern-addressing-questions_482257-125804.jpg", - alt: "Jessica Brown", - }, + src: "http://img.b2bpic.net/free-photo/smiling-call-center-manager-providing-guidance-intern-addressing-questions_482257-125804.jpg", alt: "Jessica Brown"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -356,30 +231,15 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq-1", - title: "Are your products genuine?", - content: "Yes, all products sold at RM Digital Hub are 100% genuine and sourced directly from authorized manufacturers and distributors.", - }, + id: "faq-1", title: "Are your products genuine?", content: "Yes, all products sold at RM Digital Hub are 100% genuine and sourced directly from authorized manufacturers and distributors."}, { - id: "faq-2", - title: "What is your warranty policy?", - content: "We offer comprehensive warranty protection on all items. Specific warranty details can be found on each product page or by contacting our support team.", - }, + id: "faq-2", title: "What is your warranty policy?", content: "We offer comprehensive warranty protection on all items. Specific warranty details can be found on each product page or by contacting our support team."}, { - id: "faq-3", - title: "Do you offer installation services for appliances?", - content: "Yes, for select home appliances like washing machines and ACs, we offer professional installation services. Please check product details or inquire with customer service.", - }, + id: "faq-3", title: "Do you offer installation services for appliances?", content: "Yes, for select home appliances like washing machines and ACs, we offer professional installation services. Please check product details or inquire with customer service."}, { - id: "faq-4", - title: "What payment methods do you accept?", - content: "We accept major credit/debit cards, net banking, and various digital wallets for a seamless checkout experience.", - }, + id: "faq-4", title: "What payment methods do you accept?", content: "We accept major credit/debit cards, net banking, and various digital wallets for a seamless checkout experience."}, { - id: "faq-5", - title: "Can I return a product if I'm not satisfied?", - content: "Our return policy allows returns within a specific period, provided the product is in its original condition. Refer to our Returns & Refunds page for full details.", - }, + id: "faq-5", title: "Can I return a product if I'm not satisfied?", content: "Our return policy allows returns within a specific period, provided the product is in its original condition. Refer to our Returns & Refunds page for full details."}, ]} imageSrc="http://img.b2bpic.net/free-vector/linear-flat-people-faces-professions-illustration_1416-520.jpg" imageAlt="Customer support chat interface with question mark icon" @@ -398,28 +258,17 @@ export default function LandingPage() { description="Have questions or need assistance? Our dedicated support team is here to help with any inquiries you may have." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "subject", - type: "text", - placeholder: "Subject", - required: true, + name: "subject", type: "text", placeholder: "Subject", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Your Message", - rows: 5, + name: "message", placeholder: "Your Message", rows: 5, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/cheerful-mature-call-center-operator-looking-laptop-screen_74855-4013.jpg" @@ -434,74 +283,43 @@ export default function LandingPage() {