Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-10 04:49:46 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -110,7 +110,7 @@ export default function LandingPage() {
<ContactSplit
tag="Quick Order"
title="Order Your Custom Cake"
description="Tell us what you want and we'll make it fresh for you. Fill in your details below."
description="Tell us your cake preferences (flavor, size, occasion) and we'll prepare a personalized quote. Free consultation on custom designs."
tagIcon={Cake}
tagAnimation="slide-up"
background={{variant: "sparkles-gradient"}}
@@ -150,4 +150,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}