3 Commits

Author SHA1 Message Date
e7af2262b0 Update src/app/page.tsx 2026-04-30 23:45:41 +00:00
09061f22d4 Merge version_2 into main
Merge version_2 into main
2026-04-30 23:42:58 +00:00
2ed791bdb8 Update src/app/page.tsx 2026-04-30 23:42:53 +00:00

View File

@@ -31,25 +31,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
]}
brandName="EarnSafe UK"
/>
@@ -58,41 +48,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Are you making money online? Find out instantly what you legally need to do"
description="No jargon. No stress. Just clear steps based on GOV.UK and HMRC rules. Free to check, no signup required, built for UK beginners and teen sellers."
buttons={[
{
text: "Run My Check Free",
href: "#contact",
{
text: "Run My Check Free",
onClick: () => { window.location.hash = "contact"; }
},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-concept_23-2148616879.jpg",
imageAlt: "Compliance Dashboard Interface",
},
imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-concept_23-2148616879.jpg", imageAlt: "Compliance Dashboard Interface"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-man-working-with-laptop-office_1268-21465.jpg",
imageAlt: "Young Entrepreneur Working",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-man-working-with-laptop-office_1268-21465.jpg", imageAlt: "Young Entrepreneur Working"},
{
imageSrc: "http://img.b2bpic.net/free-photo/statistic-bars_23-2148148371.jpg",
imageAlt: "Financial Data Visualization",
},
imageSrc: "http://img.b2bpic.net/free-photo/statistic-bars_23-2148148371.jpg", imageAlt: "Financial Data Visualization"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tax-saving-note-with-dart-arrow-bullseye_1357-57.jpg",
imageAlt: "Compliance Checkmark",
},
imageSrc: "http://img.b2bpic.net/free-photo/tax-saving-note-with-dart-arrow-bullseye_1357-57.jpg", imageAlt: "Compliance Checkmark"},
{
imageSrc: "http://img.b2bpic.net/free-photo/map-pitcairn-polygonal-mesh-line-map-flag-map_559531-11715.jpg",
imageAlt: "UK Financial Map",
},
imageSrc: "http://img.b2bpic.net/free-photo/map-pitcairn-polygonal-mesh-line-map-flag-map_559531-11715.jpg", imageAlt: "UK Financial Map"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coins-table_23-2150974201.jpg",
imageAlt: "Investment Growth",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coins-table_23-2150974201.jpg", imageAlt: "Investment Growth"},
]}
/>
</div>
@@ -102,9 +79,12 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Compliance, Simplified for You"
description={[
"EarnSafe UK is designed specifically for the UK's growing army of online sellers, freelancers, and side-hustlers.",
"We take the complexity out of HMRC registration, providing you with a clear, 60-second assessment of your legal obligations.",
"Whether you're selling crafts on Etsy or reselling on TikTok, we keep you compliant without the legal headache.",
"EarnSafe UK is designed specifically for the UK's growing army of online sellers, freelancers, and side-hustlers.", "We take the complexity out of HMRC registration, providing you with a clear, 60-second assessment of your legal obligations.", "Whether you're selling crafts on Etsy or reselling on TikTok, we keep you compliant without the legal headache."]}
buttons={[
{
text: "Learn More",
onClick: () => { window.location.hash = "faq"; }
}
]}
/>
</div>
@@ -116,20 +96,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "60-Second Check",
description: "Instant assessment based on your earnings.",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-patented-label-collection_23-2149741512.jpg",
},
title: "60-Second Check", description: "Instant assessment based on your earnings.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-patented-label-collection_23-2149741512.jpg"},
{
title: "Step-by-Step Guidance",
description: "Personalized actions to register correctly.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uuoumx",
},
title: "Step-by-Step Guidance", description: "Personalized actions to register correctly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uuoumx"},
{
title: "UK Tax Rules Verified",
description: "Always updated for the latest GOV.UK standards.",
imageSrc: "http://img.b2bpic.net/free-photo/income-vs-taxes_23-2151953977.jpg",
},
title: "UK Tax Rules Verified", description: "Always updated for the latest GOV.UK standards.", imageSrc: "http://img.b2bpic.net/free-photo/income-vs-taxes_23-2151953977.jpg"},
]}
title="Everything You Need to Stay Compliant"
description="We translate complex HMRC legislation into plain English, helping you focus on your business while we handle the rules."
@@ -143,36 +114,20 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "free",
tag: "Free",
price: "£0",
period: "Check",
description: "Get your instant compliance status now.",
button: {
text: "Run Free Check",
id: "free", tag: "Free", price: "£0", period: "Check", description: "Get your instant compliance status now.", button: {
text: "Run Free Check",
onClick: () => { window.location.hash = "contact"; }
},
featuresTitle: "Included:",
features: [
"Instant status result",
"GOV.UK rule summary",
"No signup required",
],
featuresTitle: "Included:", features: [
"Instant status result", "GOV.UK rule summary", "No signup required"],
},
{
id: "premium",
tag: "Professional",
price: "£29",
period: "One-time",
description: "Deep dive into your specific earnings.",
button: {
text: "Get Guidance",
id: "premium", tag: "Professional", price: "£29", period: "One-time", description: "Deep dive into your specific earnings.", button: {
text: "Get Guidance",
onClick: () => { window.location.hash = "contact"; }
},
featuresTitle: "Includes Everything Free, Plus:",
features: [
"HMRC registration walkthrough",
"Trading allowance calculator",
"Priority support email",
],
featuresTitle: "Includes Everything Free, Plus:", features: [
"HMRC registration walkthrough", "Trading allowance calculator", "Priority support email"],
},
]}
title="Upgrade Your Clarity"
@@ -186,45 +141,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Life-saver!",
quote: "I was so confused about eBay sales. EarnSafe made it crystal clear in a minute.",
name: "Sarah J.",
role: "eBay Seller",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-hardworking-man-his-own-studio_1153-5359.jpg",
},
id: "1", title: "Life-saver!", quote: "I was so confused about eBay sales. EarnSafe made it crystal clear in a minute.", name: "Sarah J.", role: "eBay Seller", imageSrc: "http://img.b2bpic.net/free-photo/portrait-hardworking-man-his-own-studio_1153-5359.jpg"},
{
id: "2",
title: "So easy",
quote: "Finally, a tool that explains HMRC stuff without the jargon. Must-use for students.",
name: "Tom R.",
role: "Student Entrepreneur",
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2919.jpg",
},
id: "2", title: "So easy", quote: "Finally, a tool that explains HMRC stuff without the jargon. Must-use for students.", name: "Tom R.", role: "Student Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2919.jpg"},
{
id: "3",
title: "Huge peace of mind",
quote: "Was worried I'd get a fine. EarnSafe showed me I was fine, plus how to register if I earn more.",
name: "Emma L.",
role: "Copywriter",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-bearded-man-glasses-working-laptop_285396-9837.jpg",
},
id: "3", title: "Huge peace of mind", quote: "Was worried I'd get a fine. EarnSafe showed me I was fine, plus how to register if I earn more.", name: "Emma L.", role: "Copywriter", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-bearded-man-glasses-working-laptop_285396-9837.jpg"},
{
id: "4",
title: "Incredibly helpful",
quote: "The premium guide saved me hours of reading boring tax documents.",
name: "David W.",
role: "Etsy Seller",
imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-young-woman-beige-jacket-stylish-top-looks-joyful-sits-by-desk-with-coffee-cup-it-works-laptop-office_197531-27828.jpg",
},
id: "4", title: "Incredibly helpful", quote: "The premium guide saved me hours of reading boring tax documents.", name: "David W.", role: "Etsy Seller", imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-young-woman-beige-jacket-stylish-top-looks-joyful-sits-by-desk-with-coffee-cup-it-works-laptop-office_197531-27828.jpg"},
{
id: "5",
title: "Highly recommended",
quote: "Best resource for anyone starting a new side business in the UK.",
name: "Chloe M.",
role: "Virtual Assistant",
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-talented-student-woman-having-desire-become-good-artist-spending-leisure-time-university-workshop-search-inspiration_273609-348.jpg",
},
id: "5", title: "Highly recommended", quote: "Best resource for anyone starting a new side business in the UK.", name: "Chloe M.", role: "Virtual Assistant", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-talented-student-woman-having-desire-become-good-artist-spending-leisure-time-university-workshop-search-inspiration_273609-348.jpg"},
]}
title="Trusted by UK Side-Hustlers"
description="Thousands of freelancers and sellers rely on us to avoid tax penalties."
@@ -237,20 +162,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq1",
title: "Do I need to register as a freelancer?",
content: "It depends on your earnings. If you exceed the trading allowance, you likely need to register.",
},
id: "faq1", title: "Do I need to register as a freelancer?", content: "It depends on your earnings. If you exceed the trading allowance, you likely need to register. Run our free check now to find out your specific status."},
{
id: "faq2",
title: "Is EarnSafe free?",
content: "Our basic check is 100% free with no signup. We offer an optional premium guide for step-by-step registration support.",
},
id: "faq2", title: "Is EarnSafe free?", content: "Our basic check is 100% free with no signup. We offer an optional premium guide for step-by-step registration support."},
{
id: "faq3",
title: "Is this official HMRC?",
content: "We are a third-party compliance tool. We provide guidance based on official GOV.UK rules, but we are not the HMRC itself.",
},
id: "faq3", title: "Is this official HMRC?", content: "We are a third-party compliance tool. We provide guidance based on official GOV.UK rules, but we are not the HMRC itself."},
]}
imageSrc="http://img.b2bpic.net/free-photo/customer-service-faqs-illustration_53876-133584.jpg"
mediaAnimation="slide-up"
@@ -264,13 +180,13 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Ready to Start?"
title="Check Your Compliance Today"
description="Get instant clarity on your earnings. It takes less than 60 seconds, it's free, and requires no registration."
imageSrc="http://img.b2bpic.net/free-photo/business-people-laptop_23-2147708501.jpg"
buttonText="Run My Check"
onSubmit={(email) => { console.log("Checking:", email); }}
/>
</div>