3 Commits

Author SHA1 Message Date
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> </body>
</html> </html>
); );
} }

View File

@@ -185,11 +185,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <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" animationType="reveal-blur"
buttons={[ buttons={[
{ text: "Request Free Quote", href: "contact" }, { text: "Get Free Quote in 5 Min", href: "contact" },
{ text: "Chat with Us", href: "#" } { text: "Schedule Consultation", href: "#" }
]} ]}
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
@@ -237,4 +237,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }