Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 07:25:53 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="compact"
sizing="largeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -47,7 +47,7 @@ export default function LandingPage() {
tag="Premium HVAC Solutions"
tagIcon={Wind}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Get a Free Consultation", href: "contact" },
{ text: "Learn More", href: "services" },
@@ -59,9 +59,9 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388967.jpg", imageAlt: "Professional ventilation system"},
{
imageSrc: "http://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg?_wi=1", imageAlt: "Advanced cooling system"},
imageSrc: "http://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg", imageAlt: "Advanced cooling system"},
{
imageSrc: "http://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg?_wi=2", imageAlt: "Energy-efficient heat pump"},
imageSrc: "http://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg", imageAlt: "Energy-efficient heat pump"},
{
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Technical service and maintenance"},
]}
@@ -144,16 +144,16 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Krystian Watemborski", role: "Facility Manager", company: "Stavanger Industrial", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Krystian Watemborski"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Krystian Watemborski"},
{
id: "2", name: "Sarah Jensen", role: "Building Director", company: "Commercial Properties AS", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Jensen"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Jensen"},
{
id: "3", name: "Anders Christiansen", role: "Project Manager", company: "Stavanger Development", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", imageAlt: "Anders Christiansen"},
{
id: "4", name: "Hilde Andersen", role: "Operations Manager", company: "Energy Solutions Norway", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Hilde Andersen"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Hilde Andersen"},
]}
carouselMode="buttons"
ariaLabel="Customer testimonials section"