Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 13:48:51 +00:00
2 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -185,11 +185,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to transform your product images? Let our expert team handle your clipping and editing needs. Get a free quote today."
text="Ready to transform your product images? Our expert team delivers free quotes within 5 minutes, with guaranteed quality and fast turnaround. Get started now and see results in 24-48 hours."
animationType="reveal-blur"
buttons={[
{ text: "Request Free Quote", href: "contact" },
{ text: "Chat with Us", href: "#" }
{ text: "Get Free Quote in 5 Min", href: "contact" },
{ text: "Schedule Consultation", href: "#" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -237,4 +237,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}