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> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

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

View File

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

View File

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

View File

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

View File

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