feat(fx): add dynamic 60fps rising gold & magenta shimmer sparkle particles
This commit is contained in:
+3
-1
@@ -7,10 +7,12 @@ import ServicesSection from '@/components/ServicesSection';
|
||||
import AboutSection from '@/components/AboutSection';
|
||||
import BookingForm from '@/components/BookingForm';
|
||||
import Footer from '@/components/Footer';
|
||||
import GoldSparkles from '@/components/GoldSparkles';
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main>
|
||||
<main style={{ position: 'relative' }}>
|
||||
<GoldSparkles />
|
||||
<Header />
|
||||
<Hero />
|
||||
<PillarsSection />
|
||||
|
||||
Reference in New Issue
Block a user