1 Commits

Author SHA1 Message Date
1627fcbfff Update src/app/page.tsx 2025-12-24 12:13:07 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -10,6 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactCenterForm from '@/components/sections/contact/ContactCenterForm';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import ButtonElasticEffect from '@/components/button/ButtonElasticEffect/ButtonElasticEffect';
import { Sparkles, Zap, Users, Star } from "lucide-react";
export default function StarWarsPage() {
@@ -190,6 +191,9 @@ export default function StarWarsPage() {
cardTag="Fan Approved"
useInvertedBackground="noInvert"
/>
<div className="flex justify-center mt-8">
<ButtonElasticEffect text="Join to us" href="#contact" />
</div>
</div>
<div id="faq" data-section="faq">