@@ -220,10 +223,10 @@ const Contact = () => {
size="lg"
variant="outline"
className="w-full rounded-xl"
- onClick={() => window.open('tel:+13618543711')}
+ onClick={() => window.open('tel:+13618839999')}
>
- Call (361) 854-3711
+ Call (361) 883-8999
{
Visit Our Corpus Christi Office
- {/* Placeholder for map - would integrate with Google Maps */}
-
-
-
-
- Google Maps integration would go here
- Showing our Corpus Christi location
-
-
+ {/* Google Maps Embed */}
+
+
diff --git a/src/pages/FinancialTools.tsx b/src/pages/FinancialTools.tsx
new file mode 100644
index 0000000..babe230
--- /dev/null
+++ b/src/pages/FinancialTools.tsx
@@ -0,0 +1,480 @@
+import Navigation from "@/components/Navigation";
+import Footer from "@/components/Footer";
+import { Card, CardContent } from "@/components/ui/card";
+import { Button } from "@/components/ui/button";
+import { Input } from "@/components/ui/input";
+import {
+ Calculator,
+ Car,
+ Building,
+ CreditCard,
+ Shield,
+ TrendingUp,
+ Home,
+ PiggyBank,
+ DollarSign,
+ FileText,
+ Search,
+ ExternalLink
+} from "lucide-react";
+
+const FinancialTools = () => {
+ const calculatorCategories = [
+ {
+ icon: Car,
+ title: "Auto",
+ description: "Auto loan calculators and financing tools",
+ tools: [
+ "Auto Loan Early Payoff",
+ "Auto Rebate vs. Low Interest Financing",
+ "Auto Refinance Interest Savings",
+ "Bi-weekly Payments for an Auto Loan",
+ "Bi-weekly Payments for an Auto Loan with Fees",
+ "Car Loan Calculator",
+ "Dealer Financing vs. Credit Union Financing",
+ "Home Equity Loan vs. Auto loan",
+ "Lease vs. Buy",
+ "Low Interest Financing Savings"
+ ]
+ },
+ {
+ icon: Building,
+ title: "Business",
+ description: "Business financial analysis and planning tools",
+ tools: [
+ "Breakeven Analysis",
+ "Business Debt Consolidation Calculator",
+ "Business Valuation - Discounted Cash Flow",
+ "Cash Flow Calculator",
+ "Commercial Loan Calculator",
+ "Debt Service Coverage",
+ "Equipment Buy vs. Lease",
+ "Financial Ratios",
+ "Inventory Analysis",
+ "Like Kind Exchange",
+ "Profit Margin Calculator",
+ "Repossession of Personal Property from a Deferred Payment Sale",
+ "Repossession of Personal Property from an Installment Payment Sale",
+ "Repossession of Real Property",
+ "Working Capital Needs"
+ ]
+ },
+ {
+ icon: CreditCard,
+ title: "Debt and Credit Cards",
+ description: "Debt management and credit card optimization tools",
+ tools: [
+ "Accelerated Debt Payoff",
+ "Consolidation Loan Investment Calculator",
+ "Cost-of-Debt Calculator",
+ "Credit Card Minimum Payment Calculator",
+ "Credit Card Optimizer",
+ "Credit Card Pay Off",
+ "Home Equity Debt Consolidation",
+ "How much do you owe?",
+ "Personal Debt Consolidation",
+ "Roll-Down Your Credit Card Debt!",
+ "Snowball Debt Elimination Calculator",
+ "Student Loan Consolidation and Debt Payoff"
+ ]
+ },
+ {
+ icon: Shield,
+ title: "Insurance",
+ description: "Insurance analysis and planning calculators",
+ tools: [
+ "Comprehensive Life Insurance Analysis",
+ "Disability Insurance",
+ "Fixed Annuity Calculator",
+ "Health Savings Account (HSA) Contribution Calculator",
+ "Health Savings Account (HSA) Goal Calculator",
+ "Health Savings Account (HSA) Savings Calculator",
+ "Health Savings Account (HSA) vs. Traditional Health Plan",
+ "Health Savings Accounts (HSA) Employer Benefit",
+ "Human Life Value",
+ "Immediate Annuity Calculator",
+ "Life Insurance Calculator",
+ "Long Term Care Calculator",
+ "Variable Annuity Calculator",
+ "Variable Annuity without Surrender Charges"
+ ]
+ },
+ {
+ icon: TrendingUp,
+ title: "Investment",
+ description: "Investment analysis and portfolio planning tools",
+ tools: [
+ "Annual Rate of Return Calculator",
+ "Annual Stock Option Grants",
+ "Asset Allocation Calculator",
+ "Compare Investment Fees",
+ "Future Contracts Calculator",
+ "Future Value Calculator",
+ "Internal Rate of Return (IRR) Calculator",
+ "Investment Distributions",
+ "Investment Goal",
+ "Investment Loan",
+ "Investment Property Calculator",
+ "Investment Questionnaire - Broad Portfolio",
+ "Investment Questionnaire - Cash, Fixed Income and Equities",
+ "Investment Returns",
+ "Investment Savings and Distributions",
+ "Lump Sum Annual Return Calculator",
+ "Lump Sum Future Value Calculator",
+ "Lump Sum Present Value Calculator",
+ "Municipal Bond Tax Equivalent Yield",
+ "Mutual Fund Expense Calculator",
+ "Personal Economic Recovery Calculator",
+ "Present Value Calculator",
+ "Present Value Goal Calculator",
+ "REIT Tax-Equivalent Distribution",
+ "Stock Option Calculator",
+ "Taxable vs. Tax Deferred Investments",
+ "Taxable vs. Tax Deferred vs. Tax Free Investment"
+ ]
+ },
+ {
+ icon: DollarSign,
+ title: "Loan",
+ description: "Loan calculators and payment analysis tools",
+ tools: [
+ "Alternative Payment Frequencies",
+ "Amortizing Loan Calculator",
+ "Balloon Loan Calculator",
+ "Debt Consolidation Calculator",
+ "Enhanced Loan Calculator",
+ "Equity Line of Credit Payments",
+ "Existing Loan Calculator",
+ "Home Equity Line of Credit Calculator",
+ "Line of Credit Payoff",
+ "Loan & Credit Line Payment",
+ "Loan & Credit Line Tax Savings",
+ "Loan Comparison Calculator",
+ "Loan Prequalification Calculator"
+ ]
+ },
+ {
+ icon: Home,
+ title: "Mortgage",
+ description: "Mortgage calculators and home financing tools",
+ tools: [
+ "Adjustable Rate Mortgage Calculator",
+ "APR Calculator for Adjustable Rate Mortgages",
+ "ARM & Interest Only ARM vs. Fixed Rate Mortgage",
+ "Balloon Mortgages",
+ "Bi-weekly Payment Calculator",
+ "Bi-weekly Payments for an Existing Mortgage",
+ "Blended Rate Mortgage Calculator",
+ "FHA Maximum Financing Calculator",
+ "Fixed Rate Mortgage vs. Interest Only Mortgage",
+ "Fixed Rate Mortgage vs. LIBOR ARM",
+ "Interest Only ARM Calculator",
+ "Interest Only Mortgage Calculator",
+ "Maximum Mortgage",
+ "Mortgage APR Calculator",
+ "Mortgage Comparison: 15 Years vs. 30 Years",
+ "Mortgage Debt Consolidation",
+ "Mortgage Loan Calculator",
+ "Mortgage Loan Calculator (PITI)",
+ "Mortgage Payoff",
+ "Mortgage Points Calculator",
+ "Mortgage Qualifier",
+ "Mortgage Refinance Break Even",
+ "Mortgage Required Income",
+ "Mortgage Tax Savings Calculator",
+ "Option ARM vs. Fixed Rate Mortgage",
+ "Refinance Interest Savings",
+ "Rent vs. Buy",
+ "Reverse Mortgage Calculator"
+ ]
+ },
+ {
+ icon: FileText,
+ title: "Personal Finance",
+ description: "Personal finance management and budgeting tools",
+ tools: [
+ "Basic Calculator",
+ "Basic Financial Calculator",
+ "Checkbook Balancer",
+ "Credit Assessment",
+ "Home Budget Analysis",
+ "Life Expectancy",
+ "Net Worth",
+ "Should my spouse work?",
+ "Student Budget"
+ ]
+ },
+ {
+ icon: PiggyBank,
+ title: "Retirement",
+ description: "Retirement planning and savings calculators",
+ tools: [
+ "401(k) Calculator",
+ "401(k) Savings with Profit Sharing",
+ "401(k) Spend It or Save It Calculator",
+ "403(b) Savings Calculator",
+ "457 Plan Contribution Effects on Your Paycheck",
+ "457 Plan Withdrawal",
+ "457 Plan: Roth vs. Pre-tax",
+ "457 Savings Calculator",
+ "72(t) Calculator",
+ "72(t) Distribution Impact",
+ "Beneficiary Required Minimum Distributions",
+ "Company Stock Distribution Analysis Calculator",
+ "How Important is Social Security?",
+ "How long will my retirement savings last?",
+ "Individual 401(k) Contribution Comparison",
+ "Individual 401(k) Savings Calculator",
+ "IRA Spend It or Save It Calculator",
+ "Pension Plan Retirement Options",
+ "Required Minimum Distribution (RMD)",
+ "Required Minimum Distribution (RMD) for Current Year",
+ "Retirement Account Contribution Accelerator",
+ "Retirement Contribution Effects on Your Paycheck",
+ "Retirement Income",
+ "Retirement Nestegg Calculator",
+ "Retirement Pension Planner",
+ "Retirement Plan Withdrawal",
+ "Retirement Planner",
+ "Retirement Planner with Retirement Earnings",
+ "Retirement Shortfall",
+ "RMD & Stretch IRA Calculator",
+ "Roth (after-tax) Account or Pre-Tax Account?",
+ "Roth 401(k) vs. Traditional 401(k)",
+ "Roth 403(b) vs. Traditional 403(b)",
+ "Roth IRA Calculator",
+ "Roth IRA Conversion",
+ "Roth IRA Conversion with Distributions",
+ "Roth IRA vs. Traditional IRA",
+ "Roth vs. Traditional 401(k) and your Paycheck",
+ "Should you Borrow From a 401(k) or 403(b)?",
+ "Social Security Benefits",
+ "Traditional IRA Calculator"
+ ]
+ },
+ {
+ icon: DollarSign,
+ title: "Savings",
+ description: "Savings planning and goal calculators",
+ tools: [
+ "Benefit of Spending Less",
+ "CD Ladder Calculator",
+ "Certificate of Deposit Calculator",
+ "College Savings",
+ "Compare Savings Rates",
+ "Compound Savings Calculator",
+ "Compounding and Your Return",
+ "Cool Million",
+ "Credit Union Certificate Calculator",
+ "Credit Union Certificate Ladder Calculator",
+ "Don't Delay Your Savings!",
+ "Emergency Savings Calculator",
+ "Home Buyer Savings Calculator",
+ "Lunch Savings",
+ "Savings Distribution Calculator",
+ "Savings Goals",
+ "Savings, Taxes, and Inflation",
+ "Vice Savings"
+ ]
+ },
+ {
+ icon: Calculator,
+ title: "Tax",
+ description: "Tax planning and calculation tools",
+ tools: [
+ "1040 Tax Calculator",
+ "457 Payroll Deductions",
+ "Earned Income Credit (EIC) Calculator",
+ "Estate Tax Planning",
+ "Flexible Spending Account (FSA) Calculator",
+ "Hourly Paycheck Calculator",
+ "Marginal Tax Rate Calculator",
+ "Net to Gross Paycheck Calculator",
+ "Payroll Deductions Calculator",
+ "Self-Employment Tax Calculator",
+ "U.S. 1040EZ Tax Form Calculator"
+ ]
+ }
+ ];
+
+ return (
+
+
+
+ {/* Hero Section */}
+
+
+
+ Financial Tools
+
+
+ Should I refinance my mortgage? How much do I need to save for my child's college education? As accounting professionals, these are some of the questions that are posed to us on a daily basis. We are providing these interactive financial calculators and other tools to assist you with some of the day-to-day questions and concerns that may arise.
+
+
+
+ Disclaimer: While these financial tools are not a substitute for financial advice from a qualified professional, they can be used as a starting point in the decision making process.
+
+ Calculate your monthly mortgage payment including principal, interest, taxes, and insurance (PITI).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Calculate Payment
+
+
+
+
+
+
+ Payment Breakdown
+
+
+
+ Principal & Interest:
+ $1,896.20
+
+
+ Property Tax:
+ $250.00
+
+
+ Insurance:
+ $100.00
+
+
+ Total Monthly Payment:
+ $2,246.20
+
+
+
+
+
+
+
+
+
+
+ {/* CTA Section */}
+
+
+
+
+ Need Help Interpreting Your Results?
+
+
+
+ Our financial calculators are a great starting point, but every situation is unique. Let our experienced CPA team help you understand your results and develop a comprehensive financial strategy.
+
+ Stay organized and informed with our comprehensive tax calendar, client organizer, and access to essential IRS forms and publications.
+
+
+
+
+ {/* Events Calendar */}
+
+
+
+
+
+ Events Calendar
+
+
+ The interactive calendar highlights federal and state tax due dates, special firm events and other important dates that may be of interest to you. Because the calendar is continually updated, check back often to keep track of filing requirements, deadlines and other events that will help you stay current and up-to-date.
+
+ Note: Dates may vary for certain circumstances. Always consult with your tax professional for specific deadlines applicable to your situation.
+
+
+
+
+
+
+
+
+ {/* Client Tax Organizer */}
+
+
+
+
+
+ Client Tax Organizer
+
+
+ A tax organizer can facilitate the process of pulling together your tax information. This basic tax organizer is designed for new clients and allows you to enter your information right on the screen. You can then print the completed tax organizer and fax or mail it to the office. Current clients should contact the office to request a "proforma" tax organizer that includes prior year information and carryover data.
+
+
+
+
+
+
+
+
+
+ New Client Organizer
+
+
+
+
+ Complete this organizer if you're a new client or haven't used our services in the past two years.
+
+ For existing clients with prior year information and carryover data included.
+
+
+
+
+
+ Prior year information included
+
+
+
+ Carryover data pre-filled
+
+
+
+ Customized for your situation
+
+
+
+
+ Request Proforma Organizer
+
+
+
+
+
+
+
+
+ {/* Federal Tax Forms & IRS Publications */}
+
+
+
+
+
+ Federal Tax Forms & IRS Publications
+
+
+ Looking for a federal tax form? Browse this online tax forms library to find downloadable IRS forms. The forms are presented in PDF format and are acceptable for filing with the IRS. You may also choose from dozens of helpful tax publications developed by the IRS to help taxpayers have a better understanding of various tax issues.
+
+
+
+
+
+
+
+ Popular Tax Forms
+
+
+
+ {[
+ "Form 1040 - Individual Income Tax Return",
+ "Form 1040-ES - Estimated Tax for Individuals",
+ "Form 1120 - U.S. Corporation Income Tax Return",
+ "Form 1120S - U.S. Income Tax Return for an S Corporation",
+ "Form 1065 - U.S. Return of Partnership Income",
+ "Form W-2 - Wage and Tax Statement",
+ "Form 1099-MISC - Miscellaneous Income",
+ "Form 941 - Employer's Quarterly Federal Tax Return"
+ ].map((form, index) => (
+
+ {form}
+
+
+ ))}
+
+
+
+ Browse All Forms
+
+
+
+
+
+
+
+ IRS Publications
+
+
+
+ {[
+ "Publication 17 - Your Federal Income Tax",
+ "Publication 334 - Tax Guide for Small Business",
+ "Publication 535 - Business Expenses",
+ "Publication 587 - Business Use of Your Home",
+ "Publication 946 - How to Depreciate Property",
+ "Publication 970 - Tax Benefits for Education",
+ "Publication 225 - Farmer's Tax Guide",
+ "Publication 526 - Charitable Contributions"
+ ].map((pub, index) => (
+
+ {pub}
+
+
+ ))}
+
+
+
+ Browse All Publications
+
+
+
+
+
+
+
+
+
+
+ );
+};
+
+export default InfoCenter;
diff --git a/src/pages/Links.tsx b/src/pages/Links.tsx
new file mode 100644
index 0000000..770c621
--- /dev/null
+++ b/src/pages/Links.tsx
@@ -0,0 +1,315 @@
+import Navigation from "@/components/Navigation";
+import Footer from "@/components/Footer";
+import { Card, CardContent } from "@/components/ui/card";
+import { Button } from "@/components/ui/button";
+import {
+ ExternalLink,
+ DollarSign,
+ Building,
+ Newspaper,
+ FileText,
+ Globe,
+ Shield,
+ TrendingUp
+} from "lucide-react";
+
+const Links = () => {
+ const linkCategories = [
+ {
+ icon: DollarSign,
+ title: "Financial",
+ description: "Financial news, resources, and tools",
+ links: [
+ {
+ name: "CNN Business",
+ url: "https://edition.cnn.com/business",
+ description: "CNN Business offers comprehensive business news, market updates, and financial information."
+ }
+ ]
+ },
+ {
+ icon: Building,
+ title: "Governmental",
+ description: "Government agencies and official resources",
+ links: [
+ {
+ name: "Social Security Online",
+ url: "https://www.ssa.gov/",
+ description: "The Official Website of the U.S. Social Security Administration."
+ },
+ {
+ name: "U.S. Small Business Administration",
+ url: "https://www.sba.gov/",
+ description: "Small business programs and services to help you start, grow, and succeed."
+ }
+ ]
+ },
+ {
+ icon: Newspaper,
+ title: "News",
+ description: "Financial and business news sources",
+ links: [
+ {
+ name: "MSNBC - Microsoft & NBC",
+ url: "https://www.msnbc.msn.com/",
+ description: "MSNBC is the place for up to the minute news. Many of the news articles have audio and video clips."
+ },
+ {
+ name: "Wall Street Journal",
+ url: "https://www.wsj.com/",
+ description: "Complete financial news service offers personalized news and market quotes. Plus, links to Barron's Online and Smart Money Interactive."
+ }
+ ]
+ },
+ {
+ icon: FileText,
+ title: "Tax",
+ description: "Tax-related resources and tools",
+ links: [
+ {
+ name: "Check IRS Refund Status",
+ url: "https://sa.www4.irs.gov/wmr/",
+ description: "Track your tax return through the IRS website."
+ },
+ {
+ name: "The Internal Revenue Service",
+ url: "https://www.irs.gov/",
+ description: "Home of the IRS on the Web. The IRS has definitely done a nice job on their Website."
+ },
+ {
+ name: "Texas Department of Revenue",
+ url: "https://comptroller.texas.gov/taxes/",
+ description: "Texas Department of Revenue - Official state tax information and resources."
+ }
+ ]
+ }
+ ];
+
+ const additionalResources = [
+ {
+ icon: Shield,
+ title: "Professional Organizations",
+ links: [
+ { name: "American Institute of CPAs (AICPA)", url: "https://www.aicpa.org" },
+ { name: "Texas Society of CPAs", url: "https://www.tscpa.org" },
+ { name: "National Association of Tax Professionals", url: "https://www.natptax.com" }
+ ]
+ },
+ {
+ icon: TrendingUp,
+ title: "Investment Resources",
+ links: [
+ { name: "Securities and Exchange Commission", url: "https://www.sec.gov" },
+ { name: "Financial Industry Regulatory Authority", url: "https://www.finra.org" },
+ { name: "Morningstar", url: "https://www.morningstar.com" }
+ ]
+ },
+ {
+ icon: Globe,
+ title: "Business Resources",
+ links: [
+ { name: "U.S. Chamber of Commerce", url: "https://www.uschamber.com" },
+ { name: "Better Business Bureau", url: "https://www.bbb.org" },
+ { name: "SCORE - Small Business Mentoring", url: "https://www.score.org" }
+ ]
+ }
+ ];
+
+ const handleLinkClick = (url: string) => {
+ window.open(url, '_blank', 'noopener,noreferrer');
+ };
+
+ return (
+
+
+
+ {/* Hero Section */}
+
+
+
+ Links
+
+
+ There are many great sites on the Web, but trying to find those great sites can be a frustrating experience. We have compiled a list of websites that we have found to be helpful sources of information. When you click on a link, a new window will pop up. Close the window when you are ready to return to this page.
+
+ These links are provided for your convenience and information only. We are not responsible for the content, accuracy, or availability of these external websites. The inclusion of any link does not imply endorsement by Greg Knopp, P.C. Please review the privacy policies and terms of use of any external websites you visit.
+
+
+
+
+
+
+
+
+
+
+ );
+};
+
+export default Links;
diff --git a/src/pages/Newsletters.tsx b/src/pages/Newsletters.tsx
new file mode 100644
index 0000000..9b8dd71
--- /dev/null
+++ b/src/pages/Newsletters.tsx
@@ -0,0 +1,321 @@
+import Navigation from "@/components/Navigation";
+import Footer from "@/components/Footer";
+import { Card, CardContent } from "@/components/ui/card";
+import { Button } from "@/components/ui/button";
+import { Badge } from "@/components/ui/badge";
+import {
+ Newspaper,
+ AlertTriangle,
+ FileText,
+ Calendar,
+ ExternalLink,
+ Download,
+ Clock
+} from "lucide-react";
+
+const Newsletters = () => {
+ const taxAlerts = [
+ {
+ title: "One Big Beautiful Bill Act (Signed Into Law July 4, 2025)",
+ date: "July 4, 2025",
+ type: "alert",
+ summary: "Major tax legislation signed into law affecting multiple areas of tax policy.",
+ content: "The One Big Beautiful Bill Act represents significant changes to the tax code that will impact both individual and business taxpayers. This comprehensive legislation includes provisions affecting tax rates, deductions, credits, and compliance requirements."
+ },
+ {
+ title: "2025 Post-Filing Season Update",
+ date: "April 15, 2025",
+ type: "update",
+ summary: "Important updates and reminders following the 2024 tax filing season.",
+ content: "As we move past the 2024 filing season, there are several important updates and reminders for taxpayers to consider for the 2025 tax year."
+ },
+ {
+ title: "2024 Post-Election Tax Policy Update",
+ date: "November 15, 2024",
+ type: "update",
+ summary: "Analysis of potential tax policy changes following the 2024 elections.",
+ content: "Following the 2024 elections, we provide analysis of potential tax policy changes and their implications for taxpayers."
+ }
+ ];
+
+ const taxBriefings = [
+ {
+ title: "IRS Promises to Propose Regulations on Transfers of U.S. Real Property Interests (Notice 2025-45)",
+ date: "January 15, 2025",
+ type: "briefing",
+ summary: "Treasury and the IRS intend to issue proposed regulations under sections 897(d) and (e) to modify the rules under §§1.897-5T and 1.897-6T, Notice 89-85, 1989-31 I.R.B. 9, and Notice 2006-46, 2006-1 C.B. 896.",
+ content: "The IRS has announced its intention to propose new regulations that will significantly impact how transfers of U.S. real property interests are handled for tax purposes. These changes will affect both domestic and foreign investors in U.S. real estate."
+ },
+ {
+ title: "IRS Reminds Employers Student Loan Repayments Are Excludable Through 2025 (IR-2025-81)",
+ date: "January 10, 2025",
+ type: "briefing",
+ summary: "The IRS has reminded employers that they may continue to offer student loan repayment assistance through educational assistance programs until the end of the tax year at issue, December 31, 2025.",
+ content: "Employers can continue to provide tax-free student loan repayment assistance to employees through educational assistance programs. This benefit can be up to $5,250 per employee per year and is excluded from the employee's gross income."
+ },
+ {
+ title: "IRS Whistleblower Office Celebrates National Whistleblower Day (IR-2025-78)",
+ date: "July 30, 2025",
+ type: "briefing",
+ summary: "The IRS Whistleblower Office emphasized the role whistleblowers continue to play in supporting the nation's tax administration ahead of National Whistleblower Appreciation Day on July 30.",
+ content: "The IRS Whistleblower Office highlighted the important role that whistleblowers play in identifying tax fraud and non-compliance. The program has been instrumental in recovering billions of dollars in unpaid taxes."
+ },
+ {
+ title: "Rates Used in Computing Special Use Value Issued, Rev. Rul. 2025-16",
+ date: "January 5, 2025",
+ type: "briefing",
+ summary: "The 2025 interest rates to be used in computing the special use value of farm real property for which an election is made under Code Sec. 2032A were issued by the IRS.",
+ content: "The IRS has released the 2025 interest rates for computing special use value under Section 2032A. These rates are used for estate tax purposes when valuing farm and closely held business real property."
+ },
+ {
+ title: "TX - Telehealth services",
+ date: "December 20, 2024",
+ type: "briefing",
+ summary: "The Texas Comptroller issued a private letter ruling stating that a taxpayer's telehealth services are not subject to sales and use tax.",
+ content: "The Texas Comptroller has clarified that telehealth services provided in a bundle that includes various components are not subject to Texas sales and use tax. This ruling provides important guidance for healthcare providers offering telehealth services in Texas."
+ },
+ {
+ title: "IRS Announces No Changes to 2025 Returns or Withholding Under OBBBA (IR-2025-82)",
+ date: "January 20, 2025",
+ type: "briefing",
+ summary: "The IRS has announced that, under the phased implementation of the One Big Beautiful Bill Act (OBBBA), there will be no changes to individual information returns or federal income tax withholding tables for the tax year at issue.",
+ content: "Despite the passage of the One Big Beautiful Bill Act, the IRS has confirmed that there will be no immediate changes to withholding tables or information returns for 2025, providing stability for taxpayers and employers."
+ },
+ {
+ title: "IRS Lists FAQs on Expiration of Energy Credits and Deductions Under OBBB and More (FS-2025-5; IR-2025-86)",
+ date: "January 25, 2025",
+ type: "briefing",
+ summary: "The IRS issued frequently asked questions (FAQs) relating to several energy credits and deductions that are expiring under the One, Big, Beautiful Bill Act (OBBB) and their termination dates.",
+ content: "The IRS has provided comprehensive guidance on energy-related tax credits and deductions that are expiring under the new legislation, including clarification on the energy efficient home improvement credit and residential clean energy credit."
+ },
+ {
+ title: "IRS Provides Guidance for 'Beginning of Construction' for Applicable Wind and Solar Facilities (Notice 2025-42)",
+ date: "February 1, 2025",
+ type: "briefing",
+ summary: "The IRS has provided guidance regarding what is considered 'beginning of constructions' for purposes of the termination of the Code Sec. 45Y clean electricity production credit and the Code Sec. 48E clean electricity investment credit.",
+ content: "The One Big Beautiful Bill (OBBB) Act terminated the Code Secs. 45Y and 48E credits for applicable wind and solar facilities placed in service after December 31, 2027. This notice provides important guidance on what constitutes 'beginning of construction' for these facilities."
+ },
+ {
+ title: "TIGTA Critical of IRS Level of Service and Wait Time Reporting",
+ date: "January 30, 2025",
+ type: "briefing",
+ summary: "The Treasury Inspector General for Tax Administration suggested the way the Internal Revenue Service reports level of service (ability to reach an operator when requested) and wait times does not necessarily reflect the actual times taxpayers are waiting to reach a representative at the agency.",
+ content: "TIGTA has raised concerns about the accuracy of IRS reporting on customer service metrics, suggesting that the reported wait times may not accurately reflect the actual experience of taxpayers trying to reach IRS representatives."
+ },
+ {
+ title: "FinCEN Delays Investment Adviser Rules Until 2028 (FinCEN Exemptive Relief Order)",
+ date: "February 5, 2025",
+ type: "briefing",
+ summary: "The Financial Crimes Enforcement Network (FinCEN) has granted exemptive relief to covered investment advisers from the requirements the final regulations in FinCEN Final Rule RIN 1506-AB58 (also called the 'IA AML Rule'), which were set to become effective January 1, 2026.",
+ content: "FinCEN has extended the compliance deadline for investment advisers under the Anti-Money Laundering (AML) rule until January 1, 2028, providing additional time for advisers to implement the required compliance procedures."
+ }
+ ];
+
+ const getTypeColor = (type: string) => {
+ switch (type) {
+ case 'alert': return 'destructive';
+ case 'update': return 'default';
+ case 'briefing': return 'secondary';
+ default: return 'outline';
+ }
+ };
+
+ const getTypeIcon = (type: string) => {
+ switch (type) {
+ case 'alert': return AlertTriangle;
+ case 'update': return Clock;
+ case 'briefing': return FileText;
+ default: return Newspaper;
+ }
+ };
+
+ return (
+
+
+
+ {/* Hero Section */}
+
+
+
+ Newsletters
+
+
+ Stay informed with the latest tax alerts, briefings, and updates. Our comprehensive coverage ensures you're always up-to-date with the most important tax developments affecting your financial situation.
+
+
+
+
+ {/* Tax Alerts */}
+
+
+
+
+
+ Tax Alerts
+
+
+ Critical tax updates and legislative changes that require immediate attention.
+