6 Commits

Author SHA1 Message Date
f7050b15ca Update src/app/styles/variables.css 2026-02-16 17:07:49 +00:00
49d4934caa Update src/app/shop/page.tsx 2026-02-16 17:07:49 +00:00
abb99f9600 Update src/app/shop/[id]/page.tsx 2026-02-16 17:07:48 +00:00
509db156a5 Update src/app/page.tsx 2026-02-16 17:07:47 +00:00
2bcc5dec5a Update src/app/layout.tsx 2026-02-16 17:07:47 +00:00
76cb2a0bde Update src/app/blog/page.tsx 2026-02-16 17:07:45 +00:00
6 changed files with 28 additions and 28 deletions

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -312,4 +312,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -86,10 +86,10 @@ export default function ProductPage({ params }: ProductPageProps) {
brandName="Future"
navItems={[
{ name: "Home", id: "/" },
{ name: "Portfolio", id: "projects" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Team", id: "team" },
{ name: "Shop", id: "/shop" }
{ name: "Team", id: "team" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -154,10 +154,10 @@ export default function ProductPage({ params }: ProductPageProps) {
brandName="Future"
navItems={[
{ name: "Home", id: "/" },
{ name: "Portfolio", id: "projects" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Team", id: "team" },
{ name: "Shop", id: "/shop" }
{ name: "Team", id: "team" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -229,10 +229,10 @@ export default function ProductPage({ params }: ProductPageProps) {
brandName="Future"
navItems={[
{ name: "Home", id: "/" },
{ name: "Portfolio", id: "projects" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Team", id: "team" },
{ name: "Shop", id: "/shop" }
{ name: "Team", id: "team" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -308,4 +308,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -36,10 +36,10 @@ export default function ShopPage() {
brandName="Future"
navItems={[
{ name: "Home", id: "/" },
{ name: "Portfolio", id: "projects" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Team", id: "team" },
{ name: "Shop", id: "/shop" }
{ name: "Team", id: "team" }
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
@@ -103,10 +103,10 @@ export default function ShopPage() {
brandName="Future"
navItems={[
{ name: "Home", id: "/" },
{ name: "Portfolio", id: "projects" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Team", id: "team" },
{ name: "Shop", id: "/shop" }
{ name: "Team", id: "team" }
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
@@ -157,4 +157,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -2,21 +2,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #fffafa;;
--card: #fff7f7;;
--foreground: #1a0000;;
--primary-cta: #e63946;;
/* --background: #f7f6f7;;
--card: #ffffff;;
--foreground: #251a0c;;
--primary-cta: #f4c408;;
--secondary-cta: #ffffff;;
--accent: #f5c4c7;;
--background-accent: #f09199;; */
--accent: #f4ca26;;
--background-accent: #e8daa8;; */
--background: #fffafa;;
--card: #fff7f7;;
--foreground: #1a0000;;
--primary-cta: #e63946;;
--background: #f7f6f7;;
--card: #ffffff;;
--foreground: #251a0c;;
--primary-cta: #f4c408;;
--secondary-cta: #ffffff;;
--accent: #f5c4c7;;
--background-accent: #f09199;;
--accent: #f4ca26;;
--background-accent: #e8daa8;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);