diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..55a403b --- /dev/null +++ b/.gitignore @@ -0,0 +1,49 @@ +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# local env files +.env*.local +.env + +# vercel +.vercel + +# typescript +*.tsbuildinfo +next-env.d.ts + +# IDE +.idea/ +.vscode/ +*.swp +*.swo + +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cea1ad3..65e3675 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,8 +6,8 @@ import '@/styles/tailwind.css' export const metadata: Metadata = { title: { - template: '%s - TaxPal', - default: 'TaxPal - Accounting made simple for small businesses', + template: '%s - OurWorld', + default: 'OurWorld - Accounting made simple for small businesses', }, description: 'Most bookkeeping software is accurate, but hard to use. We make the opposite trade-off, and hope you don’t get audited.', diff --git a/src/components/Faqs.tsx b/src/components/Faqs.tsx index 5c414d3..d6801a8 100644 --- a/src/components/Faqs.tsx +++ b/src/components/Faqs.tsx @@ -6,7 +6,7 @@ import backgroundImage from '@/images/background-faqs.jpg' const faqs = [ [ { - question: 'Does TaxPal handle VAT?', + question: 'Does OurWorld handle VAT?', answer: 'Well no, but if you move your company offshore you can probably ignore it.', }, @@ -15,7 +15,7 @@ const faqs = [ answer: 'Absolutely, we are happy to take your money in all forms.', }, { - question: 'How do I apply for a job at TaxPal?', + question: 'How do I apply for a job at OurWorld?', answer: 'We only hire our customers, so subscribe for a minimum of 6 months and then let’s talk.', }, @@ -24,17 +24,17 @@ const faqs = [ { question: 'What was that testimonial about tax fraud all about?', answer: - 'TaxPal is just a software application, ultimately your books are your responsibility.', + 'OurWorld is just a software application, ultimately your books are your responsibility.', }, { question: - 'TaxPal sounds horrible but why do I still feel compelled to purchase?', + 'OurWorld sounds horrible but why do I still feel compelled to purchase?', answer: 'This is the power of excellent visual design. You just can’t resist it, no matter how poorly it actually functions.', }, { question: - 'I found other companies called TaxPal, are you sure you can use this name?', + 'I found other companies called OurWorld, are you sure you can use this name?', answer: 'Honestly not sure at all. We haven’t actually incorporated or anything, we just thought it sounded cool and made this website.', }, diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index d3bc12d..0599572 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -20,7 +20,7 @@ export function Footer() {
- Copyright © {new Date().getFullYear()} TaxPal. All rights + Copyright © {new Date().getFullYear()} OurWorld. All rights reserved.