Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

font weight to normal #72

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const Footer = forwardRef<HTMLDivElement>((_, ref) => {
<div className="flex flex-col gap-1">
<div className="flex mb-1 border-l border-main px-3">
<div className="flex flex-col gap-2">
<h1 className="text-main text-2xl font-extrabold">Call us now</h1>
<h1 className="text-main text-2xl">Call us now</h1>
<a
href="https://wa.me/01065065760?text=Hello%20there!%20I%20have%20a%20question%20about%20your%20services."
target="_blank"
Expand All @@ -101,7 +101,7 @@ const Footer = forwardRef<HTMLDivElement>((_, ref) => {
</div>
<div className="flex mb-1 border-l border-main px-3">
{/* <div className="flex flex-col gap-2">
<h1 className="text-main text-2xl font-extrabold">
<h1 className="text-main text-2xl ">
COME VISIT US
</h1>
<p className="text-white font-bold">
Expand All @@ -111,9 +111,7 @@ const Footer = forwardRef<HTMLDivElement>((_, ref) => {
</div>
<div className="flex mb-3 border-l border-main px-3">
<div className="flex flex-col gap-2">
<h1 className="text-main text-2xl font-extrabold">
SEND A MESSAGE
</h1>
<h1 className="text-main text-2xl ">SEND A MESSAGE</h1>
<p className="text-white font-bold break-words max-w-sm">
<a
href="mailto:blackwavesdev@outlook.com"
Expand All @@ -126,10 +124,10 @@ const Footer = forwardRef<HTMLDivElement>((_, ref) => {
</div>
</div>
<div className="flex flex-col gap-y-1">
<h1 className="text-main mb-1 border-b border-main font-extrabold text-2xl">
<h1 className="text-main mb-1 border-b border-main text-2xl">
OTHER PAGES
</h1>
<ul className="flex text-white text-sm font-extrabold mt-1 justify-between md:flex-col md:gap-y-4 md:text-lg">
<ul className="flex text-white text-sm mt-1 justify-between md:flex-col md:gap-y-4 md:text-lg">
<li>
<a href="#">Home</a>
</li>
Expand All @@ -145,7 +143,7 @@ const Footer = forwardRef<HTMLDivElement>((_, ref) => {
</ul>
</div>
<div className="flex flex-col">
<h1 className="text-main mb-1 font-extrabold text-2xl">NEWSLETTER</h1>
<h1 className="text-main mb-1 text-2xl">NEWSLETTER</h1>
<form
onSubmit={handleSubmit}
className="flex gap-x-2 items-center mt-2 w-full"
Expand Down
12 changes: 4 additions & 8 deletions app/components/MeetUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,10 @@ const MeetUs = forwardRef<HTMLDivElement>((_, ref) => {
}`}
>
<div className="center gap-0 md:gap-5 flex-col md:flex-row">
<span
className={`font-extrabold text-main md:text-[70px] text-[37px]`}
>
About
</span>
<span className={` text-main md:text-[70px] text-[37px]`}>About</span>
<div className="flex items-end">
<h1
className={`md:text-[70px] text-[37px] font-extrabold ${
className={`md:text-[70px] text-[37px] ${
isInView
? "motion-scale-in-[0.5] motion-translate-x-in-[-88%] motion-translate-y-in-[-9%] motion-opacity-in-[0%] motion-rotate-in-[-10deg] motion-blur-in-[5px] motion-duration-[0.00s] motion-duration-[0.61s]/translate motion-ease-spring-bouncy"
: "hidden"
Expand All @@ -66,12 +62,12 @@ const MeetUs = forwardRef<HTMLDivElement>((_, ref) => {
</div>
<h2 className={`text-white`}>Your Vision Our Code</h2>
<div className="mt-10 px-4">
<p className={`text-white font-bold`}>
<p className={`text-white font-normal`}>
Black Waves is a dynamic digital agency that empowers businesses to
thrive in the digital age. With a team of passionate and skilled
professionals, we deliver innovative solutions that drive results.
</p>
<p className={`mt-4 text-white font-bold`}>
<p className={`mt-4 text-white font-normal`}>
Our Mission is to help businesses achieve their full potential by
providing cutting-edge digital marketing and web development
services.
Expand Down
6 changes: 3 additions & 3 deletions app/components/Welcome/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Welcome = forwardRef<HTMLDivElement>((_, ref) => {
}`}
>
<h2
className={`font-extrabold text-[24px] md:text-[28px] font-Poppins ${
className={`text-[24px] md:text-[28px] font-Poppins ${
isInView
? "motion-scale-in-[0.5] motion-translate-x-in-[-88%] motion-translate-y-in-[-9%] motion-opacity-in-[0%] motion-rotate-in-[-10deg] motion-blur-in-[5px] motion-duration-[0.00s] motion-duration-[0.61s]/translate motion-ease-spring-bouncy"
: "hidden"
Expand All @@ -58,13 +58,13 @@ const Welcome = forwardRef<HTMLDivElement>((_, ref) => {
</h2>
<div className="flex items-end">
<h1
className={`text-5xl text-[37px] md:text-[70px] mb-2 font-extrabold font-Poppins`}
className={`text-5xl text-[37px] md:text-[70px] mb-2 font-Poppins`}
>
Black Waves
</h1>
<span className={`bg-main p-1 rounded-full mb-2`}></span>
</div>
<p className={`md:w-[45%] px-4 md:px-0 text-center`}>
<p className={`md:w-[45%] px-4 md:px-0 text-center font-normal`}>
Where advertising is a Main Course, not a Piece of Cake. We blend
creativity, strategy, and innovation to serve you delectable results.
</p>
Expand Down
2 changes: 1 addition & 1 deletion app/components/WhatWeDo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const WhatWeDo = forwardRef<HTMLDivElement>((_, ref) => {
<h1>
<span className="text-main">What</span> We Do?
</h1>
<p className="text-lg">
<p className="text-lg font-normal">
At Black Waves, we are more than just a digital agency. We are your
partners in innovation, dedicated to transforming your online
presence into a powerful tool for growth.
Expand Down
8 changes: 4 additions & 4 deletions app/components/companies/Companies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const Companies = forwardRef<HTMLDivElement>((_, ref) => {
}`}
>
<h2
className={`text-white font-extrabold text-center text-5xl md:text-7xl mt-0 md:mt-8
className={`text-white text-center text-5xl md:text-7xl mt-0 md:mt-8
${
isInView
? "motion-scale-in-[0.5] motion-translate-x-in-[-88%] motion-translate-y-in-[-9%] motion-opacity-in-[0%] motion-rotate-in-[-10deg] motion-blur-in-[5px] motion-duration-[0.00s] motion-duration-[0.61s]/translate motion-ease-spring-bouncy"
Expand All @@ -80,7 +80,7 @@ const Companies = forwardRef<HTMLDivElement>((_, ref) => {
>
Companies
<span
className={`font-extrabold text-main text-5xl ${
className={` text-main text-5xl ${
isInView
? "motion-scale-in-[0.5] motion-translate-x-in-[-88%] motion-translate-y-in-[-9%] motion-opacity-in-[0%] motion-rotate-in-[-10deg] motion-blur-in-[5px] motion-duration-[0.00s] motion-duration-[0.61s]/translate motion-ease-spring-bouncy"
: "hidden"
Expand Down Expand Up @@ -111,12 +111,12 @@ const Companies = forwardRef<HTMLDivElement>((_, ref) => {
src={product.image}
alt="company logo"
/>
<p className="text-white mt-3 line-clamp-2 text-center">
<p className="text-white mt-3 line-clamp-2 text-center font-normal">
{product.des}
</p>
<a
href="/"
className={`transition-all mt-5 duration-500 ease-out text-white py-2 px-6 border-opacity-50 rounded-full border-2 bg-black outline-1 outline-main border-${product.color} font-bold text-sm lg:block cursor-pointer hover:bg-main hover:scale-95 `}
className={`transition-all mt-5 duration-500 ease-out text-white py-2 px-6 border-opacity-50 rounded-full border-2 bg-black outline-1 outline-main border-${product.color} font-normal text-sm lg:block cursor-pointer hover:bg-main hover:scale-95 `}
>
Contact Us
</a>
Expand Down
Loading