Update src/app/page.tsx
This commit is contained in:
@@ -66,6 +66,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Why efindcom?"
|
||||
description="Experience the difference of a search engine that puts quality and user intent at the center."
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,6 +75,7 @@ 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 },
|
||||
@@ -89,6 +91,8 @@ export default function LandingPage() {
|
||||
names={["TechDaily", "WebMaster", "FastSearch", "VerifiedData", "SecureSurf"]}
|
||||
title="Trusted By Creators"
|
||||
description="Join the growing community of researchers and users."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -96,6 +100,7 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah J.", role: "Researcher", testimonial: "The best search tool for finding clean, verified data." },
|
||||
{ id: "t2", name: "Michael C.", role: "Developer", testimonial: "Fast, minimal, and exactly what I needed." },
|
||||
@@ -108,11 +113,13 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Is efindcom privacy-focused?", content: "Absolutely. We do not track user behavior or store search history." },
|
||||
{ id: "f2", title: "How are sites verified?", content: "Our editorial team manually curates and verifies domains for relevance." },
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
title="Common Questions"
|
||||
description="Find answers to our most common inquiries."
|
||||
/>
|
||||
@@ -122,6 +129,7 @@ export default function LandingPage() {
|
||||
<BlogCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Latest Insights"
|
||||
description="Updates from the efindcom team on technology and search."
|
||||
blogs={[
|
||||
@@ -137,6 +145,7 @@ export default function LandingPage() {
|
||||
title="Get in Touch"
|
||||
description="Have questions or suggestions? We'd love to hear from you."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user