Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b337a383b0 | |||
| 568bb98cb6 | |||
| 70fc571fa6 |
302
src/app/page.tsx
302
src/app/page.tsx
@@ -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() {
|
||||
@@ -29,108 +28,27 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Why Rosemary",
|
||||
id: "why-rosemary",
|
||||
},
|
||||
{
|
||||
name: "Process",
|
||||
id: "process",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "why-rosemary" },
|
||||
{ name: "Process", id: "process" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Rosemary Vann, CPA"
|
||||
brandName="Collector’s Coin Shoppe"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Stop Overpaying Taxes."
|
||||
description="Precision tax strategy from a CPA who catches what others miss. One client saved $12,000 after switching."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Expert Numismatics & Rare Coin Appraisal"
|
||||
description="Discover the value of your history. We provide professional authentication, appraisal, and acquisition services for serious collectors and investors."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "See How We Help",
|
||||
href: "#services",
|
||||
},
|
||||
{ text: "Schedule Appraisal", href: "#contact" },
|
||||
{ text: "View Services", href: "#services" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hand-close-up-executive-reviewing-chart_1098-3283.jpg?_wi=1"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/gold-coins-collection-close-up_23-2148769399.jpg?_wi=1"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-daydreaming-young-businesswoman-sitting-near-desk_23-2147943703.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Tax Strategy",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Financial Audit",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Wealth Protection",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Corporate Filing",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Precision Accounting",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Accuracy",
|
||||
"Strategy",
|
||||
"Results",
|
||||
"Knowledge",
|
||||
"Thoroughness",
|
||||
"Proactive",
|
||||
"Savings",
|
||||
]}
|
||||
title="Trusted by clients for accuracy, strategy, and results"
|
||||
description="“Very knowledgeable and thorough. She immediately spotted issues my old accountant missed and saved me $12,000.”"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -140,66 +58,27 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "prep",
|
||||
title: "Tax Preparation",
|
||||
tags: [
|
||||
"Accuracy",
|
||||
"Detail-Driven",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-law-firm-template_23-2149310182.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "strat",
|
||||
title: "Tax Strategy",
|
||||
tags: [
|
||||
"Proactive",
|
||||
"Planning",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/infographic-concept-with-three-orange-hexagonal-web-elements-business-icons_1284-45074.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "business",
|
||||
title: "Small Business Support",
|
||||
tags: [
|
||||
"Compliance",
|
||||
"Precision",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-element-set_23-2147554730.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "review",
|
||||
title: "Error Review / Second Opinion",
|
||||
tags: [
|
||||
"Audit",
|
||||
"Correction",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-law-firm-template_23-2149310182.jpg?_wi=2",
|
||||
},
|
||||
{ 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" },
|
||||
{ id: "acq", title: "Private Acquisition", tags: ["Discreet", "Secure"], imageSrc: "https://img.b2bpic.net/free-photo/hand-holding-gold-coin_23-2148769399.jpg?_wi=1" },
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="Comprehensive tax and financial services designed to protect your wealth."
|
||||
title="Specialized Numismatic Services"
|
||||
description="Professional services tailored to the needs of the discerning numismatist."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-rosemary" data-section="why-rosemary">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="Not All Accountants Look Deep Enough."
|
||||
description="If your last accountant didn't save you money, they cost you money. We find hidden errors, protect your assets, and plan proactively."
|
||||
title="Decades of Authority in Rare Coinage"
|
||||
description="With deep roots in the numismatic community, we help collectors build legacies. Integrity, precision, and historical expertise define our practice."
|
||||
metrics={[
|
||||
{
|
||||
value: "$12,000",
|
||||
title: "Average Savings Found",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Precision Focus",
|
||||
},
|
||||
{ value: "30+", title: "Years Experience" },
|
||||
{ value: "5000+", title: "Coins Appraised" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-daydreaming-young-businesswoman-sitting-near-desk_23-2147943703.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/professional-numismatist-working-with-coins_23-2148769399.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -209,146 +88,51 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "1. Consultation",
|
||||
tags: [
|
||||
"Review",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-law-firm-template_23-2149310182.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
title: "2. Deep Analysis",
|
||||
tags: [
|
||||
"Detection",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/infographic-concept-with-three-orange-hexagonal-web-elements-business-icons_1284-45074.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
title: "3. Strategy + Filing",
|
||||
tags: [
|
||||
"Optimization",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-element-set_23-2147554730.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
title: "4. Ongoing Support",
|
||||
tags: [
|
||||
"Peace of Mind",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-law-firm-template_23-2149310182.jpg?_wi=4",
|
||||
},
|
||||
{ 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" },
|
||||
{ id: "3", title: "Certified Valuation", tags: ["Market Analysis"], imageSrc: "https://img.b2bpic.net/free-photo/coin-valuation-report_23-2148769399.jpg?_wi=2" },
|
||||
]}
|
||||
title="Our Simple Premium Process"
|
||||
description="A refined, four-step path to optimized financial health."
|
||||
title="Our Appraisal Journey"
|
||||
description="A seamless, transparent process to ensure your collection is evaluated with maximum precision."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Entrepreneur",
|
||||
testimonial: "Saved me $12,000. Incredible.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Small Business Owner",
|
||||
testimonial: "Extremely knowledgeable and thorough.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
role: "Consultant",
|
||||
testimonial: "Went above and beyond my expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Investor",
|
||||
testimonial: "The precision is unmatched. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda V.",
|
||||
role: "Creative Director",
|
||||
testimonial: "Finally, someone who explains taxes in plain English.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", name: "Jonathan M.", role: "Serious Collector", testimonial: "The depth of knowledge here is unmatched. They found value where others didn't." },
|
||||
{ id: "2", name: "Linda S.", role: "Private Investor", testimonial: "Trustworthy and professional. The appraisal was precise and market-focused." },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Real impact for real people."
|
||||
title="Trusted by Collectors"
|
||||
description="We pride ourselves on maintaining long-term relationships with every client."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Connect"
|
||||
title="Start Your Appraisal Today"
|
||||
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}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Let's Connect"
|
||||
title="You Might Be Overpaying Right Now."
|
||||
description="Most people are. Let’s fix that with a comprehensive review of your situation."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hand-close-up-executive-reviewing-chart_1098-3283.jpg?_wi=2"
|
||||
mediaPosition="left"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Phone: (555) 123-4567",
|
||||
href: "tel:5551234567",
|
||||
},
|
||||
{
|
||||
label: "Email: hello@rosemaryvann.cpa",
|
||||
href: "mailto:hello@rosemaryvann.cpa",
|
||||
},
|
||||
{
|
||||
label: "Location: Austin, TX",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Why Rosemary",
|
||||
href: "#why-rosemary",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Phone: (555) 987-6543" }, { label: "Email: contact@coinshoppe.com" }] },
|
||||
{ items: [{ label: "Services", href: "#services" }, { label: "Process", href: "#process" }, { label: "Contact", href: "#contact" }] }
|
||||
]}
|
||||
logoText="Rosemary Vann, CPA"
|
||||
logoText="Collector’s Coin Shoppe"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user