Skip to content

Commit

Permalink
Update Footer.js
Browse files Browse the repository at this point in the history
Updated zip code, email.
  • Loading branch information
jurisgpt authored Dec 9, 2023
1 parent 8dceec8 commit f81cdd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Footer = () => {
</Link>

<p className="mt-3 text-sm text-base-content/80">
11539 Park Woods Cir, Suite 304, Alpharetta, GA
11539 Park Woods Cir, Suite 304, Alpharetta, GA 30005
</p>
</div>
<div className="flex-grow flex flex-wrap justify-center -mb-10 md:mt-0 mt-10 text-center">
Expand All @@ -43,7 +43,7 @@ const Footer = () => {
(192) 121-000-000
</Link>
<Link href="/#email" className="link link-hover">
abc@email.com
lawoffice@twglawfirm.com
</Link>
</div>
</div>
Expand All @@ -55,4 +55,4 @@ const Footer = () => {
);
};

export default Footer;
export default Footer;

0 comments on commit f81cdd7

Please sign in to comment.