diff --git a/src/app/page.tsx b/src/app/page.tsx
index c0f6968..a1297b6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Search, CheckCircle, Smartphone, Globe } from "lucide-react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
@@ -30,22 +31,10 @@ export default function LandingPage() {
@@ -55,34 +44,14 @@ export default function LandingPage() {
@@ -93,30 +62,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Advanced Filtering",
- description: "Narrow down results by location, category, or ratings.",
- imageSrc: "http://img.b2bpic.net/free-vector/online-marketing-sticker-set_534985-34.jpg",
- buttonIcon: "Search",
- },
- {
- title: "Verified Reviews",
- description: "Make informed decisions with authentic community feedback.",
- imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-showing-golden-star-rating-symbol_53876-71536.jpg",
- buttonIcon: "CheckCircle",
- },
- {
- title: "Mobile Ready",
- description: "Search for businesses on the go from any device.",
- imageSrc: "http://img.b2bpic.net/free-vector/adaptive-responsive-web-design_98292-2071.jpg",
- buttonIcon: "Smartphone",
- },
- {
- title: "Global Reach",
- description: "Access business listings across thousands of locations.",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background-connecting-dots-digital-network-design_53876-160267.jpg",
- buttonIcon: "Globe",
- },
+ { title: "Advanced Filtering", description: "Narrow down results by location, category, or ratings.", imageSrc: "http://img.b2bpic.net/free-vector/online-marketing-sticker-set_534985-34.jpg", buttonIcon: Search },
+ { title: "Verified Reviews", description: "Make informed decisions with authentic community feedback.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-showing-golden-star-rating-symbol_53876-71536.jpg", buttonIcon: CheckCircle },
+ { title: "Mobile Ready", description: "Search for businesses on the go from any device.", imageSrc: "http://img.b2bpic.net/free-vector/adaptive-responsive-web-design_98292-2071.jpg", buttonIcon: Smartphone },
+ { title: "Global Reach", description: "Access business listings across thousands of locations.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background-connecting-dots-digital-network-design_53876-160267.jpg", buttonIcon: Globe },
]}
title="Built for Discovery"
description="Powerful tools designed to connect you with the right businesses faster than ever."
@@ -130,54 +79,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "1",
- brand: "Services",
- name: "Home Improvement",
- price: "100+ Listings",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-vector/business-cards-template-design_1043-349.jpg",
- },
- {
- id: "2",
- brand: "Dining",
- name: "Gourmet Restaurants",
- price: "500+ Listings",
- rating: 4,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ewh54f",
- },
- {
- id: "3",
- brand: "Medical",
- name: "Healthcare Clinics",
- price: "200+ Listings",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4w3c0h",
- },
- {
- id: "4",
- brand: "Automotive",
- name: "Auto Repair",
- price: "150+ Listings",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/sheet-paper-with-smartphone_23-2147957769.jpg",
- },
- {
- id: "5",
- brand: "Tech",
- name: "IT Services",
- price: "300+ Listings",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/bullet-journal-keyboard-top-view_23-2149740004.jpg",
- },
- {
- id: "6",
- brand: "Beauty",
- name: "Spas & Salons",
- price: "250+ Listings",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/register-username-account-summit-banner_53876-120897.jpg",
- },
+ { id: "1", brand: "Services", name: "Home Improvement", price: "100+ Listings", rating: 5, reviewCount: "500", imageSrc: "http://img.b2bpic.net/free-vector/business-cards-template-design_1043-349.jpg" },
+ { id: "2", brand: "Dining", name: "Gourmet Restaurants", price: "500+ Listings", rating: 4, reviewCount: "1200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ewh54f" },
+ { id: "3", brand: "Medical", name: "Healthcare Clinics", price: "200+ Listings", rating: 5, reviewCount: "300", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4w3c0h" },
+ { id: "4", brand: "Automotive", name: "Auto Repair", price: "150+ Listings", rating: 4, reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/sheet-paper-with-smartphone_23-2147957769.jpg" },
+ { id: "5", brand: "Tech", name: "IT Services", price: "300+ Listings", rating: 5, reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/bullet-journal-keyboard-top-view_23-2149740004.jpg" },
+ { id: "6", brand: "Beauty", name: "Spas & Salons", price: "250+ Listings", rating: 4, reviewCount: "600", imageSrc: "http://img.b2bpic.net/free-photo/register-username-account-summit-banner_53876-120897.jpg" },
]}
title="Trending Business Categories"
description="Browse the most popular categories our users are searching for."
@@ -190,21 +97,9 @@ export default function LandingPage() {
title="Directory Performance"
tag="Reliability"
metrics={[
- {
- id: "1",
- value: "10k+",
- description: "Active Businesses",
- },
- {
- id: "2",
- value: "500k+",
- description: "Monthly Searches",
- },
- {
- id: "3",
- value: "99.9%",
- description: "Uptime",
- },
+ { id: "1", value: "10k+", description: "Active Businesses" },
+ { id: "2", value: "500k+", description: "Monthly Searches" },
+ { id: "3", value: "99.9%", description: "Uptime" },
]}
metricsAnimation="slide-up"
/>
@@ -215,46 +110,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- title: "Incredible Platform",
- quote: "I found the best contractor for my home renovation in minutes.",
- name: "Alice Smith",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg",
- },
- {
- id: "2",
- title: "Highly Reliable",
- quote: "The verification system gave me peace of mind before booking.",
- name: "Bob Jones",
- role: "Business User",
- imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg",
- },
- {
- id: "3",
- title: "Very Intuitive",
- quote: "Easy to use and search functionality is spot on.",
- name: "Charlie Brown",
- role: "Designer",
- imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
- },
- {
- id: "4",
- title: "Best Resource",
- quote: "I always use this site to find new local restaurants.",
- name: "Diana Ross",
- role: "Food Critic",
- imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg",
- },
- {
- id: "5",
- title: "Professional Listings",
- quote: "Truly professional and updated listings everywhere.",
- name: "Ethan Hunt",
- role: "Consultant",
- imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg",
- },
+ { id: "1", title: "Incredible Platform", quote: "I found the best contractor for my home renovation in minutes.", name: "Alice Smith", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg" },
+ { id: "2", title: "Highly Reliable", quote: "The verification system gave me peace of mind before booking.", name: "Bob Jones", role: "Business User", imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg" },
+ { id: "3", title: "Very Intuitive", quote: "Easy to use and search functionality is spot on.", name: "Charlie Brown", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg" },
+ { id: "4", title: "Best Resource", quote: "I always use this site to find new local restaurants.", name: "Diana Ross", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg" },
+ { id: "5", title: "Professional Listings", quote: "Truly professional and updated listings everywhere.", name: "Ethan Hunt", role: "Consultant", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg" },
]}
title="User Success Stories"
description="Hear how our directory helps people find the services they need."
@@ -266,21 +126,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "1",
- title: "How do I list my business?",
- content: "Just sign up and submit your business details through our dashboard.",
- },
- {
- id: "2",
- title: "Is the service free?",
- content: "Basic listings are free, with premium features for better visibility.",
- },
- {
- id: "3",
- title: "How are reviews verified?",
- content: "We use a multi-step verification process to ensure authenticity.",
- },
+ { id: "1", title: "How do I list my business?", content: "Just sign up and submit your business details through our dashboard." },
+ { id: "2", title: "Is the service free?", content: "Basic listings are free, with premium features for better visibility." },
+ { id: "3", title: "How are reviews verified?", content: "We use a multi-step verification process to ensure authenticity." },
]}
title="Common Questions"
description="Got questions about the directory? We've got answers."
@@ -291,9 +139,7 @@ export default function LandingPage() {