Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a65a7d5501 |
@@ -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"
|
||||||
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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user