diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index e2ef190..4cc8224 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -19,24 +19,21 @@ export default function ContactPage() {
const footerColumns = [
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Services", href: "/services" },
{ label: "Contact", href: "/contact" },
],
},
{
- title: "Solutions",
- items: [
+ title: "Solutions", items: [
{ label: "Mobile Communication", href: "#" },
{ label: "Fire Systems", href: "#" },
{ label: "Internet Infrastructure", href: "#" },
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Impressum", href: "#" },
@@ -51,7 +48,7 @@ export default function ContactPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="medium"
- background="blurBottom"
+ background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -61,9 +58,7 @@ export default function ContactPage() {
@@ -72,59 +67,29 @@ export default function ContactPage() {
@@ -314,7 +218,7 @@ export default function HomePage() {
description="Connect with our team of telecommunications experts. We're ready to discuss your specific needs and deliver customized solutions for your environment."
tagIcon={Rocket}
tagAnimation="slide-up"
- background={{ variant: "blurBottom" }}
+ background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="your@company.de"
buttonText="Request Consultation"
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 0b33c71..c716b5d 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -19,30 +19,25 @@ export default function ServicesPage() {
];
const navButton = {
- text: "Request Consultation",
- href: "#contact",
- };
+ text: "Request Consultation", href: "#contact"};
const footerColumns = [
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Services", href: "/services" },
{ label: "Contact", href: "#contact" },
],
},
{
- title: "Solutions",
- items: [
+ title: "Solutions", items: [
{ label: "Mobile Communication", href: "#mobile" },
{ label: "Fire Systems", href: "#fire-systems" },
{ label: "Internet Infrastructure", href: "#internet" },
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Impressum", href: "#" },
@@ -57,7 +52,7 @@ export default function ServicesPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="medium"
- background="blurBottom"
+ background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -79,26 +74,11 @@ export default function ServicesPage() {
description="Explore our complete range of professional communication services engineered for reliability and precision"
features={[
{
- id: "mobile-basement",
- title: "Basement Mobile Coverage",
- description: "Eliminate dead zones in underground spaces. Our advanced DAS (Distributed Antenna System) technology delivers seamless 4G/5G coverage in basements, sub-levels, and concrete structures. Perfect for parking garages, storage facilities, and underground transit systems.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfeHsK11qzLNNhUMgX9OU4AhXH/seamless-mobile-network-coverage-visuali-1772988080271-1bd885ca.png?_wi=2",
- imageAlt: "Mobile network coverage basement visualization",
- },
+ id: "mobile-basement", title: "Basement Mobile Coverage", description: "Eliminate dead zones in underground spaces. Our advanced DAS (Distributed Antenna System) technology delivers seamless 4G/5G coverage in basements, sub-levels, and concrete structures. Perfect for parking garages, storage facilities, and underground transit systems.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfeHsK11qzLNNhUMgX9OU4AhXH/seamless-mobile-network-coverage-visuali-1772988080271-1bd885ca.png", imageAlt: "Mobile network coverage basement visualization"},
{
- id: "fire-emergency",
- title: "Emergency Communication Systems",
- description: "Critical infrastructure for safety and compliance. Our fire communication systems integrate with emergency alert networks, providing professional-grade emergency response communication. Full compliance with German safety standards and regulations.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfeHsK11qzLNNhUMgX9OU4AhXH/professional-fire-communication-system-i-1772988080159-4706713c.png?_wi=2",
- imageAlt: "Fire communication emergency system",
- },
+ id: "fire-emergency", title: "Emergency Communication Systems", description: "Critical infrastructure for safety and compliance. Our fire communication systems integrate with emergency alert networks, providing professional-grade emergency response communication. Full compliance with German safety standards and regulations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfeHsK11qzLNNhUMgX9OU4AhXH/professional-fire-communication-system-i-1772988080159-4706713c.png", imageAlt: "Fire communication emergency system"},
{
- id: "fiber-internet",
- title: "Enterprise Fiber Internet",
- description: "Lightning-fast connectivity for your business. High-speed fiber-optic installations with 99.9% uptime SLA. Ideal for data centers, enterprise offices, and industrial facilities requiring mission-critical network performance.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfeHsK11qzLNNhUMgX9OU4AhXH/high-speed-fiber-optic-and-internet-infr-1772988080413-9d12bace.png?_wi=2",
- imageAlt: "Enterprise fiber optic infrastructure",
- },
+ id: "fiber-internet", title: "Enterprise Fiber Internet", description: "Lightning-fast connectivity for your business. High-speed fiber-optic installations with 99.9% uptime SLA. Ideal for data centers, enterprise offices, and industrial facilities requiring mission-critical network performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfeHsK11qzLNNhUMgX9OU4AhXH/high-speed-fiber-optic-and-internet-infr-1772988080413-9d12bace.png", imageAlt: "Enterprise fiber optic infrastructure"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -117,37 +97,16 @@ export default function ServicesPage() {
description="What sets our services apart from competitors"
metrics={[
{
- id: "design",
- value: "Custom",
- title: "Design & Planning",
- items: [
- "Site surveys included",
- "Customized solutions",
- "Future-proof design",
- "Cost optimization",
- ],
+ id: "design", value: "Custom", title: "Design & Planning", items: [
+ "Site surveys included", "Customized solutions", "Future-proof design", "Cost optimization"],
},
{
- id: "installation",
- value: "Professional",
- title: "Installation & Setup",
- items: [
- "Certified technicians",
- "Zero downtime",
- "Quality assurance",
- "Documentation",
- ],
+ id: "installation", value: "Professional", title: "Installation & Setup", items: [
+ "Certified technicians", "Zero downtime", "Quality assurance", "Documentation"],
},
{
- id: "maintenance",
- value: "Proactive",
- title: "Maintenance & Support",
- items: [
- "24/7 monitoring",
- "Preventive care",
- "Rapid response",
- "Performance tuning",
- ],
+ id: "maintenance", value: "Proactive", title: "Maintenance & Support", items: [
+ "24/7 monitoring", "Preventive care", "Rapid response", "Performance tuning"],
},
]}
animationType="slide-up"
@@ -164,7 +123,7 @@ export default function ServicesPage() {
description="Our telecommunications experts are ready to analyze your requirements and propose tailored solutions. Contact us today for a free consultation and site assessment."
tagIcon={Rocket}
tagAnimation="slide-up"
- background={{ variant: "blurBottom" }}
+ background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="your@company.de"
buttonText="Schedule Consultation"