Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-06-10 01:55:41 +00:00

View File

@@ -157,7 +157,7 @@ export default function LandingPage() {
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/mother-taking-photo-her-child-christmas_1268-19677.jpg", imageAlt: "Exterior holiday lighting display"},
{
id: "p6", brand: "Intimate Gatherings", name: "Cozy Ambiance", price: "Custom Quote", rating: 5,
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/abstract-circular-neon-lights-background_23-2147815451.jpg", imageAlt: "Romantic garden party with string lights"},
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/abstract-circular-neon-lights-background_23-2147815451.jpg", alt: "Romantic garden party with string lights"},
]}
title="A Glimpse of Our Captivating Jobs"
description="Browse through our extensive portfolio of past events and imagine the magic we can create for your special occasion."
@@ -227,7 +227,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smart-watch-express-pay_1170-2343.jpg", imageAlt: "Emily R. profile"},
{
id: "t5", name: "David K.", role: "Venue Manager", company: "Event Venue Partner", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-girl-stands-stairwell_1304-4916.jpg", imageAlt: "David K. profile"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-girl-stands-stairwell_1304-4916.jpg", alt: "David K. profile"},
]}
title="What Our Clients Say About Us"
description="Proudly serving Texas for 14 years, our clients' satisfaction and glowing reviews are our greatest reward."
@@ -260,8 +260,8 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "canvas-reveal"}}
text="Ready to Illuminate Your Next Event? Let's Create Something Magical Together!"
variant: "sparkles-gradient"}}
text="Let the Christmas Magic Begin! Contact Us to Dazzle Your Holidays!"
buttons={[
{
text: "Request a Quote", href: "#"},
@@ -273,8 +273,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Texas Imaginary Lights & Themes"
copyrightText="© 2024 Texas Imaginary Lights & Themes. All rights reserved."
logoText="Texas Imaginary Lights & Themes - Holiday Sparkle!"
copyrightText="© 2025 Texas Imaginary Lights & Themes. Merry & Bright!"
socialLinks={[
{
icon: Facebook,
@@ -291,4 +291,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}