5 Commits

Author SHA1 Message Date
a62fbd3dc2 Merge version_3 into main
Merge version_3 into main
2026-01-03 14:08:21 +00:00
3d7bcb9a72 Update src/app/page.tsx 2026-01-03 14:08:17 +00:00
934f8c90bf Merge version_3 into main
Merge version_3 into main
2026-01-03 14:06:22 +00:00
5d113a2e89 Update src/app/page.tsx 2026-01-03 14:06:17 +00:00
7d4cea1ecb Merge version_2 into main
Merge version_2 into main
2026-01-03 14:05:15 +00:00

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -8,7 +8,7 @@ import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen
import ProductCardSix from '@/components/sections/product/ProductCardSix'; import ProductCardSix from '@/components/sections/product/ProductCardSix';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import PricingCardFour from '@/components/sections/pricing/PricingCardFour'; import PricingCardFour from '@/components/sections/pricing/PricingCardFour';
import ContactFaq from '@/components/sections/contact/ContactFaq'; import FaqDouble from '@/components/sections/faq/FaqDouble';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Mail } from "lucide-react"; import { Mail } from "lucide-react";
@@ -265,48 +265,30 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactFaq <FaqDouble
ctaTitle="Ready to Transform Your Images?"
ctaDescription="Contact us today to discuss your project and get started with professional image editing."
ctaButton={{
text: "Get in Touch",
href: "mailto:contact@clippingstudio.com"
}}
ctaIcon={Mail}
useInvertedBackground="noInvert"
animationType="slide-up"
faqs={[ faqs={[
{ {
id: "1", id: "1",
title: "What file formats do you accept?", title: "How much does it cost?",
content: "We accept JPG, PNG, PSD, TIFF, and most other common image formats. We deliver files in your preferred format." content: "Our pricing is flexible and scales with your project needs. We offer monthly subscription plans starting at $99 for small operations, as well as pay-per-image pricing for one-off projects. Contact us for a custom quote based on your specific requirements and volume."
}, },
{ {
id: "2", id: "2",
title: "What is your typical turnaround time?", title: "What are the implications of using clipping services?",
content: "Standard turnaround is 24-48 hours for most projects. Rush services available for an additional fee. Enterprise clients receive priority processing." content: "Using professional clipping services can significantly impact your business by providing clean, consistent product images that boost conversion rates and reduce return rates. Quality clipping paths ensure seamless integration into various backgrounds, whether for e-commerce platforms or print materials. Professional editing also saves your team valuable time and resources."
}, },
{ {
id: "3", id: "3",
title: "Do you offer bulk discounts?", title: "How long will it take?",
content: "Yes! We provide volume discounts for large projects and ongoing work. Contact us for a custom quote based on your specific needs." content: "Standard turnaround time is 24-48 hours for most projects. We offer expedited services for urgent requests, with some projects completed within 12 hours. Enterprise and subscription clients receive priority processing. Bulk orders may be completed faster depending on complexity and volume."
},
{
id: "4",
title: "Can you match a specific background color?",
content: "Absolutely. We can match any background color, gradient, or pattern you provide. Simply share your reference or color specification."
},
{
id: "5",
title: "Is there a revision policy?",
content: "We offer unlimited revisions until you are completely satisfied. Quality is our priority and we work until the result meets your expectations."
},
{
id: "6",
title: "How do I submit my images?",
content: "You can upload images directly through our portal, via email, or through cloud storage integration. We support all major file transfer methods."
} }
]} ]}
title="Frequently Asked Questions"
description="Find answers to common questions about our clipping and image editing services"
tag="FAQ"
textboxLayout="default"
useInvertedBackground="noInvert"
animationType="smooth"
/> />
</div> </div>