Merge version_1 into main #2
@@ -6,7 +6,7 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import TextAbout from "@/components/sections/about/TextAbout";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Mail, Phone, MapPin } from "lucide-react";
|
||||
import { Mail, Phone, MapPin, Zap, HelpCircle } from "lucide-react";
|
||||
|
||||
export default function ContactPage() {
|
||||
const navItems = [
|
||||
@@ -80,7 +80,7 @@ export default function ContactPage() {
|
||||
<div id="about-contact" data-section="about-contact">
|
||||
<TextAbout
|
||||
tag="Let's Connect"
|
||||
tagIcon="Zap"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
title="Start Your Journey with Scale Social"
|
||||
buttons={[
|
||||
@@ -100,7 +100,7 @@ export default function ContactPage() {
|
||||
title="Common Setup Questions"
|
||||
description="Everything you need to know to get started with Scale Social."
|
||||
tag="Getting Started"
|
||||
tagIcon="HelpCircle"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user