7 Commits

Author SHA1 Message Date
5023db86d1 Merge version_4 into main
Merge version_4 into main
2026-01-13 09:25:46 +00:00
cd2fa22afe Update src/app/page.tsx 2026-01-13 09:25:41 +00:00
06bf8347b9 Update src/app/layout.tsx 2026-01-13 09:25:40 +00:00
2c71ab651d Merge version_3 into main
Merge version_3 into main
2026-01-13 09:23:34 +00:00
22468f23ba Update src/app/page.tsx 2026-01-13 09:23:30 +00:00
4761bdf2da Merge version_2 into main
Merge version_2 into main
2026-01-13 09:21:17 +00:00
749332374d Merge version_1 into main
Merge version_1 into main
2026-01-13 09:19:13 +00:00
2 changed files with 7 additions and 3 deletions

View File

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

View File

@@ -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." 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" imageSrc="https://img.b2bpic.net/free-photo/beautifully-decorted-bakery-sweets_23-2149367798.jpg"
imageAlt="Professional layer practice workshop" imageAlt="Professional layer practice workshop"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
buttons={[ buttons={[
{ text: "Learn More", href: "#features" } { text: "Learn More", href: "#features" }
]} ]}
@@ -113,6 +113,10 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
useInvertedBackground="invertDefault" useInvertedBackground="invertDefault"
showRating={true} showRating={true}
buttons={[
{ text: "Join Our Community", href: "#contact" },
{ text: "Start Your Journey", href: "#features" }
]}
testimonials={[ 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, 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> </div>
</ThemeProvider> </ThemeProvider>
); );
} }