diff --git a/src/app/page.tsx b/src/app/page.tsx
index f7f62a5..f28a091 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,22 +8,12 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
import FaqBase from "@/components/sections/faq/FaqBase";
+import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
-import {
- Sparkles,
- Zap,
- Handshake,
- DollarSign,
- Star,
- HelpCircle,
- Play,
- Send,
- Settings,
- TrendingUp,
-} from "lucide-react";
+import { Sparkles, Zap, Handshake, DollarSign, Star, HelpCircle, ArrowRight } from "lucide-react";
import Link from "next/link";
-export default function HomePage() {
+export default function Home() {
return (
@@ -44,13 +34,10 @@ export default function HomePage() {
{ name: "Features", id: "features" },
{ name: "Pricing", id: "/pricing" },
{ name: "How It Works", id: "/how-it-works" },
- { name: "FAQ", id: "faq" },
{ name: "Contact", id: "/contact" },
]}
button={{
- text: "Start Free Trial",
- href: "/contact",
- }}
+ text: "Start Free Trial", href: "#contact"}}
/>
@@ -61,28 +48,22 @@ export default function HomePage() {
tag="AI-Powered Platform"
tagIcon={Sparkles}
tagAnimation="slide-up"
- background={{ variant: "floatingGradient" }}
+ background={{ variant: "sparkles-gradient" }}
buttons={[
- { text: "Start Free Trial", href: "/contact" },
+ { text: "Start Free Trial", href: "#contact" },
{ text: "Watch Demo", href: "#features" },
]}
buttonAnimation="slide-up"
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASRJAdsy3BRXYgBOrMCX9aK0hK/a-sleek-content-transformation-dashboard-1772595523388-7fff66c8.png?_wi=1"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASRJAdsy3BRXYgBOrMCX9aK0hK/a-sleek-content-transformation-dashboard-1772595523388-7fff66c8.png"
imageAlt="ViralClip Dashboard Interface"
mediaAnimation="slide-up"
avatars={[
{
- src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASRJAdsy3BRXYgBOrMCX9aK0hK/a-professional-portrait-of-a-young-conte-1772595522096-6511eb59.png",
- alt: "Creator 1",
- },
+ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASRJAdsy3BRXYgBOrMCX9aK0hK/a-professional-portrait-of-a-young-conte-1772595522096-6511eb59.png", alt: "Creator 1"},
{
- src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASRJAdsy3BRXYgBOrMCX9aK0hK/a-professional-portrait-of-a-diverse-con-1772595522738-0a3d8f59.png",
- alt: "Creator 2",
- },
+ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASRJAdsy3BRXYgBOrMCX9aK0hK/a-professional-portrait-of-a-diverse-con-1772595522738-0a3d8f59.png", alt: "Creator 2"},
{
- src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASRJAdsy3BRXYgBOrMCX9aK0hK/a-professional-portrait-of-a-talented-vi-1772595522550-b35039f8.png",
- alt: "Creator 3",
- },
+ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASRJAdsy3BRXYgBOrMCX9aK0hK/a-professional-portrait-of-a-talented-vi-1772595522550-b35039f8.png", alt: "Creator 3"},
]}
avatarText="Trusted by 5,000+ content creators"
/>
@@ -90,53 +71,25 @@ export default function HomePage() {
+
+
+
+
+
+