4 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

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<ContactText
text="If you are GAY - come to Dmitry"
text="If you are GAY - come to Dmitry. He is also Gay"
animationType="entrance-slide"
useInvertedBackground="noInvert"
/>
@@ -69,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."
}
]}
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"
imagePosition="right"
useInvertedBackground="noInvert"
@@ -101,6 +101,13 @@ export default function LandingPage() {
price: "$5.50",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140058107-8ucn41gk.jpg",
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"