From b25f39f3c424ffd63e593cd600e5489a0f842c7a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 16 May 2026 20:47:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 274 ++++++----------------------------------------- 1 file changed, 34 insertions(+), 240 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d7f60f0..f4e6fd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; +import BlogCardThree from '@/components/sections/blog/BlogCardThree'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; 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 } from "lucide-react"; +import { CheckCircle, Shield, Zap, Mail, Phone, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -32,18 +32,11 @@ export default function LandingPage() { @@ -95,27 +61,8 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} features={[ - { - title: "Verified Quality", - description: "Only pre-curated, high-quality websites are included.", - imageSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-shot-worker-server-hub-using-tablet_482257-90062.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/data-protection-shield-secured-permission-graphic-concept_53876-122466.jpg", - buttonText: "Read More", - }, - { - title: "Lightning Speed", - description: "Experience instant search results optimized for performance.", - imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040193.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/system-backup-database-integration_53876-133637.jpg", - buttonText: "Read More", - }, - { - title: "Privacy First", - description: "Browse safely without tracking or invasive advertising.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841652.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637780.jpg", - buttonText: "Read More", - }, + { title: "Verified Quality", description: "Only pre-curated, high-quality websites are included.", imageSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-shot-worker-server-hub-using-tablet_482257-90062.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/data-protection-shield-secured-permission-graphic-concept_53876-122466.jpg", buttonText: "Read More" }, + { title: "Lightning Speed", description: "Experience instant search results optimized for performance.", imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040193.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/system-backup-database-integration_53876-133637.jpg", buttonText: "Read More" }, ]} title="Why efindcom?" description="Experience the difference of a search engine that puts quality and user intent at the center." @@ -127,29 +74,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="uniform-all-items-equal" - useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "2M+", - title: "Verified Websites", - description: "Carefully selected and indexed sites.", - icon: CheckCircle, - }, - { - id: "m2", - value: "<100ms", - title: "Response Time", - description: "Delivering fast query results globally.", - icon: Zap, - }, - { - id: "m3", - value: "99.9%", - title: "Uptime", - description: "Always available for your needs.", - icon: Shield, - }, + { id: "m1", value: "2M+", title: "Verified Websites", description: "Carefully selected and indexed sites.", icon: CheckCircle }, + { id: "m2", value: "<100ms", title: "Response Time", description: "Delivering fast query results globally.", icon: Zap }, + { id: "m3", value: "99.9%", title: "Uptime", description: "Always available for your needs.", icon: Shield }, ]} title="Our Impact" description="Numbers that define our commitment to quality search." @@ -158,17 +86,7 @@ export default function LandingPage() {
@@ -178,43 +96,9 @@ export default function LandingPage() {
-
-