diff --git a/src/app/globals.css b/src/app/globals.css index abcc104..453c4be 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #f5f0fce6; - --primary-cta: #b366ff; - --secondary-cta: #1a1a1a; - --accent: #59437b; - --background-accent: #6b28d9; + --background: #000602; + --card: #0d1d0d; + --foreground: #e6ffe6; + --primary-cta: #1cde5d; + --secondary-cta: #0a1f0f; + --accent: #2e6841; + --background-accent: #0d6b32; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 88da428..a352a89 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,22 +11,22 @@ const interTight = Inter_Tight({ }); export const metadata: Metadata = { - title: "2 - Premium Craft Beer Brewery", + title: "3 - Premium Craft Beer Brewery", description: "Discover award-winning craft beers brewed with passion. Explore our collection of premium brews and visit our brewery.", keywords: "craft beer, brewery, IPA, stout, porter, beer tasting", openGraph: { - title: "2 - Premium Craft Beer Brewery", + title: "3 - Premium Craft Beer Brewery", description: "Discover award-winning craft beers brewed with passion and precision.", - siteName: "2", + siteName: "3", type: "website", images: [{ url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766737135258-nan0236n.jpg", - alt: "2 premium beer" + alt: "3 premium beer" }] }, twitter: { card: "summary_large_image", - title: "2 - Craft Beer Brewery", + title: "3 - Craft Beer Brewery", description: "Award-winning craft beers made with passion", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766737135258-nan0236n.jpg"] } diff --git a/src/app/page.tsx b/src/app/page.tsx index fb11b70..a24ac43 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,7 @@ export default function LandingPage() { { name: "Beers", id: "products" }, { name: "Contact", id: "contact" } ]} - brandName="2" + brandName="3" bottomLeftText="Crafted with passion" bottomRightText="hello@brewcraft.com" /> @@ -42,7 +42,7 @@ export default function LandingPage() {