4 Commits

Author SHA1 Message Date
e9b36afffb Merge version_3 into main
Merge version_3 into main
2026-03-04 13:48:50 +00:00
da0783d98e Update src/app/page.tsx 2026-03-04 13:48:46 +00:00
77ee3675f5 Update src/app/layout.tsx 2026-03-04 13:48:45 +00:00
7afe74624d Merge version_2 into main
Merge version_2 into main
2026-03-04 13:46:07 +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>
);
}
}