Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
291
src/app/page.tsx
291
src/app/page.tsx
@@ -12,7 +12,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Leaf, TreePine } from "lucide-react";
|
||||
import { Star, Utensils, ChefHat } from "lucide-react";
|
||||
|
||||
export default function LandscapingPage() {
|
||||
return (
|
||||
@@ -31,219 +31,139 @@ export default function LandscapingPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
brandName="GreenScape"
|
||||
brandName="Grandioz Restaurant"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Our Offerings", href: "#offerings" },
|
||||
{ name: "Our Story", href: "#about" },
|
||||
{ name: "Our Team", href: "#team" },
|
||||
{ name: "Reviews", href: "#testimonials" },
|
||||
{ name: "Reservations", href: "/reservations" }
|
||||
]}
|
||||
button={{ text: "Call Now", href: "#contact" }}
|
||||
button={{ text: "Book a Table", href: "/reservations" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
tag="Professional Landscaping"
|
||||
tagIcon={Leaf}
|
||||
title="Transform Your Outdoor Space"
|
||||
description="Professional landscaping design, installation, and maintenance services. From lush gardens to stunning hardscapes, we bring your vision to life."
|
||||
tag="Exquisite Dining in Bucharest"
|
||||
tagIcon={Star}
|
||||
title="Experience Grandioz Restaurant: A Culinary Journey"
|
||||
description="Discover unparalleled elegance, exceptional cuisine, and impeccable service in the heart of Bucharest. Perfect for professionals, couples, and event hosts."
|
||||
buttons={[
|
||||
{ text: "Get Free Estimate", href: "#contact" },
|
||||
{ text: "Our Services", href: "#services" },
|
||||
{ text: "Make a Reservation", href: "/reservations" },
|
||||
{ text: "Our Offerings", href: "#offerings" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/hero.jpg"
|
||||
imageAlt="Landscaped garden with manicured lawn and shrubs"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/hero-restaurant.jpg"
|
||||
imageAlt="Elegant restaurant interior with fine dining setup"
|
||||
showDimOverlay={true}
|
||||
textPosition="top"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah M.",
|
||||
handle: "Homeowner",
|
||||
testimonial: "GreenScape completely transformed our backyard. The team was professional, creative, and delivered beyond our expectations.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg",
|
||||
imageAlt: "Sarah M.",
|
||||
},
|
||||
name: "Maria Ionescu", handle: "Frequent Diner", testimonial: "Grandioz offers an unforgettable dining experience. The ambiance and flavors are simply magnificent!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Maria Ionescu"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "Property Manager",
|
||||
testimonial: "We've used GreenScape for all our commercial properties. Their maintenance plans keep everything looking pristine year-round.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg",
|
||||
imageAlt: "David K.",
|
||||
},
|
||||
name: "Alex Popa", handle: "Event Host", testimonial: "We hosted our company event here, and the team exceeded all expectations. Flawless service!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", imageAlt: "Alex Popa"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
tag="About GreenScape"
|
||||
tagIcon={Leaf}
|
||||
tag="Our Story"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
title="We've been transforming outdoor spaces for over 15 years — delivering designs that homeowners love and landscapes that last."
|
||||
description="James Carter, Lead Designer"
|
||||
subdescription="Founded in 2010"
|
||||
icon={TreePine}
|
||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/about-video.mp4"
|
||||
title="Grandioz Restaurant is a beacon of culinary excellence, crafting unforgettable dining experiences for over a decade in Bucharest."
|
||||
description="Chef Elena Popescu, Founder"
|
||||
subdescription="Established 2013"
|
||||
icon={Utensils}
|
||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/about-video.mp4"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<div id="offerings" data-section="offerings">
|
||||
<FeatureCardNineteen
|
||||
tag="Our Services"
|
||||
tagIcon={Leaf}
|
||||
title="What We Do"
|
||||
description="From design to maintenance, we handle every aspect of your landscape."
|
||||
tag="Our Offerings"
|
||||
tagIcon={ChefHat}
|
||||
title="Savor the Grandioz Experience"
|
||||
description="From intimate dinners to grand celebrations, we cater to every culinary desire."
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imageContainerClassName="!rotate-0 !aspect-square"
|
||||
features={[
|
||||
{
|
||||
tag: "Design",
|
||||
title: "Landscape Design",
|
||||
subtitle: "Custom Plans",
|
||||
description: "We create tailored landscape designs that complement your property's architecture and your personal style.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-2.jpg",
|
||||
imageAlt: "Landscape design",
|
||||
},
|
||||
tag: "Dining", title: "Fine Dining", subtitle: "Exquisite Cuisine", description: "Indulge in a menu crafted with the finest ingredients and artistic flair, perfect for any occasion.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/menu-1.jpg", imageAlt: "Fine dining plate"},
|
||||
{
|
||||
tag: "Installation",
|
||||
title: "Hardscape & Softscape",
|
||||
subtitle: "Full Installation",
|
||||
description: "From patios and walkways to gardens and trees, we handle the complete installation process.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-3.jpg",
|
||||
imageAlt: "Hardscape installation",
|
||||
},
|
||||
tag: "Events", title: "Private Events", subtitle: "Unforgettable Celebrations", description: "Host your special moments with us – from corporate gatherings to intimate weddings, tailored to perfection.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/menu-2.jpg", imageAlt: "Private event setup"},
|
||||
{
|
||||
tag: "Maintenance",
|
||||
title: "Lawn & Garden Care",
|
||||
subtitle: "Ongoing Service",
|
||||
description: "Keep your property looking pristine year-round with our professional maintenance plans.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-4.jpg",
|
||||
imageAlt: "Lawn maintenance",
|
||||
},
|
||||
tag: "Wine", title: "Sommelier Selection", subtitle: "Curated Cellar", description: "Explore our extensive wine list, expertly paired by our sommelier to enhance your meal.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/menu-3.jpg", imageAlt: "Wine cellar"},
|
||||
{
|
||||
tag: "Irrigation",
|
||||
title: "Smart Irrigation",
|
||||
subtitle: "Water Management",
|
||||
description: "Efficient irrigation systems that keep your landscape healthy while conserving water.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-5.jpg",
|
||||
imageAlt: "Irrigation system",
|
||||
},
|
||||
tag: "Ambiance", title: "Rooftop Terrace", subtitle: "Panoramic Views", description: "Enjoy breathtaking views of Bucharest from our elegant rooftop terrace, perfect for drinks and light bites.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/menu-4.jpg", imageAlt: "Rooftop terrace view"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<div id="our-philosophy" data-section="our-philosophy">
|
||||
<TeamCardSix
|
||||
title="Why Choose GreenScape"
|
||||
description="What sets us apart from the rest."
|
||||
title="Our Culinary Philosophy"
|
||||
description="The principles that guide our kitchen and service."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Expert Craftsmanship",
|
||||
role: "Decades of combined experience in landscape design and installation.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-6.jpg",
|
||||
imageAlt: "Expert craftsmanship",
|
||||
},
|
||||
id: "1", name: "Exquisite Ingredients", role: "Sourcing the finest local and international produce for unparalleled taste.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-6.jpg", imageAlt: "Fresh ingredients"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Eco-Friendly Approach",
|
||||
role: "Sustainable practices and native plant selections that thrive naturally.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-7.jpg",
|
||||
imageAlt: "Eco-friendly landscaping",
|
||||
},
|
||||
id: "2", name: "Artistic Presentation", role: "Every dish is a masterpiece, crafted with precision and passion.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-7.jpg", imageAlt: "Artistic food presentation"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Full-Service Care",
|
||||
role: "From initial design to ongoing maintenance, we handle everything.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-8.jpg",
|
||||
imageAlt: "Full-service care",
|
||||
},
|
||||
id: "3", name: "Impeccable Service", role: "Attentive and personalized service, anticipating your every need.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-8.jpg", imageAlt: "Elegant restaurant service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardOne
|
||||
tag="Our Team"
|
||||
title="Meet the Experts"
|
||||
description="The skilled professionals behind every beautiful landscape."
|
||||
tag="Our Visionaries"
|
||||
title="Meet the Grandioz Team"
|
||||
description="The passionate individuals dedicated to your extraordinary dining experience."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "James Carter",
|
||||
role: "Lead Designer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-11.jpg",
|
||||
imageAlt: "James Carter",
|
||||
},
|
||||
id: "1", name: "Chef Elena Popescu", role: "Head Chef", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-11.jpg", imageAlt: "Chef Elena Popescu"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Silva",
|
||||
role: "Horticulturist",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-10.jpg",
|
||||
imageAlt: "Maria Silva",
|
||||
},
|
||||
id: "2", name: "Matei Dragan", role: "Sommelier", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-10.jpg", imageAlt: "Matei Dragan"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ryan Mitchell",
|
||||
role: "Project Manager",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-9.jpg",
|
||||
imageAlt: "Ryan Mitchell",
|
||||
},
|
||||
id: "3", name: "Andreea Vasile", role: "Restaurant Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-9.jpg", imageAlt: "Andreea Vasile"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
cardTag="Trusted by Homeowners"
|
||||
cardTagIcon={Leaf}
|
||||
cardTitle="Over 500 happy clients trust GreenScape to transform and maintain their outdoor spaces."
|
||||
buttons={[{ text: "Contact Now", href: "#contact" }]}
|
||||
cardTag="Raved by Diners"
|
||||
cardTagIcon={Star}
|
||||
cardTitle="Hear from our esteemed guests and discover why Grandioz is Bucharest's top dining destination."
|
||||
buttons={[{ text: "Make a Reservation", href: "/reservations" }]}
|
||||
buttonAnimation="slide-up"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah M.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-10.jpg",
|
||||
imageAlt: "Sarah M.",
|
||||
},
|
||||
id: "1", name: "Maria Ionescu", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-10.jpg", imageAlt: "Maria Ionescu"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David K.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-11.jpg",
|
||||
imageAlt: "David K.",
|
||||
},
|
||||
id: "2", name: "Alex Popa", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-11.jpg", imageAlt: "Alex Popa"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-4.jpg",
|
||||
imageAlt: "Emily R.",
|
||||
},
|
||||
id: "3", name: "Sofia Dumitrescu", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/menu-4.jpg", imageAlt: "Sofia Dumitrescu"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ryan M.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-9.jpg",
|
||||
imageAlt: "Ryan M.",
|
||||
},
|
||||
id: "4", name: "Dragoș Marinescu", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-9.jpg", imageAlt: "Dragoș Marinescu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -251,79 +171,48 @@ export default function LandscapingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
tag="FAQ"
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our landscaping services."
|
||||
title="Your Questions, Our Answers"
|
||||
description="Everything you need to know about dining at Grandioz Restaurant."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does a typical landscaping project take?",
|
||||
content: "Most residential projects take 1-3 weeks depending on scope. We'll provide a detailed timeline during your consultation so you know exactly what to expect.",
|
||||
},
|
||||
id: "1", title: "How far in advance should I make a reservation?", content: "We recommend booking at least 1-2 weeks in advance for weekend dinners and special occasions. For large groups or private events, please inquire 1-2 months ahead."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer free consultations?",
|
||||
content: "Yes! We offer complimentary on-site consultations where we assess your property, discuss your vision, and provide a detailed estimate — no obligation.",
|
||||
},
|
||||
id: "2", title: "Is there a dress code?", content: "Grandioz Restaurant maintains an elegant casual dress code. Smart attire is appreciated, and jackets are recommended for gentlemen during dinner service."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What areas do you serve?",
|
||||
content: "We serve the greater metropolitan area and surrounding suburbs within a 50-mile radius. Contact us to confirm service availability in your location.",
|
||||
},
|
||||
id: "3", title: "Do you accommodate dietary restrictions?", content: "Yes, our culinary team is happy to accommodate most dietary restrictions and allergies. Please inform us of any requirements when making your reservation."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you provide ongoing maintenance?",
|
||||
content: "Absolutely. We offer weekly, bi-weekly, and monthly maintenance plans that include mowing, trimming, fertilization, and seasonal cleanups.",
|
||||
},
|
||||
id: "4", title: "Can I book a private event or large group dinner?", content: "Absolutely! We have several private dining spaces perfect for events of all sizes. Please contact our events team via the 'Book a Table' button or direct email to discuss your needs."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Are your practices eco-friendly?",
|
||||
content: "Yes, sustainability is core to our approach. We use native plants, organic fertilizers, smart irrigation, and environmentally responsible methods whenever possible.",
|
||||
},
|
||||
id: "5", title: "Is parking available?", content: "Valet parking is available for all our guests. There are also several public parking options within a short walking distance."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do you handle permits and HOA approvals?",
|
||||
content: "We handle all necessary permits and can work directly with your HOA to ensure your project meets community guidelines and gets approved smoothly.",
|
||||
},
|
||||
id: "6", title: "What is your cancellation policy?", content: "Cancellations or changes to your reservation must be made at least 24 hours in advance. Late cancellations or no-shows may incur a fee."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact" className="relative overflow-hidden">
|
||||
<div className="absolute inset-0 w-full h-full">
|
||||
<video
|
||||
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/bg-video.mp4"
|
||||
autoPlay
|
||||
muted
|
||||
loop
|
||||
playsInline
|
||||
aria-hidden="true"
|
||||
className="w-full h-full object-cover"
|
||||
/>
|
||||
<div className="absolute inset-0 bg-foreground/70" />
|
||||
</div>
|
||||
<div id="book-a-table" data-section="book-a-table">
|
||||
<ContactSplitForm
|
||||
title="Get Your Free Estimate"
|
||||
description="Tell us about your project and we'll get back to you within 24 hours."
|
||||
useInvertedBackground={false}
|
||||
title="Book Your Unforgettable Dining Experience"
|
||||
description="Reserve your table at Grandioz Restaurant. We look forward to welcoming you."
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="none"
|
||||
buttonText="Send Message"
|
||||
buttonText="Confirm Reservation"
|
||||
contentClassName="!grid-cols-1 max-w-[600px] mx-auto"
|
||||
|
||||
mediaWrapperClassName="hidden"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number" },
|
||||
{ name: "date", type: "date", placeholder: "Date", required: true },
|
||||
{ name: "time", type: "time", placeholder: "Time", required: true }
|
||||
]}
|
||||
multiSelect={{
|
||||
name: "service",
|
||||
label: "Select a Service",
|
||||
options: ["Landscape Design", "Hardscape & Softscape", "Lawn & Garden Care", "Smart Irrigation"],
|
||||
name: "guests", label: "Number of Guests", options: ["1", "2", "3", "4", "5", "6", "7-10", "10+ (Private Event)"],
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your project...", rows: 4, required: true }}
|
||||
textarea={{ name: "message", placeholder: "Special Requests (Dietary, Occasion, etc.)", rows: 4, required: false }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -331,37 +220,35 @@ export default function LandscapingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{ label: "Landscape Design", href: "#services" },
|
||||
{ label: "Hardscape & Softscape", href: "#services" },
|
||||
{ label: "Lawn & Garden Care", href: "#services" },
|
||||
{ label: "Smart Irrigation", href: "#services" },
|
||||
title: "Our Offerings", items: [
|
||||
{ label: "Fine Dining", href: "#offerings" },
|
||||
{ label: "Private Events", href: "#offerings" },
|
||||
{ label: "Sommelier Selection", href: "#offerings" },
|
||||
{ label: "Rooftop Terrace", href: "#offerings" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Team", href: "#team" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
title: "Grandioz", items: [
|
||||
{ label: "Our Story", href: "#about" },
|
||||
{ label: "Our Team", href: "#team" },
|
||||
{ label: "Reviews", href: "#testimonials" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{ label: "(555) 123-4567", href: "tel:5551234567" },
|
||||
{ label: "hello@greenscape.com", href: "mailto:hello@greenscape.com" },
|
||||
{ label: "Los Angeles, CA" },
|
||||
title: "Reservations", items: [
|
||||
{ label: "Book a Table", href: "/reservations" },
|
||||
{ label: "+40 712 345 678", href: "tel:+40712345678" },
|
||||
{ label: "reservations@grandioz.com", href: "mailto:reservations@grandioz.com" },
|
||||
{ label: "Bucharest, Romania" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2026 GreenScape Landscaping"
|
||||
bottomLeftText="© 2026 Grandioz Restaurant"
|
||||
bottomRightText="All rights reserved"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
97
src/app/reservations/page.tsx
Normal file
97
src/app/reservations/page.tsx
Normal file
@@ -0,0 +1,97 @@
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Star } from "lucide-react";
|
||||
|
||||
export default function ReservationsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="large"
|
||||
background="none"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
brandName="Grandioz Restaurant"
|
||||
navItems={[
|
||||
{ name: "Our Offerings", href: "#offerings" },
|
||||
{ name: "Our Story", href: "#about" },
|
||||
{ name: "Our Team", href: "#team" },
|
||||
{ name: "Reviews", href: "#testimonials" },
|
||||
{ name: "Reservations", href: "/reservations" }
|
||||
]}
|
||||
button={{ text: "Book a Table", href: "/reservations" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reservation-form" data-section="reservation-form">
|
||||
<ContactSplitForm
|
||||
title="Book Your Unforgettable Dining Experience"
|
||||
description="Reserve your table at Grandioz Restaurant. We look forward to welcoming you."
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="none"
|
||||
buttonText="Confirm Reservation"
|
||||
contentClassName="!grid-cols-1 max-w-[600px] mx-auto"
|
||||
mediaWrapperClassName="hidden"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number" },
|
||||
{ name: "date", type: "date", placeholder: "Date", required: true },
|
||||
{ name: "time", type: "time", placeholder: "Time", required: true }
|
||||
]}
|
||||
multiSelect={{
|
||||
name: "guests", label: "Number of Guests", options: ["1", "2", "3", "4", "5", "6", "7-10", "10+ (Private Event)"],
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Special Requests (Dietary, Occasion, etc.)", rows: 4, required: false }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Our Offerings", items: [
|
||||
{ label: "Fine Dining", href: "/reservations#offerings" },
|
||||
{ label: "Private Events", href: "/reservations#offerings" },
|
||||
{ label: "Sommelier Selection", href: "/reservations#offerings" },
|
||||
{ label: "Rooftop Terrace", href: "/reservations#offerings" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Grandioz", items: [
|
||||
{ label: "Our Story", href: "/#about" },
|
||||
{ label: "Our Team", href: "/#team" },
|
||||
{ label: "Reviews", href: "/#testimonials" },
|
||||
{ label: "FAQ", href: "/#faq" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Reservations", items: [
|
||||
{ label: "Book a Table", href: "/reservations" },
|
||||
{ label: "+40 712 345 678", href: "tel:+40712345678" },
|
||||
{ label: "reservations@grandioz.com", href: "mailto:reservations@grandioz.com" },
|
||||
{ label: "Bucharest, Romania" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2026 Grandioz Restaurant"
|
||||
bottomRightText="All rights reserved"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user