Skip to content

Commit

Permalink
main "Removed build error"
Browse files Browse the repository at this point in the history
  • Loading branch information
mbilawalzaman committed Jul 16, 2024
1 parent 24fb688 commit a095f19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions my-app/app/components/goal.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const Goal = () => {

<div className="flex flex-col justify-center my-auto p-6 md:w-3/5">
<h5 className="text-gray-600 text-md md:my-4 font-semibold">
"LETS ACHIEVE MORE".
LETS ACHIEVE MORE.
</h5>
<h3 className="font-bold text-2xl md:text-4xl my-4">
"Get the benefit of working with the experts".
Get the benefit of working with the experts.
</h3>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion my-app/app/components/hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Hero = () => {
Bridge Between companines and recuiters.
</h1>
<p className="text-sm mx-auto w-2/3 font-light md:text-md my-2 md:my-6">
"Discover the World's #1 ranked talent acquisition experts with 10 years of experience in various industries".
Discover the Worlds #1 ranked talent acquisition experts with 10 years of experience in various industries.
</p>
</div>
<div className="mx-auto hover:cursor-pointer">
Expand Down
2 changes: 1 addition & 1 deletion my-app/app/components/testimonials.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Testimonials = () => {
</h2>
</div>
<p className="p-2 text-justify text-xs italic md:text-md font-medium">
"{testimonial.comment}"
{testimonial.comment}
</p>
</div>
))}
Expand Down
3 changes: 0 additions & 3 deletions my-app/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Head from 'next/head';
import { Metadata } from 'next';
import Navbar from './components/navbar';
import Hero from './components/hero';
import Goal from './components/goal';
Expand All @@ -13,11 +12,9 @@ const Home = () => {
return (
<div className="flex min-h-screen flex-col py-2">
<Head>
<Metadata>
<title>My Page Title</title>
<link rel="icon" href="/favicon.ico" />
{/* Add any additional metadata tags here */}
</Metadata>
</Head>

<Navbar />
Expand Down

0 comments on commit a095f19

Please sign in to comment.