Update src/app/page.tsx

This commit is contained in:
2026-05-11 18:18:12 +00:00
parent 9f98acfac7
commit f848a81971

View File

@@ -32,65 +32,35 @@ 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"
brandName="Dipa's Cafe & Restro"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="Trishla Restaurant & Bar"
description="Experience exquisite dining and bespoke cocktails in our warm, sophisticated atmosphere. Your perfect evening awaits."
logoText="Dipa's Cafe & Restro"
description="Authentic flavors, cozy vibes, and unforgettable culinary experiences in the heart of the city."
buttons={[
{
text: "Reserve Table",
href: "#contact",
},
{
text: "View Menu",
href: "#menu",
},
{ 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"
imageSrc="http://img.b2bpic.net/free-photo/modern-interior-cafe-with-tables-chairs_140725-3424.jpg"
/>
</div>
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={true}
title="A Legacy of Taste"
title="Our Culinary Journey"
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 of Passion", value: "10+" },
{ icon: Users, label: "Happy Foodies", value: "25k+" },
{ icon: Star, label: "Signature Recipes", value: "80+" },
]}
metricsAnimation="slide-up"
/>
@@ -101,24 +71,12 @@ 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: "Fresh Ingredients", description: "Farm-to-table produce ensuring quality and taste in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-rustic-wooden-table_140725-4567.jpg" },
{ title: "Cozy Atmosphere", description: "Warm lighting and comfortable seating perfect for long conversations.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe-interior-with-vintage-decor_140725-8734.jpg" },
{ title: "Expert Service", description: "Dedicated staff providing a warm, welcoming experience for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-serving-dishes-table_140725-3456.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."
title="The Dipa's Experience"
description="We blend traditional recipes with modern culinary techniques to create moments that linger on your palate."
/>
</div>
@@ -129,75 +87,26 @@ 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: "Signature Butter Chicken", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/butter-chicken-indian-dish_140725-2345.jpg" },
{ id: "2", name: "Veggie Supreme Pizza", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-vegetables_140725-5678.jpg" },
{ id: "3", name: "Artisan Pasta", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-tomatoes-basil_140725-8901.jpg" },
{ id: "4", name: "Fresh Mango Lassi", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/mango-lassi_140725-9012.jpg" },
{ id: "5", name: "Grilled Panini", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/grilled-panini-sandwich_140725-1234.jpg" },
{ id: "6", name: "Hazelnut Mocha", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/hazelnut-mocha-coffee_140725-3456.jpg" },
]}
title="Chef's Signature Selections"
description="Indulge in our most celebrated plates."
title="Daily Specials"
description="From our kitchen to your table, taste the dedication."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={false}
testimonial="The atmosphere at Trishla is unmatched. Perfect service, incredible food, and a truly warm experience every time."
testimonial="Truly the best cafe in town! The staff is friendly, the food is authentic, and the coffee is perfect every single time."
rating={5}
author="Elena R."
author="Sarah J."
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",
},
{ src: "http://img.b2bpic.net/free-photo/young-happy-woman-holding-coffee-cup_140725-4567.jpg", alt: "Guest" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -210,51 +119,12 @@ 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: "Interior", title: "Cozy Vibes", description: "Relaxed seating areas.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-indoor-seating-area_140725-2345.jpg" },
{ id: "g2", value: "Garden", title: "Outdoor Area", description: "Refreshing al fresco dining.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-cafe-garden_140725-6789.jpg" },
{ id: "g3", value: "Coffee", title: "Brew Station", description: "Crafted morning rituals.", imageSrc: "http://img.b2bpic.net/free-photo/barista-crafting-latte-art_140725-1234.jpg" },
]}
title="Explore Our Spaces"
description="Visual highlights of your dining experience at Trishla."
title="A Peek Inside"
description="See where your favorite memories are made."
/>
</div>
@@ -262,23 +132,11 @@ 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: "Is there outdoor seating?", content: "Yes, we have a beautiful garden patio available during fair weather." },
{ id: "f2", title: "Do you offer catering?", content: "We certainly do! Contact us to discuss your event requirements." },
{ id: "f3", title: "Is Wi-Fi available?", content: "Yes, we offer complimentary high-speed Wi-Fi for all our guests." },
]}
sideTitle="Common Questions"
sideTitle="FAQ"
faqsAnimation="slide-up"
/>
</div>
@@ -286,58 +144,24 @@ export default function LandingPage() {
<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."
background={{ variant: "gradient-bars" }}
tag="Contact"
title="Let's Connect"
description="Drop by for a coffee or book your next event with us. We'd love to serve you!"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Trishla Restaurant & Bar"
logoText="Dipa's Cafe & Restro"
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: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
]}
copyrightText="© 2025 Trishla Restaurant & Bar. All rights reserved."
copyrightText="© 2025 Dipa's Cafe & Restro. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}