Merge version_5 into main #9

Merged
bender merged 5 commits from version_5 into main 2026-02-20 21:51:00 +00:00
5 changed files with 7 additions and 8 deletions

View File

@@ -75,4 +75,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -1406,4 +1406,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -22,7 +22,6 @@ import {
Headphones,
Instagram,
LifeBuoy,
Lightbulb,
Linkedin,
Mic,
Music,
@@ -50,7 +49,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "#about" }, { name: "Services", id: "#features-detailed" }, { name: "Contact", id: "#contact" }]}
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "#about" }, { name: "Services", id: "#features-detailed" }, { name: "Contact", id: "#contact" }]}
brandName="Pro Studio"
button={{ text: "Get a Quote", href: "#contact" }}
className="bg-card/90 backdrop-blur-sm shadow-lg"
@@ -252,7 +251,7 @@ export default function LandingPage() {
<FooterCard
logoText="Pro Studio"
copyrightText="© 2023 Pro Studio. All rights reserved."
socialLinks={[{ icon: Twitter, href: "https://twitter.com/prostudio", ariaLabel: "Twitter" }, { icon: Linkedin, href: "https://linkedin.com/company/prostudio", ariaLabel: "LinkedIn" }, { icon: Instagram, href: "https://instagram.com/prostudio", ariaLabel: "Instagram" }]}
socialLinks={[{ icon: Twitter, href: "https://twitter.com/prostudio", ariaLabel: "Twitter" }, { icon: Linkedin, href: "https://linkedin.com/company/prostudio", ariaLabel: "LinkedIn" }, { icon: Instagram, href: "https://instagram.com/prostudio", ariaLabel: "Instagram" }]}}
className="py-16 md:py-24 bg-background-accent"
cardClassName="bg-card/70 backdrop-blur-md"
logoClassName="text-2xl font-bold text-foreground"
@@ -262,4 +261,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -272,4 +272,4 @@ function ProductPageContent({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -168,4 +168,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}