Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanpoland committed Nov 4, 2024
1 parent b0cf11e commit 5f3894a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const TestimonialCard = ({ quote, author, role, company }) => (
</section>

{/* Latest News Section */}
<section className="py-20 px-4 bg-[#060608]">
<section className="py-20 px-4">
<div className="max-w-7xl mx-auto">
<div className="flex items-center justify-between mb-12">
<h2 className="text-3xl font-bold">Latest News</h2>
Expand Down

0 comments on commit 5f3894a

Please sign in to comment.