Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-15 12:07:31 +00:00

View File

@@ -10,9 +10,8 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Award, Heart, Star, Utensils, Coffee, MapPin, Users, Music, Wine, Zap } from "lucide-react";
import { Award, Heart, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -37,7 +36,7 @@ export default function LandingPage() {
{
name: "About", id: "about"},
{
name: "Menu", id: "menu"},
name: "Testimonials", id: "testimonials"},
]}
brandName="Bar Restorant Lepeja"
/>
@@ -91,25 +90,6 @@ export default function LandingPage() {
/>
</div>
<div id="menu" data-section="menu">
<ProductCardFour
animationType="slide-up"
textboxLayout="split-description"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
title="Our Offerings"
description="A detailed look at what makes dining at Lepeja an experience worth repeating."
products={[
{ id: "opt1", name: "Dining Styles", price: "Options", variant: "Service: Indoor, Garden, or Private Events", imageSrc: "http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-dating-luxury-restaurant_613910-4373.jpg?_wi=2" },
{ id: "opt2", name: "Highlights", price: "Popularity", variant: "Loved by locals for our 20-year history", imageSrc: "http://img.b2bpic.net/free-photo/people-after-work-pub_53876-25156.jpg?_wi=2" },
{ id: "opt3", name: "Food & Drink", price: "Selection", variant: "Traditional Albanian dishes paired with local wines", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-eggs-glass-wine_140725-6858.jpg?_wi=2" },
{ id: "opt4", name: "Amenities", price: "Comfort", variant: "Free parking, high-speed Wi-Fi, and music", imageSrc: "http://img.b2bpic.net/free-photo/charming-cafe-with-floral-decor-outdoor-seating_23-2151984704.jpg?_wi=1" },
{ id: "opt5", name: "Atmosphere", price: "Vibe", variant: "Relaxed, family-friendly, and professional", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=2" },
{ id: "opt6", name: "Crowd", price: "Audience", variant: "Perfect for families, business, and dates", imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173295.jpg?_wi=1" }
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
@@ -191,4 +171,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}