9 Commits

Author SHA1 Message Date
ed4200c564 Merge version_6 into main
Merge version_6 into main
2026-03-02 10:25:11 +00:00
1d7e0e7fe4 Update src/app/page.tsx 2026-03-02 10:25:07 +00:00
338bff5a0b Merge version_6 into main
Merge version_6 into main
2026-03-02 10:23:18 +00:00
5dca1fa1f9 Update theme colors 2026-03-02 10:23:11 +00:00
d9f37f7291 Merge version_6 into main
Merge version_6 into main
2026-03-02 10:20:03 +00:00
e896b9e3a3 Update src/app/page.tsx 2026-03-02 10:19:58 +00:00
112ded484f Update src/app/layout.tsx 2026-03-02 10:19:57 +00:00
61556f6a7b Update src/app/bagels/page.tsx 2026-03-02 10:19:56 +00:00
529ad05bbc Merge version_5 into main
Merge version_5 into main
2026-03-02 10:17:45 +00:00
4 changed files with 21 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';

View File

@@ -7,7 +7,8 @@ import "./styles/base.css";
const inter = Inter({ subsets: ["latin"] }); const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Artisan Coffee Co.", description: "Premium artisan coffee, freshly roasted and expertly prepared"}; title: "Artisan Coffee Co.", description: "Premium artisan coffee, freshly roasted and expertly prepared"
};
export default function RootLayout({ export default function RootLayout({
children, children,

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroSplit from '@/components/sections/hero/HeroSplit'; import HeroSplit from '@/components/sections/hero/HeroSplit';
@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
title="Freshly Roasted Coffee" title="i"
description="Welcome to Artisan Coffee Co., where we believe in the perfect cup. Every bean is carefully selected, roasted to perfection, and prepared with passion by our experienced baristas." description="Welcome to Artisan Coffee Co., where we believe in the perfect cup. Every bean is carefully selected, roasted to perfection, and prepared with passion by our experienced baristas."
tag="Premium Artisan Coffee" tag="Premium Artisan Coffee"
tagIcon={Coffee} tagIcon={Coffee}

View File

@@ -2,23 +2,23 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #000000;; /* --background: #000000;;;
--card: #1a1a1a;; --card: #1a1a1a;;;
--foreground: #ffffff;; --foreground: #ffffff;;;
--primary-cta: #ff6207;; --primary-cta: #ff6207;;;
--secondary-cta: #1a1a1a;; --secondary-cta: #1a1a1a;;;
--accent: #ff6207;; --accent: #ff6207;;;
--background-accent: #ff6207;; */ --background-accent: #ff6207;;; */
--background: #000000;; --background: #000000;;;
--card: #1a1a1a;; --card: #1a1a1a;;;
--foreground: #ffffff;; --foreground: #ffffff;;;
--primary-cta: #ff6207;; --primary-cta: #ff6207;;;
--primary-cta-text: #f7f6f7;; --primary-cta-text: #f7f6f7;;;
--secondary-cta: #1a1a1a;; --secondary-cta: #1a1a1a;;;
--secondary-cta-text: #25190c;; --secondary-cta-text: #ffffff;;;
--accent: #ff6207;; --accent: #ff6207;;;
--background-accent: #ff6207;; --background-accent: #ff6207;;;
/* 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);