Update src/app/contact/page.tsx

This commit is contained in:
2026-03-10 23:46:33 +00:00
parent 81afdc1128
commit fcc441d058

View File

@@ -6,13 +6,13 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Zap } from 'lucide-react';
import { Zap, Mail, Instagram, Music } from 'lucide-react';
export default function ContactPage() {
const navItems = [
{ name: "Manifesto", id: "/" },
{ name: "Services", id: "/" },
{ name: "Pricing", id: "/" },
{ name: "Services", id: "/#features" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
];
@@ -62,13 +62,13 @@ export default function ContactPage() {
mediaAnimation="none"
accordionItems={[
{
id: "1", title: "📧 Email: Direct Communication", content: "Email us at hello@revolutiondigital.io for detailed inquiries, project briefs, or technical questions. We respond within 24 hours—guaranteed."
id: "1", title: "📧 Email: Direct Communication", content: "Email us at <strong>revolutiondigital2026@gmail.com</strong> for detailed inquiries, project briefs, or technical questions. We respond within 24 hours—guaranteed."
},
{
id: "2", title: "📱 Phone Consultation: Let's Talk", content: "Schedule a 30-minute consultation call with our team to discuss your specific needs, timeline, and budget. Book a time that works for you directly through our scheduling system."
id: "2", title: "📱 Instagram: Follow Our Updates", content: "Connect with us on Instagram at <strong>@revolutiondigital2026</strong>. See our latest projects, behind-the-scenes content, and industry insights. Follow us for exclusive updates and tips."
},
{
id: "3", title: "💬 AI Chat Support: Instant Answers", content: "Our intelligent chatbot is available 24/7 to answer common questions about pricing, features, and setup. For complex issues, you'll be connected to our human team within minutes."
id: "3", title: "🎵 TikTok: See Us in Action", content: "Check out <strong>@revolution.digita4</strong> on TikTok for quick tutorials, tech tips, and revolutionary moments. Get bite-sized insights into how we transform businesses."
}
]}
buttons={[{ text: "Back to Home", href: "/" }]}
@@ -83,8 +83,8 @@ export default function ContactPage() {
title="Let's Transform Your Digital Presence Today"
description="The revolution doesn't wait. Elite technology, professional service, and transparent pricing are ready for you. Join hundreds of small businesses already winning with Revolution Digital."
buttons={[
{ text: "Schedule Consultation", href: "/" },
{ text: "View All Plans", href: "/" }
{ text: "Email Us Now", href: "mailto:revolutiondigital2026@gmail.com" },
{ text: "View All Plans", href: "/pricing" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -96,18 +96,17 @@ export default function ContactPage() {
columns={[
{
title: "Product", items: [
{ label: "The Soldier", href: "/" },
{ label: "The Militia", href: "/" },
{ label: "The Army", href: "/" },
{ label: "Features", href: "/" }
{ label: "The Soldier", href: "/pricing" },
{ label: "The Militia", href: "/pricing" },
{ label: "The Army", href: "/pricing" },
{ label: "Features", href: "/#features" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Mission", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Blog", href: "#" }
{ label: "Contact", href: "/contact" }
]
},
{