Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
109
src/app/page.tsx
109
src/app/page.tsx
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/index";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
@@ -29,14 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="LuxeDining"
|
||||
/>
|
||||
@@ -44,42 +40,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="LuxeDining"
|
||||
description="Stylish ресторан с вкусной едой, атмосферой и музыкой"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a table", href: "#contact"},
|
||||
{ text: "Book a table", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-plant_23-2148914883.jpg"
|
||||
imageAlt="Luxurious restaurant interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-stylish-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_273443-1899.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-hugging-cheerful-woman-bar-counter_23-2148016760.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132625.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-holding-cocktail-with-her-friend_23-2147859558.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-plant_23-2148914883.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Join 500+ happy diners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Fine Dining"},
|
||||
{
|
||||
type: "text", text: "Live Music"},
|
||||
{
|
||||
type: "text", text: "Craft Cocktails"},
|
||||
{
|
||||
type: "text", text: "Premium Grill"},
|
||||
{
|
||||
type: "text", text: "Tashkent City"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -88,15 +57,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Atmosphere"
|
||||
metrics={[
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Tasty Food", value: "100%"},
|
||||
{
|
||||
icon: Music,
|
||||
label: "Live Music", value: "Nightly"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Community", value: "Inclusive"},
|
||||
{ icon: Utensils, label: "Tasty Food", value: "100%" },
|
||||
{ icon: Music, label: "Live Music", value: "Nightly" },
|
||||
{ icon: Users, label: "Community", value: "Inclusive" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -109,12 +72,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "m1", name: "Garden Fresh Salad", price: "50,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/slices-meat-served-with-lettuce-sesame-seeds-sauce_141793-1269.jpg", imageAlt: "Fresh Salad"},
|
||||
{
|
||||
id: "m2", name: "Grilled Premium Meat", price: "100,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-slices-garnished-with-herbs-sauce-served-with-grilled-vegetables_140725-226.jpg", imageAlt: "Grilled Dish"},
|
||||
{
|
||||
id: "m3", name: "Signature Cocktail", price: "65,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-vegetables-glass-white-wine_140725-2114.jpg", imageAlt: "Premium Drink"},
|
||||
{ id: "m1", name: "Garden Fresh Salad", price: "50,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/slices-meat-served-with-lettuce-sesame-seeds-sauce_141793-1269.jpg" },
|
||||
{ id: "m2", name: "Grilled Premium Meat", price: "100,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-slices-garnished-with-herbs-sauce-served-with-grilled-vegetables_140725-226.jpg" },
|
||||
{ id: "m3", name: "Signature Cocktail", price: "65,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-vegetables-glass-white-wine_140725-2114.jpg" },
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Exquisite dishes crafted for every taste"
|
||||
@@ -128,21 +88,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Sarah Johnson", role: "Foodie", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-stylish-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_273443-1899.jpg?_wi=1"},
|
||||
{
|
||||
id: "t2", name: "Mark Wilson", role: "Family", company: "Local", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-hugging-cheerful-woman-bar-counter_23-2148016760.jpg"},
|
||||
{
|
||||
id: "t3", name: "Elena Petrova", role: "Tourist", company: "International", rating: 3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132625.jpg"},
|
||||
{
|
||||
id: "t4", name: "David Kim", role: "Nightlife Lover", company: "Local", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-cocktail-with-her-friend_23-2147859558.jpg"},
|
||||
{
|
||||
id: "t5", name: "Anna Smith", role: "Critic", company: "Global Food", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-stylish-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_273443-1899.jpg?_wi=2"},
|
||||
{ id: "t1", name: "Sarah Johnson", role: "Foodie", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-stylish-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_273443-1899.jpg?_wi=1" },
|
||||
{ id: "t2", name: "Mark Wilson", role: "Family", company: "Local", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/happy-man-hugging-cheerful-woman-bar-counter_23-2148016760.jpg" },
|
||||
{ id: "t3", name: "Elena Petrova", role: "Tourist", company: "International", rating: 3, imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132625.jpg" },
|
||||
{ id: "t4", name: "David Kim", role: "Nightlife Lover", company: "Local", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-cocktail-with-her-friend_23-2147859558.jpg" },
|
||||
]}
|
||||
title="Guest Reviews"
|
||||
description="4.0 / 5 rating based on 52 reviews"
|
||||
@@ -154,17 +103,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "Opening Hours", content: "Open Daily 12:00 - 02:00"},
|
||||
{
|
||||
id: "f2", title: "Address", content: "Tashkent City, Main Avenue 123"},
|
||||
{
|
||||
id: "f3", title: "Reservations", content: "Call +998 71 123 45 67 for table bookings"},
|
||||
{ id: "f1", title: "Opening Hours", content: "Open Daily 12:00 - 02:00" },
|
||||
{ id: "f2", title: "Address", content: "Tashkent City, Main Avenue 123" },
|
||||
{ id: "f3", title: "Reservations", content: "Call +998 71 123 45 67 for table bookings" },
|
||||
]}
|
||||
ctaTitle="Book Your Table"
|
||||
ctaDescription="Join us for an unforgettable evening."
|
||||
ctaButton={{
|
||||
text: "Call Now", href: "tel:+998711234567"}}
|
||||
ctaButton={{ text: "Call Now", href: "tel:+998711234567" }}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
@@ -174,18 +119,14 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Info", items: [
|
||||
{
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu", href: "#menu"},
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Menu", href: "#menu" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms", href: "#"},
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user