Update src/app/page.tsx

This commit is contained in:
2026-03-03 11:18:16 +00:00
parent 2e96a8c75e
commit 602eee08a4

View File

@@ -22,7 +22,7 @@ export default function LandingPage() {
cardStyle="gradient-bordered"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
headingFontWeight="light"
headingFontWeight="semibold"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
@@ -35,7 +35,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Get Quote", href: "#contact"}}
text: "Get Quote", href: "#contact"
}}
/>
</div>
@@ -65,7 +66,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MetricSplitMediaAbout
title="Your Local AC Expert in Chandni Chowk"
title="Your Trusted AC Expert in Chandni Chowk"
description="Universal Sales Company has been serving Kolkata with premium air conditioning solutions for over 20 years. Located in the heart of Chandni Chowk, Bowbazar, we provide professional installation, repair, and maintenance services for residential and commercial properties. Our team of experienced technicians is committed to delivering reliable solutions and exceptional customer service."
tag="About Us"
metrics={[
@@ -82,8 +83,8 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardSeven
title="Our Services"
description="Complete air conditioning solutions tailored to your needs. From sales to maintenance, we've got you covered."
title="Our Professional Services"
description="Complete air conditioning solutions tailored to your needs. From sales to maintenance, we've got you covered with professional expertise."
tag="Services"
features={[
{
@@ -167,8 +168,8 @@ export default function LandingPage() {
<div id="service-area" data-section="service-area">
<ContactCTA
tag="Service Area"
title="We Serve Kolkata & Surrounding Areas"
description="From Bowbazar to Chandni Chowk, Central Kolkata to North Kolkata - we bring AC solutions right to your doorstep. Fast, reliable service across the city."
title="Reliable Service Across Kolkata"
description="From Bowbazar to Chandni Chowk, Central Kolkata to North Kolkata - we bring professional AC solutions right to your doorstep. Fast, dependable service across the city."
buttons={[
{ text: "Check Serviceability", href: "#contact" },
{ text: "Get in Touch", href: "#contact" },