Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ab952d5c57 | |||
| 566ce9dbbe |
190
src/app/page.tsx
190
src/app/page.tsx
@@ -32,35 +32,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "events",
|
||||
},
|
||||
name: "Events", id: "events"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Old Echmiadzin"
|
||||
button={{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reserve a Table", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -71,13 +57,9 @@ export default function LandingPage() {
|
||||
description="Freshly prepared dishes, warm hospitality, and a peaceful atmosphere that feels miles away from the city."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sitting-table-with-chairs-yellow-sofa-restaurant-with-panoramic-view_114579-1523.jpg"
|
||||
imageAlt="Outdoor seating with trees, waterfalls, and lights at dusk at Old Echmiadzin"
|
||||
@@ -109,41 +91,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "kebab-1",
|
||||
name: "Signature Kebabs",
|
||||
price: "Starting at $25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement-high-angle_23-2149358056.jpg",
|
||||
imageAlt: "Plate of grilled kebabs",
|
||||
},
|
||||
id: "kebab-1", name: "Signature Kebabs", price: "Starting at $25", imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement-high-angle_23-2149358056.jpg", imageAlt: "Plate of grilled kebabs"},
|
||||
{
|
||||
id: "bread-1",
|
||||
name: "Fresh Baked Lavash",
|
||||
price: "$8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-pastry-table_1398-2210.jpg",
|
||||
imageAlt: "Basket of fresh Armenian lavash bread",
|
||||
},
|
||||
id: "bread-1", name: "Fresh Baked Lavash", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/fresh-pastry-table_1398-2210.jpg", imageAlt: "Basket of fresh Armenian lavash bread"},
|
||||
{
|
||||
id: "stew-1",
|
||||
name: "Hearty Pork Stew",
|
||||
price: "$22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sauteed-liver-with-roasted-potatoes-sac-pan_114579-1905.jpg",
|
||||
imageAlt: "Bowl of traditional Armenian pork stew",
|
||||
},
|
||||
id: "stew-1", name: "Hearty Pork Stew", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/sauteed-liver-with-roasted-potatoes-sac-pan_114579-1905.jpg", imageAlt: "Bowl of traditional Armenian pork stew"},
|
||||
{
|
||||
id: "oxtail-1",
|
||||
name: "Braised Oxtail",
|
||||
price: "$28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-tomato-slices-greens-sauce-rosemary-sprig_140725-8549.jpg",
|
||||
imageAlt: "Gourmet braised oxtail dish",
|
||||
},
|
||||
id: "oxtail-1", name: "Braised Oxtail", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-tomato-slices-greens-sauce-rosemary-sprig_140725-8549.jpg", imageAlt: "Gourmet braised oxtail dish"},
|
||||
]}
|
||||
title="Our Authentic Menu"
|
||||
description="From perfectly grilled kebabs to freshly baked bread, every dish is crafted with rich flavors and tradition in mind. Prepared with care, using fresh ingredients daily."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu",
|
||||
href: "#",
|
||||
},
|
||||
text: "View Full Menu", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,37 +116,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_foodie",
|
||||
testimonial: "The atmosphere takes you far from LA — like you’re not even in the city anymore. Such a peaceful escape!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarah_foodie", testimonial: "The atmosphere takes you far from LA — like you’re not even in the city anymore. Such a peaceful escape!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
handle: "@michaels_eats",
|
||||
testimonial: "Everything was fresh, flavorful, and clearly made with care. A true hidden gem!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717841.jpg",
|
||||
},
|
||||
id: "2", name: "Michael C.", handle: "@michaels_eats", testimonial: "Everything was fresh, flavorful, and clearly made with care. A true hidden gem!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717841.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@emily.eats.la",
|
||||
testimonial: "Perfect place for birthdays and family gatherings. The service was impeccable, and the setting is beautiful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-friends-leaning-each-other-while-out-city_23-2149333926.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "@emily.eats.la", testimonial: "Perfect place for birthdays and family gatherings. The service was impeccable, and the setting is beautiful.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-friends-leaning-each-other-while-out-city_23-2149333926.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@david_explores",
|
||||
testimonial: "A hidden gem with amazing food and beautiful outdoor seating. Can't wait to come back!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-portrait-handsome-young-bearded-man-black-hat-casual-t-shirt-looking-ahead-him-with-cute-smile-while-sitting-coffee-shop-sunny-day_273609-1959.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "@david_explores", testimonial: "A hidden gem with amazing food and beautiful outdoor seating. Can't wait to come back!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-portrait-handsome-young-bearded-man-black-hat-casual-t-shirt-looking-ahead-him-with-cute-smile-while-sitting-coffee-shop-sunny-day_273609-1959.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Guests Say"
|
||||
@@ -202,19 +142,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Gift,
|
||||
title: "Private Outdoor Seating",
|
||||
description: "Enjoy an exclusive area for your guests amidst our lush garden.",
|
||||
},
|
||||
title: "Private Outdoor Seating", description: "Enjoy an exclusive area for your guests amidst our lush garden."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Group-Friendly Portions",
|
||||
description: "Our dishes are perfect for sharing, designed to satisfy any gathering size.",
|
||||
},
|
||||
title: "Group-Friendly Portions", description: "Our dishes are perfect for sharing, designed to satisfy any gathering size."},
|
||||
{
|
||||
icon: Settings,
|
||||
title: "Custom Arrangements",
|
||||
description: "We work with you to tailor every detail, from menu to decor, for a truly unique event.",
|
||||
},
|
||||
title: "Custom Arrangements", description: "We work with you to tailor every detail, from menu to decor, for a truly unique event."},
|
||||
]}
|
||||
title="Celebrate Your Special Moments"
|
||||
description="From birthdays to family gatherings, we create memorable experiences with great food, attentive service, and a unique setting."
|
||||
@@ -225,18 +159,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static-grid",
|
||||
}}
|
||||
variant: "downward-rays-static-grid"}}
|
||||
text="Easy to miss, impossible to forget. Find us and discover one of LA’s best hidden dining experiences.\n\nAddress: 123 Garden St, Tujunga, CA 91042\nPhone: (818) 555-1234\nHours: Tue-Sun: 5 PM - 10 PM"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.app.goo.gl/example",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.app.goo.gl/example"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+18185551234",
|
||||
},
|
||||
text: "Call Now", href: "tel:+18185551234"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -250,23 +179,11 @@ export default function LandingPage() {
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Armen Gasparyan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-going-work-with-coffee_158595-4700.jpg",
|
||||
imageAlt: "Portrait of Armen Gasparyan, Manager & Owner",
|
||||
},
|
||||
id: "1", name: "Armen Gasparyan", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-going-work-with-coffee_158595-4700.jpg", imageAlt: "Portrait of Armen Gasparyan, Manager & Owner"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lena Petrossian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-professional-cook-holding-empty-white-plate-hand_23-2147863676.jpg",
|
||||
imageAlt: "Portrait of Lena Petrossian, Head Chef",
|
||||
},
|
||||
id: "2", name: "Lena Petrossian", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-professional-cook-holding-empty-white-plate-hand_23-2147863676.jpg", imageAlt: "Portrait of Lena Petrossian, Head Chef"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Tigran Harutyunyan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
imageAlt: "Portrait of Tigran Harutyunyan, Guest Experience Lead",
|
||||
},
|
||||
id: "3", name: "Tigran Harutyunyan", imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", imageAlt: "Portrait of Tigran Harutyunyan, Guest Experience Lead"},
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -276,54 +193,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Our Menu", href: "#menu"},
|
||||
{
|
||||
label: "Events",
|
||||
href: "#events",
|
||||
},
|
||||
label: "Events", href: "#events"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user