10 Commits

Author SHA1 Message Date
965e177eba Update src/app/shop/page.tsx 2026-02-20 21:54:02 +00:00
a328c8ab5b Update src/app/shop/[id]/page.tsx 2026-02-20 21:54:01 +00:00
2adf8812ff Update src/app/page.tsx 2026-02-20 21:54:00 +00:00
03789c0713 Update src/app/blog/page.tsx 2026-02-20 21:53:59 +00:00
589cbdc856 Update src/app/shop/page.tsx 2026-02-20 21:50:55 +00:00
efe9db1683 Update src/app/shop/[id]/page.tsx 2026-02-20 21:50:54 +00:00
23b102ac73 Update src/app/page.tsx 2026-02-20 21:50:54 +00:00
0791e387ba Update src/app/layout.tsx 2026-02-20 21:50:53 +00:00
27b87ddcc9 Update src/app/blog/page.tsx 2026-02-20 21:50:51 +00:00
6df21d20f2 Merge version_4 into main
Merge version_4 into main
2026-02-20 21:48:39 +00:00
5 changed files with 60 additions and 54 deletions

View File

@@ -28,12 +28,13 @@ export default function BlogPage() {
headingFontWeight="medium" headingFontWeight="medium"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "About", id: "#about" }, { name: "About", id: "/#about" },
{ name: "Services", id: "#features-detailed" }, { name: "Services", id: "/#features-detailed" },
{ name: "Contact", id: "#contact" }, { name: "Contact", id: "/#contact" },
]} ]}
brandName="Pro Studio" brandName="Pro Studio"
button={{ text: "Get a Quote", href: "/#contact" }} button={{ text: "Get a Quote", href: "/#contact" }}
@@ -42,7 +43,9 @@ export default function BlogPage() {
buttonClassName="bg-primary-cta text-secondary-cta px-6 py-2 rounded-pill hover:bg-accent hover:text-primary-cta transition-all duration-300" buttonClassName="bg-primary-cta text-secondary-cta px-6 py-2 rounded-pill hover:bg-accent hover:text-primary-cta transition-all duration-300"
buttonTextClassName="font-medium text-base" buttonTextClassName="font-medium text-base"
/> />
</div>
<div id="blog" data-section="blog">
{isLoading ? ( {isLoading ? (
<div className="w-content-width mx-auto py-20 text-center"> <div className="w-content-width mx-auto py-20 text-center">
<p className="text-foreground">Loading posts...</p> <p className="text-foreground">Loading posts...</p>
@@ -57,7 +60,9 @@ export default function BlogPage() {
useInvertedBackground={false} useInvertedBackground={false}
/> />
)} )}
</div>
<div id="footer" data-section="footer">
<FooterCard <FooterCard
logoText="Pro Studio" logoText="Pro Studio"
copyrightText="© 2023 Pro Studio. All rights reserved." copyrightText="© 2023 Pro Studio. All rights reserved."
@@ -72,6 +77,7 @@ export default function BlogPage() {
copyrightTextClassName="text-sm text-foreground/70" copyrightTextClassName="text-sm text-foreground/70"
socialIconClassName="text-foreground/80 hover:text-primary-cta transition-colors duration-300" socialIconClassName="text-foreground/80 hover:text-primary-cta transition-colors duration-300"
/> />
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );

View File

@@ -90,7 +90,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="medium" headingFontWeight="medium"
> >
<ReactLenis root> <ReactLenis root>
<div id="navbar" data-section="navbar"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
@@ -143,7 +143,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="medium" headingFontWeight="medium"
> >
<ReactLenis root> <ReactLenis root>
<div id="navbar" data-section="navbar"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
@@ -203,7 +203,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="medium" headingFontWeight="medium"
> >
<ReactLenis root> <ReactLenis root>
<div id="navbar" data-section="navbar"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },

View File

@@ -57,7 +57,7 @@ export default function ShopPage() {
headingFontWeight="medium" headingFontWeight="medium"
> >
<ReactLenis root> <ReactLenis root>
<div id="navbar" data-section="navbar"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
@@ -109,7 +109,7 @@ export default function ShopPage() {
headingFontWeight="medium" headingFontWeight="medium"
> >
<ReactLenis root> <ReactLenis root>
<div id="navbar" data-section="navbar"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },