8 Commits

Author SHA1 Message Date
4677a3f528 Update src/app/page.tsx 2026-04-23 15:41:11 +00:00
8730551983 Merge version_3 into main
Merge version_3 into main
2026-04-23 15:39:23 +00:00
4412aceed6 Update src/app/page.tsx 2026-04-23 15:39:20 +00:00
d8f559b5b8 Merge version_2 into main
Merge version_2 into main
2026-04-23 15:37:51 +00:00
7e67a34e07 Update src/app/page.tsx 2026-04-23 15:37:48 +00:00
c9b5cf091a Merge version_1 into main
Merge version_1 into main
2026-04-23 15:36:24 +00:00
0ed00db68d Merge version_1 into main
Merge version_1 into main
2026-04-23 15:35:55 +00:00
9883085d9d Merge version_1 into main
Merge version_1 into main
2026-04-23 15:35:24 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ name: "Tigran G.", handle: "@tigran_g", testimonial: "Fast, high-quality, and delicious coffee.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-sitting-with-coffee-office_1262-6120.jpg?_wi=1", imageAlt: "luxury coffee shop interior" },
{ name: "Sona M.", handle: "@sona_m", testimonial: "My morning ritual is not complete without this spot.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino-cup-cafe_181624-12457.jpg?_wi=1", imageAlt: "luxury coffee shop interior" },
]}
buttons={[{ text: "Visit Us Today", href: "#contact" }]}
buttons={[{ text: "View Our Menu", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-preparing-coffee-with-machine_23-2148892831.jpg?_wi=2"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-686.jpg", alt: "Customer portrait 1" },
@@ -144,7 +144,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
text="Visit us at 1 Garegin Nzhdeh St, Yerevan. For inquiries, call 033 885855 or visit coffeehouse.am."
text="Book your table or order ahead by calling us at 033 885855 for instant service."
buttons={[{ text: "Call Now", href: "tel:033885855" }]}
/>
</div>
@@ -162,4 +162,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}