Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-16 01:49:08 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
@@ -42,18 +42,32 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
logoText="Las Palmas"
<HeroBillboardGallery
title="Las Palmas"
description="The Flavor of Mexico, Elevated. Authentic Mexican cuisine, handcrafted margaritas, and an unforgettable atmosphere where every detail is designed for indulgence."
background={{ variant: "plain" }}
tag="Luxury Mexican Dining"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Reserve a Table", href: "#contact" },
{ text: "View Menu", href: "#featured" }
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/fresh-detox-with-vegetables-herbs-wooden-desk_141793-17457.jpg"
imageAlt="Luxury margarita cocktail"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/fresh-detox-with-vegetables-herbs-wooden-desk_141793-17457.jpg", imageAlt: "Luxury margarita cocktail"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-decorating-cocktail-glass-with-mint_23-2148454454.jpg", imageAlt: "Handcrafted margarita"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-100135.jpg", imageAlt: "Premium birria tacos"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hummus-vegetables_23-2149483910.jpg", imageAlt: "Fresh guacamole preparation"
}
]}
mediaAnimation="opacity"
/>
</div>