Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -11,8 +11,8 @@ import { Zap } from 'lucide-react';
|
||||
export default function AboutPage() {
|
||||
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" }
|
||||
];
|
||||
@@ -84,7 +84,7 @@ export default function AboutPage() {
|
||||
description="Whether you're a solo entrepreneur or leading a growing team, Revolution Digital has the tools and expertise to accelerate your growth. Let's build something extraordinary together."
|
||||
buttons={[
|
||||
{ text: "Schedule a Consultation", href: "/contact" },
|
||||
{ text: "View Pricing", href: "/" }
|
||||
{ text: "View Pricing", href: "/pricing" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
@@ -96,18 +96,17 @@ export default function AboutPage() {
|
||||
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" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -16,8 +16,8 @@ export default function HomePage() {
|
||||
{ name: "Manifesto", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -188,8 +188,7 @@ export default function HomePage() {
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Mission", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Blog", href: "#" }
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -26,10 +26,10 @@ export default function PricingPage() {
|
||||
brandName="Revolution Digital"
|
||||
navItems={[
|
||||
{ name: "Manifesto", id: "/" },
|
||||
{ name: "Services", id: "#features" },
|
||||
{ name: "Services", id: "/#features" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
bottomLeftText="Elite Digital Transformation"
|
||||
bottomRightText="hello@revolutiondigital.io"
|
||||
@@ -61,7 +61,7 @@ export default function PricingPage() {
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Start Your Revolution", href: "#contact" }]}
|
||||
buttons={[{ text: "Start Your Revolution", href: "/contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,7 +72,7 @@ export default function PricingPage() {
|
||||
title="Conquer Your Market"
|
||||
description="Elite tools. Affordable pricing. Unmatched support. Your competitors are falling behind. Join the revolution today."
|
||||
buttons={[
|
||||
{ text: "Schedule Your Consultation", href: "#contact-form" },
|
||||
{ text: "Schedule Your Consultation", href: "/contact" },
|
||||
{ text: "Back to Home", href: "/" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
@@ -88,15 +88,14 @@ export default function PricingPage() {
|
||||
{ label: "The Soldier", href: "/pricing" },
|
||||
{ label: "The Militia", href: "/pricing" },
|
||||
{ label: "The Army", href: "/pricing" },
|
||||
{ label: "Features", href: "#features" },
|
||||
{ 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: "About Us", href: "/about" },
|
||||
{ label: "Our Mission", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user