feat(fx): add dynamic 60fps rising gold & magenta shimmer sparkle particles

This commit is contained in:
2026-08-29 17:40:27 -07:00
parent dad517916b
commit 054631ebe3
60 changed files with 231 additions and 63 deletions
+3 -1
View File
@@ -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 />