8 Commits

Author SHA1 Message Date
65e1eb8c8c Update src/app/page.tsx 2025-12-26 16:05:30 +00:00
a3cd7ea01b Update src/app/page.tsx 2025-12-26 16:04:18 +00:00
e9014aecac Update src/app/page.tsx 2025-12-26 16:02:39 +00:00
788d6a38b2 Update src/app/page.tsx 2025-12-26 15:34:51 +00:00
a65a7d5501 Update src/app/page.tsx 2025-12-26 15:32:23 +00:00
8d4cca6ae6 Update src/app/page.tsx 2025-12-26 15:28:55 +00:00
b3cb90f903 Update src/app/layout.tsx 2025-12-26 15:28:54 +00:00
fe50b84444 Update src/app/globals.css 2025-12-26 15:28:53 +00:00
3 changed files with 24 additions and 31 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #ffffff;; --background: #fff5f8;
--card: #fcfcfc;; --card: #ffebf0;
--foreground: #0f0003e6;; --foreground: #3d2930;
--primary-cta: #c1121f;; --primary-cta: #ff1493;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;
--accent: #e2e2e2;; --accent: #ff69b4;
--background-accent: #c4c4c4;; --background-accent: #ffc0cb;
/* 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-cormorant-garamond), 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-cormorant-garamond), sans-serif; font-family: var(--font-inter-tight), sans-serif;
} }

View File

@@ -1274,4 +1274,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -2,7 +2,7 @@
import { Heart } from "lucide-react"; import { Heart } from "lucide-react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; 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 MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
import ProductCardSix from '@/components/sections/product/ProductCardSix'; import ProductCardSix from '@/components/sections/product/ProductCardSix';
import MetricCardEight from '@/components/sections/metrics/MetricCardEight'; import MetricCardEight from '@/components/sections/metrics/MetricCardEight';
@@ -41,24 +41,10 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardMetrics <ContactText
title="Welcome to Dmitry Coffeeshop" text="If you are GAY - come to Dmitry. He is also Gay"
description="Your safe space for exceptional coffee, vibrant community, and unforgettable moments. Proudly serving the LGBTQ+ community." animationType="entrance-slide"
tag="A Welcoming Haven" useInvertedBackground="noInvert"
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" }
]}
/> />
</div> </div>
@@ -83,7 +69,7 @@ export default function LandingPage() {
description: "We host events, support local artists, and celebrate our community. Dmitry is more than a coffeeshop—it's a movement." description: "We host events, support local artists, and celebrate our community. Dmitry is more than a coffeeshop—it's a movement."
} }
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183585667-fud4izge.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766765052255-jrx3ku4d.jpg"
imageAlt="Modern coffeeshop interior with welcoming atmosphere" imageAlt="Modern coffeeshop interior with welcoming atmosphere"
imagePosition="right" imagePosition="right"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
@@ -115,6 +101,13 @@ export default function LandingPage() {
price: "$5.50", price: "$5.50",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140058107-8ucn41gk.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140058107-8ucn41gk.jpg",
imageAlt: "Refreshing cold brew" imageAlt: "Refreshing cold brew"
},
{
id: "4",
name: "Honey Oat Latte",
price: "$5.25",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140058107-8ucn41gk.jpg",
imageAlt: "Creamy honey oat milk latte"
} }
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
@@ -199,4 +192,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }