6 Commits

Author SHA1 Message Date
559f44b0b9 Update src/app/page.tsx 2025-12-26 11:42:42 +00:00
fa361b67ae Update src/app/layout.tsx 2025-12-26 11:42:41 +00:00
875f9a7ba6 Update src/app/globals.css 2025-12-26 11:42:40 +00:00
9f597ff3d6 Update src/app/page.tsx 2025-12-26 11:40:01 +00:00
d27d7d27d1 Update src/app/layout.tsx 2025-12-26 11:40:01 +00:00
f7e96ddf9f Update src/app/globals.css 2025-12-26 11:40:00 +00:00
3 changed files with 31 additions and 30 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #ffffff;;
--card: #fcfcfc;;
--foreground: #00120ae6;;
--primary-cta: #15ad59;;
--secondary-cta: #ffffff;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fffef5e6;
--primary-cta: #facc15;
--secondary-cta: #1a1a1a;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
@@ -495,7 +495,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-source-code-pro), sans-serif;
font-family: var(--font-poppins), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -508,5 +508,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-source-code-pro), sans-serif;
font-family: var(--font-poppins), sans-serif;
}

View File

@@ -1,31 +1,32 @@
import type { Metadata } from "next";
import { Source_Code_Pro } from "next/font/google";
import { Poppins } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const sourceCodePro = Source_Code_Pro({
variable: "--font-source-code-pro",
const poppins = Poppins({
variable: "--font-poppins",
subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = {
title: "Brew Haven - Premium Specialty Coffee",
description: "Discover exceptional specialty coffee at Brew Haven. Premium beans, expert baristas, welcoming atmosphere.",
title: "2 - Premium Specialty Coffee",
description: "Discover exceptional specialty coffee at 2. Premium beans, expert baristas, welcoming atmosphere.",
keywords: ["specialty coffee", "coffee shop", "espresso", "cafe", "artisan coffee"],
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Brew Haven - Premium Specialty Coffee",
description: "Discover exceptional specialty coffee at Brew Haven",
siteName: "Brew Haven",
title: "2 - Premium Specialty Coffee",
description: "Discover exceptional specialty coffee at 2",
siteName: "2",
type: "website",
images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766749013962-htnou8d4.jpg",
alt: "Brew Haven coffee",
alt: "2 coffee",
},
],
},
@@ -40,7 +41,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={sourceCodePro.variable}
className={poppins.variable}
>
<Tag />
{children}
@@ -1266,4 +1267,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';
@@ -26,7 +26,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Brew Haven"
brandName="2"
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="Brew Haven"
logoText="2"
description="Discover the perfect cup. Crafted with passion, served with care. Premium specialty coffee for coffee lovers."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766749013962-htnou8d4.jpg"
imageAlt="Freshly brewed espresso with latte art"
@@ -60,7 +60,7 @@ export default function LandingPage() {
tagIcon={Coffee}
title="Brewing Excellence Since Day One"
description="Founded in 2015 by coffee enthusiasts who believed great coffee brings people together"
subdescription="Brew Haven Coffee Roasters"
subdescription="2 Coffee Roasters"
icon={Sparkles}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766749014990-ucar89w4.jpg"
imageAlt="Premium coffee beans selection"
@@ -73,7 +73,7 @@ export default function LandingPage() {
products={[
{
id: "1",
brand: "Brew Haven",
brand: "2",
name: "Single Origin Ethiopia",
price: "$18.00",
rating: 5,
@@ -83,7 +83,7 @@ export default function LandingPage() {
},
{
id: "2",
brand: "Brew Haven",
brand: "2",
name: "House Blend Espresso",
price: "$16.00",
rating: 5,
@@ -93,7 +93,7 @@ export default function LandingPage() {
},
{
id: "3",
brand: "Brew Haven",
brand: "2",
name: "Seasonal Cold Brew",
price: "$15.00",
rating: 4,
@@ -144,7 +144,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSplit
logoText="Brew Haven"
logoText="2"
title="Quality Coffee, Sustainable Sourcing, Community Connection"
columns={[
{
@@ -165,11 +165,11 @@ export default function LandingPage() {
]}
contactItems={[
{ icon: Phone, text: "(555) 123-4567" },
{ icon: Mail, text: "hello@brewhaven.com" },
{ icon: Mail, text: "hello@2.com" },
{ icon: MapPin, text: "123 Coffee Lane, Brew City, BC 12345" }
]}
/>
</div>
</ThemeProvider>
);
}
}