Update src/app/page.tsx

This commit is contained in:
2026-03-31 21:11:17 +00:00
parent 568bb98cb6
commit b337a383b0

View File

@@ -8,7 +8,6 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
export default function LandingPage() {
@@ -57,6 +56,7 @@ export default function LandingPage() {
<FeatureCardTwentyThree
animationType="slide-up"
textboxLayout="split-description"
useInvertedBackground={false}
features={[
{ id: "auth", title: "Authentication", tags: ["Expertise", "Trust"], imageSrc: "https://img.b2bpic.net/free-photo/magnifying-glass-looking-coins_23-2148769399.jpg?_wi=1" },
{ id: "appr", title: "Professional Appraisals", tags: ["Detailed", "Certified"], imageSrc: "https://img.b2bpic.net/free-photo/silver-coins-piles_23-2148769399.jpg?_wi=1" },
@@ -78,6 +78,7 @@ export default function LandingPage() {
imageSrc="https://img.b2bpic.net/free-photo/professional-numismatist-working-with-coins_23-2148769399.jpg"
mediaAnimation="slide-up"
metricsAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>
@@ -85,6 +86,7 @@ export default function LandingPage() {
<FeatureCardTwentyThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: "1", title: "Initial Consultation", tags: ["Review"], imageSrc: "https://img.b2bpic.net/free-photo/magnifying-glass-on-coin_23-2148769399.jpg?_wi=2" },
{ id: "2", title: "Expert Authentication", tags: ["Verification"], imageSrc: "https://img.b2bpic.net/free-photo/gold-collection-details_23-2148769399.jpg?_wi=2" },
@@ -116,6 +118,8 @@ export default function LandingPage() {
description="Ready to find out what your collection is worth? Our experts are standing by to assist with your valuation and acquisition needs."
imageSrc="https://img.b2bpic.net/free-photo/modern-office-desk-with-rare-coins_23-2148769399.jpg"
mediaPosition="right"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>