4 Commits

Author SHA1 Message Date
b5a00ed929 Update src/app/page.tsx 2026-05-11 18:22:07 +00:00
342d701c09 Update src/app/page.tsx 2026-05-11 18:20:04 +00:00
54284f5c8e Merge version_2 into main
Merge version_2 into main
2026-05-11 18:18:15 +00:00
f848a81971 Update src/app/page.tsx 2026-05-11 18:18:12 +00:00

View File

@@ -3,10 +3,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Gallery",
id: "gallery",
},
{
name: "Contact",
id: "contact",
},
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Gallery", id: "gallery" },
{ name: "Contact", id: "contact" },
]}
brandName="Trishla"
/>
@@ -57,16 +45,7 @@ export default function LandingPage() {
<HeroLogo
logoText="Trishla Restaurant & Bar"
description="Experience exquisite dining and bespoke cocktails in our warm, sophisticated atmosphere. Your perfect evening awaits."
buttons={[
{
text: "Reserve Table",
href: "#contact",
},
{
text: "View Menu",
href: "#menu",
},
]}
buttons={[{ text: "Reserve Table", href: "#contact" }, { text: "View Menu", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg"
/>
</div>
@@ -76,21 +55,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="A Legacy of Taste"
metrics={[
{
icon: Award,
label: "Years Served",
value: "15+",
},
{
icon: Users,
label: "Satisfied Guests",
value: "50k+",
},
{
icon: Star,
label: "Chef Specialties",
value: "100+",
},
{ icon: Award, label: "Years Served", value: "15+" },
{ icon: Users, label: "Satisfied Guests", value: "50k+" },
{ icon: Star, label: "Chef Specialties", value: "100+" },
]}
metricsAnimation="slide-up"
/>
@@ -101,21 +68,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Gourmet Cuisine",
description: "Expertly curated dishes prepared with locally sourced, premium ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/hot-california-sushi-rolls-with-red-caviar_114579-2128.jpg",
},
{
title: "Bespoke Cocktails",
description: "Handcrafted drinks designed by award-winning bartenders.",
imageSrc: "http://img.b2bpic.net/free-photo/bartender-preparing-refreshing-cocktail_23-2148176842.jpg",
},
{
title: "Elegant Ambience",
description: "An intimate setting perfect for celebrations and relaxing evenings.",
imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-served-nutritious-caesar-salad-with-chicken-served-with-black-slice-with-sesame-seeds-top_132075-8861.jpg",
},
{ title: "Gourmet Cuisine", description: "Expertly curated dishes prepared with locally sourced, premium ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/hot-california-sushi-rolls-with-red-caviar_114579-2128.jpg" },
{ title: "Bespoke Cocktails", description: "Handcrafted drinks designed by award-winning bartenders.", imageSrc: "http://img.b2bpic.net/free-photo/bartender-preparing-refreshing-cocktail_23-2148176842.jpg" },
{ title: "Elegant Ambience", description: "An intimate setting perfect for celebrations and relaxing evenings.", imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-served-nutritious-caesar-salad-with-chicken-served-with-black-slice-with-sesame-seeds-top_132075-8861.jpg" },
]}
title="Why Choose Trishla"
description="From gourmet culinary delights to an extensive selection of fine wines and cocktails, every detail is crafted for your delight."
@@ -129,42 +84,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Seared Scallops",
price: "$32",
imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-sliced-herbs-corn_140725-3452.jpg",
},
{
id: "2",
name: "Truffle Risotto",
price: "$28",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-dish-restaurant-table_7939-3126.jpg",
},
{
id: "3",
name: "Wagyu Steak",
price: "$55",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fondant-with-ice-cream-tea-top-view_141793-4385.jpg",
},
{
id: "4",
name: "Classic Negroni",
price: "$16",
imageSrc: "http://img.b2bpic.net/free-photo/fried-lamb-topped-with-vanilla-ice-cream-placed-lipstick-perfume_140725-2520.jpg",
},
{
id: "5",
name: "Smoked Old Fashioned",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-dough-with-raspberry-strawberry-cream_140725-9382.jpg",
},
{
id: "6",
name: "Tiramisu Delight",
price: "$14",
imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-3173.jpg",
},
{ id: "1", name: "Seared Scallops", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-sliced-herbs-corn_140725-3452.jpg" },
{ id: "2", name: "Truffle Risotto", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/chicken-dish-restaurant-table_7939-3126.jpg" },
{ id: "3", name: "Wagyu Steak", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fondant-with-ice-cream-tea-top-view_141793-4385.jpg" },
]}
title="Chef's Signature Selections"
description="Indulge in our most celebrated plates."
@@ -177,28 +99,7 @@ export default function LandingPage() {
testimonial="The atmosphere at Trishla is unmatched. Perfect service, incredible food, and a truly warm experience every time."
rating={5}
author="Elena R."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg",
alt: "Guest 1",
},
{
src: "http://img.b2bpic.net/free-photo/girl-white-robe-spa-stairs-cozy-light-calm-mood-kid-wellness_169016-69180.jpg",
alt: "Guest 2",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg",
alt: "Guest 3",
},
{
src: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153754.jpg",
alt: "Guest 4",
},
{
src: "http://img.b2bpic.net/free-photo/woman-sitting-table-near-elderly-people_23-2147947984.jpg",
alt: "Guest 5",
},
]}
avatars={[]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
/>
@@ -210,48 +111,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "g1",
value: "Main Room",
title: "Elegant Dining",
description: "Atmospheric main hall.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-drink_23-2150124828.jpg",
},
{
id: "g2",
value: "Bar Lounge",
title: "Social Hub",
description: "Handcrafted cocktails.",
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg",
},
{
id: "g3",
value: "Terrace",
title: "Al Fresco",
description: "Breathtaking views.",
imageSrc: "http://img.b2bpic.net/free-photo/wide-view-dining-hall-classic-design_114579-2224.jpg",
},
{
id: "g4",
value: "Private Suite",
title: "VIP Events",
description: "Exclusive dining.",
imageSrc: "http://img.b2bpic.net/free-photo/view-plates-cutlery-glass_23-2148914882.jpg",
},
{
id: "g5",
value: "Wine Cellar",
title: "Curated",
description: "Premium selections.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg",
},
{
id: "g6",
value: "Entrance",
title: "Arrival",
description: "The warm welcome.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081462.jpg",
},
{ id: "g1", value: "Main Room", title: "Elegant Dining", description: "Atmospheric main hall.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-drink_23-2150124828.jpg" },
{ id: "g2", value: "Bar Lounge", title: "Social Hub", description: "Handcrafted cocktails.", imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg" },
]}
title="Explore Our Spaces"
description="Visual highlights of your dining experience at Trishla."
@@ -262,21 +123,8 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do I need a reservation?",
content: "Yes, we highly recommend booking in advance, especially for weekend evenings.",
},
{
id: "f2",
title: "Are there vegetarian options?",
content: "Absolutely, our menu includes a variety of thoughtfully curated vegetarian and vegan selections.",
},
{
id: "f3",
title: "Can you host events?",
content: "Yes, our private suite is available for weddings, corporate gatherings, and private celebrations.",
},
{ id: "f1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance." },
{ id: "f2", title: "Are there vegetarian options?", content: "Yes, our menu includes a variety of vegetarian and vegan selections." },
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -284,60 +132,26 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
tag="Visit Us"
title="Reserve Your Experience"
description="Ready to visit Trishla? Secure your table today."
<ContactText
text="Visit Us at 123 Gourmet Ave, City Center. Open Daily 11:00 AM - 11:00 PM. Call (555) 123-4567 to book your table."
background={{ variant: "gradient-bars" }}
buttons={[{ text: "Book Now", href: "#contact" }]}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Trishla Restaurant & Bar"
<FooterSimple
columns={[
{
title: "Navigation",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Menu",
href: "#menu",
},
{
label: "Gallery",
href: "#gallery",
},
{
label: "Reservations",
href: "#contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Use",
href: "#",
},
],
},
{ title: "Location & Hours", items: [{ label: "123 Gourmet Ave, City Center" }, { label: "Daily: 11AM - 11PM" }] },
{ title: "Quick Contact", items: [{ label: "(555) 123-4567" }, { label: "hello@trishla.com" }] },
{ title: "Legal", items: [{ label: "Privacy Policy" }, { label: "Terms of Service" }] }
]}
copyrightText="© 2025 Trishla Restaurant & Bar. All rights reserved."
bottomLeftText="© 2025 Trishla Restaurant & Bar"
bottomRightText="Built for fine dining"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}