diff --git a/src/app/page.tsx b/src/app/page.tsx index 47b4942..4c04c30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import { Star, Truck, Tag, Award } from 'lucide-react'; export default function LandingPage() { return ( @@ -32,38 +33,22 @@ export default function LandingPage() { @@ -250,41 +159,17 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg", - imageAlt: "Sarah Johnson", - }, + id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg", imageAlt: "Sarah Johnson"}, { - id: "2", - name: "Michael C.", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-african-man-isolated_171337-10159.jpg", - imageAlt: "Michael Chen", - }, + id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-african-man-isolated_171337-10159.jpg", imageAlt: "Michael Chen"}, { - id: "3", - name: "Emily R.", - imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-caucasian-girl-with-pixie-haircut-showing-empty-hands-looking-up-isolated-olive-green-background-with-copy-space_141793-88368.jpg", - imageAlt: "Emily Rodriguez", - }, + id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-caucasian-girl-with-pixie-haircut-showing-empty-hands-looking-up-isolated-olive-green-background-with-copy-space_141793-88368.jpg", imageAlt: "Emily Rodriguez"}, { - id: "4", - name: "David K.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", - imageAlt: "David Kim", - }, + id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", imageAlt: "David Kim"}, { - id: "5", - name: "Jessica L.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-female-gardener-looking-camera_23-2147918720.jpg", - imageAlt: "Jessica Lee", - }, + id: "5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-female-gardener-looking-camera_23-2147918720.jpg", imageAlt: "Jessica Lee"}, { - id: "6", - name: "Robert S.", - imageSrc: "http://img.b2bpic.net/free-photo/man-office-stretching-work-day_23-2150468558.jpg", - imageAlt: "Robert Smith", - }, + id: "6", name: "Robert S.", imageSrc: "http://img.b2bpic.net/free-photo/man-office-stretching-work-day_23-2150468558.jpg", imageAlt: "Robert Smith"}, ]} cardTitle="What Our Community Says" cardTag="Trusted Reviews" @@ -298,25 +183,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq-1", - title: "How does Compton Sellz ensure quality?", - content: "We have a dedicated team that vets all sellers and offerings to ensure they meet our strict quality standards before being listed on the platform. Customer feedback also plays a crucial role in maintaining quality.", - }, + id: "faq-1", title: "How does Compton Sellz ensure quality?", content: "We have a dedicated team that vets all sellers and offerings to ensure they meet our strict quality standards before being listed on the platform. Customer feedback also plays a crucial role in maintaining quality."}, { - id: "faq-2", - title: "What are the delivery options available?", - content: "Compton Sellz offers various delivery options, including fast local delivery and pickup points, designed for convenience and efficiency within Compton and surrounding areas. Specific options vary by seller.", - }, + id: "faq-2", title: "What are the delivery options available?", content: "Compton Sellz offers various delivery options, including fast local delivery and pickup points, designed for convenience and efficiency within Compton and surrounding areas. Specific options vary by seller."}, { - id: "faq-3", - title: "Can I return a product if I'm not satisfied?", - content: "Yes, we prioritize customer satisfaction. Our return policy ensures a hassle-free process if you're not completely happy with your purchase. Please refer to our detailed return guidelines for more information.", - }, + id: "faq-3", title: "Can I return a product if I'm not satisfied?", content: "Yes, we prioritize customer satisfaction. Our return policy ensures a hassle-free process if you're not completely happy with your purchase. Please refer to our detailed return guidelines for more information."}, { - id: "faq-4", - title: "How can I become a seller on Compton Sellz?", - content: "We welcome local businesses and individuals to join our platform. Visit our 'Become a Seller' page for detailed information on requirements, benefits, and how to get started with your application.", - }, + id: "faq-4", title: "How can I become a seller on Compton Sellz?", content: "We welcome local businesses and individuals to join our platform. Visit our 'Become a Seller' page for detailed information on requirements, benefits, and how to get started with your application."}, ]} title="Frequently Asked Questions" description="Find quick answers to the most common questions about shopping, selling, and services on Compton Sellz." @@ -328,8 +201,7 @@ export default function LandingPage() {