Update src/app/page.tsx
This commit is contained in:
182
src/app/page.tsx
182
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reservation",
|
||||
id: "reservation",
|
||||
},
|
||||
name: "Reservation", id: "reservation"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Sarchashma"
|
||||
/>
|
||||
@@ -59,13 +49,9 @@ export default function LandingPage() {
|
||||
description="Experience tradition, taste, and hospitality at Sarchashma."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#reservation",
|
||||
},
|
||||
text: "Book a Table", href: "#reservation"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg?_wi=1"
|
||||
imageAlt="Traditional Uzbek plov and dishes"
|
||||
@@ -73,25 +59,15 @@ export default function LandingPage() {
|
||||
showBlur={false}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Join 1000+ satisfied guests"
|
||||
/>
|
||||
@@ -115,59 +91,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Main",
|
||||
name: "Traditional Plov",
|
||||
price: "$18",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", brand: "Main", name: "Traditional Plov", price: "$18", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Main",
|
||||
name: "Lagman Soup",
|
||||
price: "$15",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg?_wi=3",
|
||||
},
|
||||
id: "p2", brand: "Main", name: "Lagman Soup", price: "$15", rating: 5,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg?_wi=3"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Main",
|
||||
name: "Shashlik Set",
|
||||
price: "$22",
|
||||
rating: 4,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg?_wi=4",
|
||||
},
|
||||
id: "p3", brand: "Main", name: "Shashlik Set", price: "$22", rating: 4,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg?_wi=4"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Bakery",
|
||||
name: "Fresh Samsa",
|
||||
price: "$6",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg?_wi=5",
|
||||
},
|
||||
id: "p4", brand: "Bakery", name: "Fresh Samsa", price: "$6", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg?_wi=5"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Bakery",
|
||||
name: "Uzbek Non",
|
||||
price: "$4",
|
||||
rating: 5,
|
||||
reviewCount: "300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg?_wi=6",
|
||||
},
|
||||
id: "p5", brand: "Bakery", name: "Uzbek Non", price: "$4", rating: 5,
|
||||
reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg?_wi=6"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Drink",
|
||||
name: "Ayran Yogurt",
|
||||
price: "$5",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg?_wi=7",
|
||||
},
|
||||
id: "p6", brand: "Drink", name: "Ayran Yogurt", price: "$5", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg?_wi=7"},
|
||||
]}
|
||||
title="Our National Treasures"
|
||||
description="Exquisite dishes prepared using ancestral recipes passed down through generations."
|
||||
@@ -182,25 +122,15 @@ export default function LandingPage() {
|
||||
author="Elena V."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-oil-bottle-garlic-lemon-notebook-dark-background_140725-141683.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -211,37 +141,23 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Reserve Your Table"
|
||||
description="Secure your place at our table and enjoy an evening of authentic culture and fine dining."
|
||||
description="Secure your place at our table and enjoy an evening of authentic culture and fine dining. For inquiries: +1 (555) 123-4567 | Location: 123 Silk Road St, Central City"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
{
|
||||
name: "date",
|
||||
type: "date",
|
||||
placeholder: "Date",
|
||||
required: true,
|
||||
name: "date", type: "date", placeholder: "Date", required: true,
|
||||
},
|
||||
{
|
||||
name: "time",
|
||||
type: "time",
|
||||
placeholder: "Time",
|
||||
required: true,
|
||||
name: "time", type: "time", placeholder: "Time", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "notes",
|
||||
placeholder: "Special requests or allergy information",
|
||||
rows: 3,
|
||||
name: "notes", placeholder: "Special requests or allergy information", rows: 3,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"
|
||||
imageAlt="Dining experience at Sarchashma"
|
||||
@@ -254,25 +170,27 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/sarchashma"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/15551234567"},
|
||||
{
|
||||
label: "Telegram", href: "https://t.me/sarchashma"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Call: +1 (555) 123-4567", href: "tel:+15551234567"},
|
||||
{
|
||||
label: "Legal",
|
||||
href: "#",
|
||||
},
|
||||
label: "123 Silk Road St, Central City", href: "https://maps.google.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Legal", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -282,4 +200,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user