Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -1262,4 +1262,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -113,6 +113,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground="invertDefault"
|
||||
showRating={true}
|
||||
buttons={[
|
||||
{ text: "Join Our Community", href: "#contact" },
|
||||
{ text: "Start Your Journey", href: "#features" }
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", handle: "@sarahbakes", testimonial: "This program completely changed how I approach layer practice. My precision improved dramatically within just three weeks!", rating: 5,
|
||||
@@ -185,4 +189,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user