Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a65a7d5501 | |||
| 8d4cca6ae6 | |||
| b3cb90f903 | |||
| fe50b84444 |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #ffffff;;
|
||||
--card: #fcfcfc;;
|
||||
--foreground: #0f0003e6;;
|
||||
--primary-cta: #c1121f;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #e2e2e2;;
|
||||
--background-accent: #c4c4c4;;
|
||||
--background: #fff5f8;
|
||||
--card: #ffebf0;
|
||||
--foreground: #3d2930;
|
||||
--primary-cta: #ff1493;
|
||||
--secondary-cta: #ffffff;
|
||||
--accent: #ff69b4;
|
||||
--background-accent: #ffc0cb;
|
||||
|
||||
/* 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-cormorant-garamond), sans-serif;
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -508,5 +508,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-cormorant-garamond), sans-serif;
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
}
|
||||
@@ -1274,4 +1274,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
import { Heart } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroBillboardMetrics from '@/components/sections/hero/HeroBillboardMetrics';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
||||
import ProductCardSix from '@/components/sections/product/ProductCardSix';
|
||||
import MetricCardEight from '@/components/sections/metrics/MetricCardEight';
|
||||
@@ -41,24 +41,10 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardMetrics
|
||||
title="Welcome to Dmitry Coffeeshop"
|
||||
description="Your safe space for exceptional coffee, vibrant community, and unforgettable moments. Proudly serving the LGBTQ+ community."
|
||||
tag="A Welcoming Haven"
|
||||
tagIcon={Heart}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766478629120-iqvbvy87.jpg"
|
||||
imageAlt="Premium coffee preparation"
|
||||
frameStyle="card"
|
||||
metricsLabel="Trusted by our community"
|
||||
metrics={[
|
||||
{ id: "1", value: "500+", label: "Happy Guests Monthly" },
|
||||
{ id: "2", value: "25+", label: "Specialty Drinks" },
|
||||
{ id: "3", value: "7", label: "Years of Service" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Explore Menu", href: "menu" },
|
||||
{ text: "Visit Us", href: "contact" }
|
||||
]}
|
||||
<ContactText
|
||||
text="If you are GAY - come to Dmitry"
|
||||
animationType="entrance-slide"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -199,4 +185,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user