Update src/app/contact/page.tsx

This commit is contained in:
2026-03-08 05:45:03 +00:00
parent 8218bef1b5
commit 888ebd9a68

View File

@@ -20,8 +20,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "AI Websites", href: "/services" },
{ label: "AI Chatbots", href: "/services" },
{ label: "Automation", href: "/services" },
@@ -29,8 +28,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "How It Works", href: "#how-it-works" },
{ label: "Results", href: "#results" },
@@ -38,8 +36,7 @@ export default function ContactPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "#" },
{ label: "Documentation", href: "#" },
{ label: "Case Studies", href: "#" },
@@ -47,8 +44,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -63,7 +59,7 @@ export default function ContactPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="largeSmallSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -77,9 +73,7 @@ export default function ContactPage() {
id: item.id.startsWith("/") ? item.id : `#${item.id}`,
}))}
button={{
text: "Get My Website",
href: "#contact",
}}
text: "Get My Website", href: "#contact"}}
/>
</div>
@@ -92,15 +86,7 @@ export default function ContactPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Restaurant Networks",
"Beauty & Wellness Studios",
"Fitness Centers",
"Dental Practices",
"HVAC Services",
"Legal Firms",
"Real Estate Agencies",
"E-Commerce Stores",
]}
"Restaurant Networks", "Beauty & Wellness Studios", "Fitness Centers", "Dental Practices", "HVAC Services", "Legal Firms", "Real Estate Agencies", "E-Commerce Stores"]}
speed={40}
showCard={true}
/>
@@ -112,8 +98,7 @@ export default function ContactPage() {
title="Ready to Grow Your Business?"
description="Schedule your free website strategy call today. We'll analyze your business and show you exactly how we can help you attract more customers and increase revenue."
background={{
variant: "grid",
}}
variant: "animated-grid"}}
useInvertedBackground={false}
inputPlaceholder="Your business email"
buttonText="Book Free Call"