6 Commits

Author SHA1 Message Date
213d309014 Merge version_3 into main
Merge version_3 into main
2026-03-06 21:12:56 +00:00
a1fda19967 Update src/app/page.tsx 2026-03-06 21:12:52 +00:00
f1081f85d3 Update src/app/layout.tsx 2026-03-06 21:12:51 +00:00
9671badd6d Switch to version 2: modified src/app/layout.tsx 2026-03-06 21:12:08 +00:00
bcd4a7a1f0 Switch to version 1: modified src/app/layout.tsx 2026-03-06 21:12:01 +00:00
46cc2fa0f9 Merge version_2 into main
Merge version_2 into main
2026-03-06 21:10:09 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1382,4 +1382,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -266,7 +266,7 @@ export default function LandingPage() {
imageAlt="Our welcoming art studio"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Send Message"
buttonText="Enroll Now"
/>
</div>
@@ -304,4 +304,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}