Merge version_1 into main #1
256
src/app/page.tsx
256
src/app/page.tsx
@@ -18,27 +18,26 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Oreatha's At The Point"
|
||||
/>
|
||||
@@ -47,92 +46,51 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Experience Unforgettable Dining"
|
||||
description="Welcome to Oreatha's At The Point, where culinary tradition meets contemporary refinement in an atmosphere curated for your most cherished moments."
|
||||
testimonials={[
|
||||
{
|
||||
name: "John Doe",
|
||||
handle: "@johndoe",
|
||||
testimonial: "The best dining experience in the city! Every dish was a masterpiece.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg",
|
||||
},
|
||||
name: "John Doe", handle: "@johndoe", testimonial: "The best dining experience in the city! Every dish was a masterpiece.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg"},
|
||||
{
|
||||
name: "Jane Smith",
|
||||
handle: "@janesmith",
|
||||
testimonial: "Exquisite flavors and impeccable service. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg",
|
||||
},
|
||||
name: "Jane Smith", handle: "@janesmith", testimonial: "Exquisite flavors and impeccable service. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg"},
|
||||
{
|
||||
name: "Mike Brown",
|
||||
handle: "@mikebrown",
|
||||
testimonial: "A true culinary gem. We will definitely be back.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517411.jpg",
|
||||
},
|
||||
name: "Mike Brown", handle: "@mikebrown", testimonial: "A true culinary gem. We will definitely be back.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517411.jpg"},
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarah_m",
|
||||
testimonial: "The atmosphere and food quality are unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg",
|
||||
},
|
||||
name: "Sarah Miller", handle: "@sarah_m", testimonial: "The atmosphere and food quality are unmatched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg"},
|
||||
{
|
||||
name: "David Clark",
|
||||
handle: "@davidc",
|
||||
testimonial: "An incredible journey for the palate. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-stately-ginger-fellow-stylish-navy-t-shirt-smiling-showing-ok-sign-looking-camera-while-posing-blue-studio-background-human-facial-expressions-sincer_639032-2122.jpg",
|
||||
},
|
||||
name: "David Clark", handle: "@davidc", testimonial: "An incredible journey for the palate. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-stately-ginger-fellow-stylish-navy-t-shirt-smiling-showing-ok-sign-looking-camera-while-posing-blue-studio-background-human-facial-expressions-sincer_639032-2122.jpg"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg", alt: "Diner 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934694.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934694.jpg", alt: "Diner 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-dinner-cooking-with-eggs-fresh-vegetables-green-bundles-dark-blue_140725-138922.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-dinner-cooking-with-eggs-fresh-vegetables-green-bundles-dark-blue_140725-138922.jpg", alt: "Diner 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-woman-holding-glass-wine-table-served-with-cheese-plate_140725-12135.jpg",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-woman-holding-glass-wine-table-served-with-cheese-plate_140725-12135.jpg", alt: "Diner 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg", alt: "Diner 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fine Dining",
|
||||
},
|
||||
type: "text", text: "Fine Dining"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Seasonal Ingredients",
|
||||
},
|
||||
type: "text", text: "Seasonal Ingredients"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Curated Wine",
|
||||
},
|
||||
type: "text", text: "Curated Wine"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exquisite Service",
|
||||
},
|
||||
type: "text", text: "Exquisite Service"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Memorable Moments",
|
||||
},
|
||||
type: "text", text: "Memorable Moments"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -142,18 +100,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Passionate",
|
||||
},
|
||||
type: "text", content: "Our Passionate"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934694.jpg",
|
||||
alt: "Chef at work",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934694.jpg", alt: "Chef at work"},
|
||||
{
|
||||
type: "text",
|
||||
content: "Philosophy",
|
||||
},
|
||||
type: "text", content: "Philosophy"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -166,26 +117,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "We source only the finest local ingredients for every dish we serve.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-dinner-cooking-with-eggs-fresh-vegetables-green-bundles-dark-blue_140725-138922.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/different-tasty-nutritious-food-lunch-close-up_185193-109947.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Fresh Ingredients", description: "We source only the finest local ingredients for every dish we serve.", imageSrc: "http://img.b2bpic.net/free-photo/view-dinner-cooking-with-eggs-fresh-vegetables-green-bundles-dark-blue_140725-138922.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/different-tasty-nutritious-food-lunch-close-up_185193-109947.jpg", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Exquisite Pairing",
|
||||
description: "Curated wine pairings to elevate your dining journey to new heights.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-glass-wine-table-served-with-cheese-plate_140725-12135.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081470.jpg",
|
||||
buttonText: "Discover",
|
||||
},
|
||||
title: "Exquisite Pairing", description: "Curated wine pairings to elevate your dining journey to new heights.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-glass-wine-table-served-with-cheese-plate_140725-12135.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081470.jpg", buttonText: "Discover"},
|
||||
{
|
||||
title: "Elegant Atmosphere",
|
||||
description: "Designed for intimacy and sophistication, our space is perfect for gatherings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3434.jpg",
|
||||
buttonText: "Explore",
|
||||
},
|
||||
title: "Elegant Atmosphere", description: "Designed for intimacy and sophistication, our space is perfect for gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3434.jpg", buttonText: "Explore"},
|
||||
]}
|
||||
title="Why Oreatha's Stands Out"
|
||||
description="Discover what makes our dining experience unique and special for every guest."
|
||||
@@ -200,47 +136,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Prime Steak",
|
||||
price: "$45",
|
||||
variant: "Main",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-egg-with-tomato-herbs-cream-sauce-inside-black-plate_114579-3750.jpg",
|
||||
},
|
||||
id: "p1", name: "Prime Steak", price: "$45", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/fried-egg-with-tomato-herbs-cream-sauce-inside-black-plate_114579-3750.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Ocean Catch",
|
||||
price: "$38",
|
||||
variant: "Main",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84912.jpg",
|
||||
},
|
||||
id: "p2", name: "Ocean Catch", price: "$38", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84912.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Garden Harvest",
|
||||
price: "$28",
|
||||
variant: "Vegetarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg",
|
||||
},
|
||||
id: "p3", name: "Garden Harvest", price: "$28", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Dark Chocolate Tart",
|
||||
price: "$15",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-fruits-plate-appetizing-chocolate-covered-strawberries-sliced-orange-white-plate-dark-table_140725-117189.jpg",
|
||||
},
|
||||
id: "p4", name: "Dark Chocolate Tart", price: "$15", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-fruits-plate-appetizing-chocolate-covered-strawberries-sliced-orange-white-plate-dark-table_140725-117189.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Truffle Pasta",
|
||||
price: "$32",
|
||||
variant: "Main",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-white-plate-looks-nice-tasty-brightlooking-tasty-white-table_132075-13042.jpg",
|
||||
},
|
||||
id: "p5", name: "Truffle Pasta", price: "$32", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-white-plate-looks-nice-tasty-brightlooking-tasty-white-table_132075-13042.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Artisanal Greens",
|
||||
price: "$18",
|
||||
variant: "Salad",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-herbs-salaad-with-chopped-parmesan_114579-3694.jpg",
|
||||
},
|
||||
id: "p6", name: "Artisanal Greens", price: "$18", variant: "Salad", imageSrc: "http://img.b2bpic.net/free-photo/mixed-herbs-salaad-with-chopped-parmesan_114579-3694.jpg"},
|
||||
]}
|
||||
title="Chef's Signature Menu"
|
||||
description="Explore our hand-selected seasonal favorites."
|
||||
@@ -250,32 +156,18 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
cardTag="Testimonials"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice Green",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
|
||||
},
|
||||
id: "t1", name: "Alice Green", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bob White",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg",
|
||||
},
|
||||
id: "t2", name: "Bob White", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Charlie Day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg",
|
||||
},
|
||||
id: "t3", name: "Charlie Day", imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Diana Ross",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-retro-vintage-50-s-cafe-pink-color-sitting-table-drinking-milk-shake-cocktail-hipster-outfit-having-fun_285396-10306.jpg",
|
||||
},
|
||||
id: "t4", name: "Diana Ross", imageSrc: "http://img.b2bpic.net/free-photo/woman-retro-vintage-50-s-cafe-pink-color-sitting-table-drinking-milk-shake-cocktail-hipster-outfit-having-fun_285396-10306.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Edward Norton",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg",
|
||||
},
|
||||
id: "t5", name: "Edward Norton", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg"},
|
||||
]}
|
||||
cardTitle="Our Guests Say"
|
||||
cardAnimation="slide-up"
|
||||
@@ -288,20 +180,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Yes, we highly recommend booking in advance, especially during weekends.",
|
||||
},
|
||||
id: "f1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance, especially during weekends."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "We offer a diverse range of seasonal vegetarian dishes.",
|
||||
},
|
||||
id: "f2", title: "Are there vegetarian options?", content: "We offer a diverse range of seasonal vegetarian dishes."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can you host private events?",
|
||||
content: "We offer dedicated space for private celebrations and events.",
|
||||
},
|
||||
id: "f3", title: "Can you host private events?", content: "We offer dedicated space for private celebrations and events."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Have questions about your reservation or menu?"
|
||||
@@ -313,14 +196,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to visit Oreatha's? Book your table today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Reserve Now", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -330,33 +210,21 @@ export default function LandingPage() {
|
||||
logoText="Oreatha's"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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