Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 10:28:45 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="large"
background="noise"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -47,7 +47,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="BRITOP"
description="Premium lighting solutions engineered for style, efficiency, and performance. Trusted by designers and builders worldwide."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Explore Our Collection", href: "#products" },
{ text: "Learn More", href: "#features" }
@@ -74,6 +74,7 @@ export default function LandingPage() {
imageAlt="Commercial lighting project installation"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -86,7 +87,7 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Energy Efficiency", description: "Advanced LED technology and smart controls reduce energy consumption by up to 50%, lowering operational costs while supporting sustainability goals.", imageSrc: "http://img.b2bpic.net/free-photo/energy-efficient-light-bulb-lying-grass_93675-135282.jpg?_wi=1", imageAlt: "Energy-efficient LED lighting technology"
title: "Energy Efficiency", description: "Advanced LED technology and smart controls reduce energy consumption by up to 50%, lowering operational costs while supporting sustainability goals.", imageSrc: "http://img.b2bpic.net/free-photo/energy-efficient-light-bulb-lying-grass_93675-135282.jpg", imageAlt: "Energy-efficient LED lighting technology"
},
{
id: 2,
@@ -98,13 +99,12 @@ export default function LandingPage() {
},
{
id: 4,
title: "Expert Guidance", description: "Our lighting specialists work directly with you to select solutions tailored to your project's specific needs, budget, and vision.", imageSrc: "http://img.b2bpic.net/free-photo/energy-efficient-light-bulb-lying-grass_93675-135282.jpg?_wi=2", imageAlt: "Professional lighting consultation"
title: "Expert Guidance", description: "Our lighting specialists work directly with you to select solutions tailored to your project's specific needs, budget, and vision.", imageSrc: "http://img.b2bpic.net/free-photo/energy-efficient-light-bulb-lying-grass_93675-135282.jpg", imageAlt: "Professional lighting consultation"
}
]}
textboxLayout="default"
useInvertedBackground={false}
tagAnimation="slide-up"
mediaAnimation="opacity"
/>
</div>
@@ -189,10 +189,10 @@ export default function LandingPage() {
id: "2", title: "Reduced Operating Costs Dramatically", quote: "We upgraded our commercial office to Britop's LED systems and saw energy savings of 48% within the first year. Combined with their smart controls, we've optimized lighting for both productivity and sustainability. A true partnership investment.", name: "Sarah Williams", role: "Facilities Manager", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "Sarah Williams, Facilities Manager"
},
{
id: "3", title: "Perfect for Our Luxury Residential Project", quote: "Working with Britop on our high-end residential development was seamless. Their design expertise, reliability, and willingness to customize solutions ensured every home in our collection felt premium and thoughtfully lit. Highly recommended for discerning builders.", name: "David Rodriguez", role: "Development Director", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg?_wi=1", imageAlt: "David Rodriguez, Development Director"
id: "3", title: "Perfect for Our Luxury Residential Project", quote: "Working with Britop on our high-end residential development was seamless. Their design expertise, reliability, and willingness to customize solutions ensured every home in our collection felt premium and thoughtfully lit. Highly recommended for discerning builders.", name: "David Rodriguez", role: "Development Director", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg", imageAlt: "David Rodriguez, Development Director"
},
{
id: "4", title: "Exceptional Design Meets Functionality", quote: "As an architect, I demand solutions that perform flawlessly without compromising aesthetics. Britop consistently delivers. Their fixtures integrate seamlessly into my designs while exceeding durability and efficiency standards. They're my go-to partner.", name: "Jennifer Park", role: "Principal Architect", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg?_wi=2", imageAlt: "Jennifer Park, Principal Architect"
id: "4", title: "Exceptional Design Meets Functionality", quote: "As an architect, I demand solutions that perform flawlessly without compromising aesthetics. Britop consistently delivers. Their fixtures integrate seamlessly into my designs while exceeding durability and efficiency standards. They're my go-to partner.", name: "Jennifer Park", role: "Principal Architect", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg", imageAlt: "Jennifer Park, Principal Architect"
},
{
id: "5", title: "Transformed Our Home's Ambiance", quote: "We invested in Britop lighting for our home renovation and couldn't be happier. The fixtures look stunning, the energy savings are real, and the customer service was attentive at every step. It's refreshing to work with a company that truly cares about quality.", name: "Tom & Lisa Martinez", role: "Homeowners", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Tom and Lisa Martinez, satisfied homeowners"
@@ -227,7 +227,7 @@ export default function LandingPage() {
<ContactText
text="Ready to illuminate your next project? Let our lighting experts guide you to the perfect solution."
animationType="entrance-slide"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Schedule Consultation", href: "mailto:inquiry@britoplighting.com" },