Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-16 01:44:16 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="mediumLarge"
background="blurBottom"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="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: "blurBottom" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Reserve a Table", href: "#contact" },
{ text: "View Menu", href: "#featured" }
@@ -114,7 +114,7 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "Restaurant Enthusiast", testimonial: "The service, food, drinks & atmosphere are unmatched anywhere else in the area. Las Palmas is our favorite date night destination.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-posing_23-2149429384.jpg", imageAlt: "Sarah Mitchell"
id: "1", name: "Sarah Mitchell", role: "Restaurant Enthusiast", testimonial: "The service, food, drinks & atmosphere are unmatched anywhere else in the area. Las Palmas is our favorite date night destination.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-posing_23-2149429384.jpg", imageAlt: "Sarah Mitchell", animationType: "none"
},
{
id: "2", name: "James Rodriguez", role: "Cocktail Connoisseur", testimonial: "The jalapeño margarita was EXACTLY what I needed — delicious and perfectly balanced. The bartenders truly know their craft.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-male-with-curly-hair-dressed-jacket-eyeglasses_613910-567.jpg", imageAlt: "James Rodriguez"
@@ -187,7 +187,7 @@ export default function LandingPage() {
<ContactText
text="Ready for an unforgettable experience? Reserve your table at Las Palmas today and discover why guests consistently return for our authentic cuisine, legendary margaritas, and exceptional service."
animationType="reveal-blur"
background={{ variant: "blurBottom" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Reserve a Table Now", href: "#" },