Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { CheckCircle, Shield, Zap, Mail, Phone, MapPin } from "lucide-react";
|
||||
import { CheckCircle, Shield, Zap, Mail, Phone, MapPin, Search } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,6 +34,7 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "All Sites", id: "all-sites" },
|
||||
{ name: "Blog", id: "blog" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
@@ -46,7 +47,10 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="efindcom"
|
||||
description="Search 2 Million Verified Sites Instantly. Clean, fast search results without the clutter. Every site verified for quality and relevance."
|
||||
buttons={[{ text: "Start Searching", href: "#" }]}
|
||||
buttons={[
|
||||
{ text: "Start Searching", href: "#" },
|
||||
{ text: "See All Indexed Sites", href: "#all-sites" }
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tokyo-alley_181624-2239.jpg", imageAlt: "Search Engine Interface 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/screen-tech-desk-chart-bureau_1134-1408.jpg", imageAlt: "Search Engine Interface 2" },
|
||||
@@ -69,6 +73,24 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="all-sites" data-section="all-sites">
|
||||
<FeatureCardTwentyNine
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="Indexed Websites Explorer"
|
||||
description="Browse our comprehensive list of over 2 million verified websites sorted by category and quality score."
|
||||
tag="Explore"
|
||||
tagIcon={Search}
|
||||
features={[
|
||||
{ title: "Technology", description: "Deep dive into technical resource repositories.", imageSrc: "http://img.b2bpic.net/free-photo/tech-data-server_1234.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/code-editor_5678.jpg", buttonText: "Browse" },
|
||||
{ title: "Science & Research", description: "Peer-reviewed journals and research databases.", imageSrc: "http://img.b2bpic.net/free-photo/lab-equipment_8901.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/microscope_2345.jpg", buttonText: "Browse" },
|
||||
{ title: "Design & Creative", description: "Portfolios, design resources, and creative hubs.", imageSrc: "http://img.b2bpic.net/free-photo/palette_6789.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/design-studio_0123.jpg", buttonText: "Browse" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user