Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d7e0e7fe4 | |||
| 5dca1fa1f9 | |||
| e896b9e3a3 | |||
| 112ded484f | |||
| 61556f6a7b | |||
| 529ad05bbc |
@@ -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';
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user