3 Commits

Author SHA1 Message Date
1a1f789e2c Merge version_2 into main
Merge version_2 into main
2025-12-26 10:57:38 +00:00
283f16066f Update src/app/page.tsx 2025-12-26 10:57:33 +00:00
17f818adf5 Update src/app/globals.css 2025-12-26 10:57:33 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #ffcf40;; --background: #0a0a0a;
--card: #fcfcfc;; --card: #1a1a1a;
--foreground: #121200e6;; --foreground: #f8f5ffe6;
--primary-cta: #ffcf40;; --primary-cta: #b366ff;
--secondary-cta: #ffffff;; --secondary-cta: #1a1a1a;
--accent: #e2e2e2;; --accent: #737373;
--background-accent: #c4c4c4;; --background-accent: #737373;
/* 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);
@@ -495,7 +495,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-source-serif-4), sans-serif; font-family: var(--font-inter-tight), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -508,5 +508,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-source-serif-4), sans-serif; font-family: var(--font-inter-tight), sans-serif;
} }

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -43,7 +43,7 @@ export default function BreweryPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
title="Craft Beer Experience" title="1'"
description="Discover our award-winning beers brewed with passion and precision. From bold IPAs to smooth stouts, find your perfect pint." description="Discover our award-winning beers brewed with passion and precision. From bold IPAs to smooth stouts, find your perfect pint."
tag="Est. 2015" tag="Est. 2015"
tagIcon={Sparkles} tagIcon={Sparkles}