Update src/app/page.tsx

This commit is contained in:
2026-03-06 04:59:25 +00:00
parent 800281ae54
commit 2d6237d698

View File

@@ -54,6 +54,7 @@ export default function LandingPage() {
{ text: "Call Now", href: "tel:(843) 796-6134" }
]}
buttonAnimation="slide-up"
logoText="CELINE CRYSTAL"
/>
</div>
@@ -157,4 +158,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}