Update src/app/page.tsx

This commit is contained in:
2026-05-31 02:36:19 +00:00
parent 91cd0d82e9
commit c82e006a90

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
buttons={[
{ text: "Book Appointment", href: "#contact" }
]}
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
mediaAnimation="slide-up"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/blurred-tourists-shopping-mall-with-bokeh-retro-color_1258-74.jpg"
@@ -185,7 +185,6 @@ export default function LandingPage() {
rightLink={{
text: "Terms of Service", href: "#"
}}
useInvertedBackground={true}
/>
</div>
</ThemeProvider>