5 Commits

Author SHA1 Message Date
a26d27b567 Merge version_4 into main
Merge version_4 into main
2026-04-23 15:41:14 +00:00
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

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: "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" }, { 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" imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-preparing-coffee-with-machine_23-2148892831.jpg?_wi=2"
avatars={[ avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-686.jpg", alt: "Customer portrait 1" }, { 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 <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
text="Visit us at 1 Garegin Nzhdeh St today—call 033 885855 for group bookings or questions." text="Book your table or order ahead by calling us at 033 885855 for instant service."
buttons={[{ text: "Call Now", href: "tel:033885855" }]} buttons={[{ text: "Call Now", href: "tel:033885855" }]}
/> />
</div> </div>