Skip to content

Commit

Permalink
Merge branch 'crescents-stack:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
musiur authored Aug 18, 2024
2 parents 1f72e3a + 8c614a8 commit 2efc517
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/app/services/_utils/herosection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const ServiceHeroSection = ({
<LunarCircle className="absolute top-0 left-0 w-full h-full z-[-1]" />
<div className="container flex flex-col gap-[48px]">
<iframe
className="w-full md:w-4/5 h-full min-h-[50vh] md:min-h-[70vh] rounded-2xl mx-auto border shadow-xl"
className="w-full md:w-4/5 h-full min-h-[50vh] md:min-h-[60vh] rounded-2xl mx-auto border shadow-xl"
src="https://www.youtube.com/embed/eRxKwyhM59U?si=R66bAMX4xLgmqoCf"
title="YouTube video player"
frameBorder="0"
Expand Down
12 changes: 6 additions & 6 deletions src/components/layout/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const Navbar = () => {
<a
key={child.id}
href={child.link}
className={`text-primary hover:text-secondary ${
className={`text-primary hover:text-secondary [&>*]:text-xs ${
pathname === child.link
? "text-secondary font-semibold"
: "text-primary"
Expand Down Expand Up @@ -248,12 +248,12 @@ const Links = [
},
{
id: 5,
text: "Custom Web Development",
text: "Web Development",
link: "/case-studies/custom-web-development",
},
{
id: 6,
text: "Shopify Store Development",
text: "Shopify Development",
link: "/case-studies/shopify-store-development",
},
{
Expand All @@ -275,7 +275,7 @@ const Links = [
children: [
{
id: 1,
text: "Google Ads",
text: "Google Paid Ads",
link: "/services/google-ads",
},
{
Expand All @@ -295,7 +295,7 @@ const Links = [
},
{
id: 5,
text: "Custom Web Development",
text: "Web Development",
link: "/services/custom-web-development",
},
{
Expand All @@ -310,7 +310,7 @@ const Links = [
},
{
id: 8,
text: "UI/UX",
text: "UI/UX & Graphic Design",
link: "/services/uiux",
},
// {
Expand Down
2 changes: 1 addition & 1 deletion src/components/molecule/services-cta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const ServicesCTA = ({
"text-right": position === "right",
})}
>
Go Here To Fill Out A 2-Minute Application For The Coaching Program
Go Here To Fill Out A 2-Minute Application For The Free Resources
</p>
<div className="grid grid-cols-1 min-[400px]:flex flex-wrap items-center justify-start gap-[12px]">
<EmailModal buttonText={primary.text} path={primary.link} />
Expand Down

0 comments on commit 2efc517

Please sign in to comment.