Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1017e2a1a1 | |||
| d7209c3525 | |||
| e8102b3461 | |||
| f9949ecd4a |
288
src/app/page.tsx
288
src/app/page.tsx
@@ -2,14 +2,14 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import { Award, Flame, Leaf, Sparkles, Utensils } from "lucide-react";
|
||||
import { Award, Flame, Leaf, Sparkles, Utensils, Mail, Phone, Calendar } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,22 +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: "Book",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Exelencia"
|
||||
/>
|
||||
@@ -53,109 +41,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Taste Excellence in Every Bite"
|
||||
description="Exelencia Restaurant brings you a journey of authentic flavors, crafted with passion and locally sourced ingredients in the heart of Nongpoh."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rahul Das",
|
||||
handle: "@rahul_nongpoh",
|
||||
testimonial: "The best dining experience in Nongpoh! Authentic flavors and wonderful service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sunita K.",
|
||||
handle: "@sunita_k",
|
||||
testimonial: "Exelencia never disappoints. The chef's specials are truly world-class.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190954.jpg",
|
||||
},
|
||||
{
|
||||
name: "Amit Sharma",
|
||||
handle: "@amit_s",
|
||||
testimonial: "Perfect place for a family dinner. Loved the warm ambiance and the quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-looking-her-husband_23-2148435726.jpg",
|
||||
},
|
||||
{
|
||||
name: "Priya Singh",
|
||||
handle: "@priya_s",
|
||||
testimonial: "Amazing food and very hygienic. A must-visit if you are passing through.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg",
|
||||
},
|
||||
{
|
||||
name: "Vikram J.",
|
||||
handle: "@vikram_j",
|
||||
testimonial: "Excellent service and consistently delicious meals. My favorite spot.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269174.jpg",
|
||||
},
|
||||
{ name: "Rahul Das", handle: "@rahul_nongpoh", testimonial: "The best dining experience in Nongpoh! Authentic flavors and wonderful service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg" },
|
||||
{ name: "Sunita K.", handle: "@sunita_k", testimonial: "Exelencia never disappoints. The chef's specials are truly world-class.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190954.jpg" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+910000000000",
|
||||
},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg"
|
||||
buttons={[{ text: "Book a Table", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg?_wi=1"
|
||||
imageAlt="Exelencia Restaurant dining ambiance"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190954.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lovely-woman-looking-her-husband_23-2148435726.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269174.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Loved by 500+ local foodies"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Locally Sourced",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fine Dining",
|
||||
icon: Utensils,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Authentic Flavors",
|
||||
icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Chefs",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exquisite Ambience",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{ type: "text-icon", text: "Locally Sourced", icon: Leaf },
|
||||
{ type: "text-icon", text: "Fine Dining", icon: Utensils },
|
||||
{ type: "text-icon", text: "Authentic Flavors", icon: Flame },
|
||||
{ type: "text-icon", text: "Expert Chefs", icon: Award },
|
||||
{ type: "text-icon", text: "Exquisite Ambience", icon: Sparkles },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,18 +68,9 @@ export default function LandingPage() {
|
||||
title="Our Culinary Story"
|
||||
description="At Exelencia, we believe that food is more than just sustenance; it is a celebration of local culture, fresh ingredients, and the artistry of fine cooking. From our kitchen to your table, every dish tells a story."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fresh Local Produce",
|
||||
description: "We source ingredients from the best local suppliers.",
|
||||
},
|
||||
{
|
||||
title: "Hygiene First",
|
||||
description: "Strict quality control to ensure every meal is safe and delicious.",
|
||||
},
|
||||
{
|
||||
title: "Artisan Craftsmanship",
|
||||
description: "Experienced chefs dedicated to delivering the perfect flavor.",
|
||||
},
|
||||
{ title: "Fresh Local Produce", description: "We source ingredients from the best local suppliers." },
|
||||
{ title: "Hygiene First", description: "Strict quality control to ensure every meal is safe and delicious." },
|
||||
{ title: "Artisan Craftsmanship", description: "Experienced chefs dedicated to delivering the perfect flavor." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg"
|
||||
imageAlt="Chef preparing signature dishes at Exelencia"
|
||||
@@ -193,42 +85,8 @@ export default function LandingPage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Herb Roast",
|
||||
price: "₹450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-tartare-with-egg-yolk-microgreens-plate_23-2152026862.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Exelencia Platter",
|
||||
price: "₹899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-antricot-grilled-lamb-ribs-with-sauces-lettuce-plate_141793-3593.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Local Greens Medley",
|
||||
price: "₹320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-with-vegetables-greenery_140725-3477.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Chef's Decadent Dessert",
|
||||
price: "₹280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls_140725-105618.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Grilled Seasonal Catch",
|
||||
price: "₹650",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-meat-with-barbecue-sauce_140725-1145.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Artisan Herbal Refresh",
|
||||
price: "₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-pours-tea-into-armudu-glass_140725-8184.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Signature Herb Roast", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/beef-tartare-with-egg-yolk-microgreens-plate_23-2152026862.jpg" },
|
||||
{ id: "p2", name: "Exelencia Platter", price: "₹899", imageSrc: "http://img.b2bpic.net/free-photo/side-view-antricot-grilled-lamb-ribs-with-sauces-lettuce-plate_141793-3593.jpg" }
|
||||
]}
|
||||
title="Chef's Specials"
|
||||
description="Experience our most requested dishes, perfected over years."
|
||||
@@ -241,94 +99,42 @@ export default function LandingPage() {
|
||||
title="Our Impact"
|
||||
tag="Milestones"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
description: "Happy Guests Served",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
description: "Unique Local Recipes",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5",
|
||||
description: "Years of Excellence",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "100%",
|
||||
description: "Fresh Ingredients",
|
||||
},
|
||||
{ id: "m1", value: "10k+", description: "Happy Guests Served" },
|
||||
{ id: "m2", value: "50+", description: "Unique Local Recipes" },
|
||||
{ id: "m3", value: "5", description: "Years of Excellence" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
text="Ready for an exquisite meal? Book your table or catering inquiry with us today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+910000000000",
|
||||
},
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "#contact-form",
|
||||
},
|
||||
<ContactFaq
|
||||
ctaTitle="Get In Touch"
|
||||
ctaDescription="Have questions or want to make a special booking? We are here to help."
|
||||
ctaButton={{ text: "Book Now", href: "#" }}
|
||||
ctaIcon={Calendar}
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you offer catering?", content: "Yes, we offer premium catering services for events and private parties." },
|
||||
{ id: "f2", title: "What are your hours?", content: "We are open daily from 11:00 AM to 10:00 PM." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg?_wi=2"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]},
|
||||
{ title: "Follow Us", items: [
|
||||
{ label: "Facebook", href: "#" },
|
||||
{ label: "Instagram", href: "#" }
|
||||
]}
|
||||
]}
|
||||
logoText="Exelencia"
|
||||
/>
|
||||
@@ -336,4 +142,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user