Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd2fa22afe | |||
| 06bf8347b9 | |||
| 22468f23ba |
@@ -1262,4 +1262,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
description="Learn the fundamental principles of layer practice through our comprehensive curriculum. Whether you're beginning your journey or refining your technique, our expert-led program guides you through every step with precision and care."
|
||||
imageSrc="https://img.b2bpic.net/free-photo/beautifully-decorted-bakery-sweets_23-2149367798.jpg"
|
||||
imageAlt="Professional layer practice workshop"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "#features" }
|
||||
]}
|
||||
@@ -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