Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-26 15:27:25 +00:00

View File

@@ -139,13 +139,13 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqBase
faqs={[
{ id: "faq1", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, American Express, Discover), PayPal, and Apple Pay for your convenience." },
{ id: "faq2", title: "What is your return policy?", content: "You can return most items within 30 days of purchase for a full refund or exchange, provided they are in their original condition. Please see our full return policy for details." },
{ id: "faq3", title: "How long does shipping take?", content: "Standard shipping typically takes 3-5 business days. Expedited options are available at checkout for faster delivery. International shipping times may vary." },
{ id: "faq4", title: "Do you offer international shipping?", content: "Yes, we ship to many countries worldwide. Shipping costs and delivery times will be calculated at checkout based on your location." }
{ id: "faq1", title: "What services do you offer?", content: "I specialize in front-end development, UI/UX design, and creating interactive web experiences with modern frameworks like React and Next.js." },
{ id: "faq2", title: "What's your typical project timeline?", content: "Project timelines vary based on complexity and scope. A typical small to medium project takes 4-8 weeks from concept to deployment. We'll define a clear timeline during our initial consultation." },
{ id: "faq3", title: "How do you handle client communication?", content: "I prioritize clear and regular communication. We'll use a combination of email, scheduled video calls, and a project management tool to keep you updated every step of the way." },
{ id: "faq4", title: "Can I see more examples of your work?", content: "Absolutely! My portfolio showcases a selection of my best projects. Please explore the 'Products' (work samples) section for more detailed case studies, or contact me for specific examples related to your needs." }
]}
title="Frequently Asked Questions"
description="Find quick answers to the most common questions about shopping at Woxyy."
title="Frequently Asked Questions About My Work"
description="Find quick answers to common questions regarding my portfolio, services, and projects."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -153,30 +153,30 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Get in Touch with Woxyy"
description="Have questions or need assistance? Our team is here to help! Reach out to us anytime."
title="Let's Create Something Amazing Together"
description="Ready to discuss your next project or just want to connect? Reach out, and let's bring your ideas to life."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
{ name: "subject", type: "text", placeholder: "Subject" }
{ name: "subject", type: "text", placeholder: "Project Type / Inquiry" }
]}
textarea={{"name":"message","placeholder":"Your Message","rows":4,"required":true}}
textarea={{"name":"message","placeholder":"Tell me about your project or message...","rows":4,"required":true}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-buying-product_23-2149081076.jpg"
imageAlt="Friendly Woxyy staff at a store counter"
imageSrc="http://img.b2bpic.net/free-photo/freelance-work-concept_23-2149122396.jpg"
imageAlt="Professional working on a laptop, ready to collaborate"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Send Message"
buttonText="Send Your Idea"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Woxyy"
logoSrc="http://img.b2bpic.net/free-vector/cleaning-service-logo-template_23-2149208945.jpg"
logoAlt="woxyy store logo"
logoText="DevFolio"
logoSrc="http://img.b2bpic.net/free-vector/coding-logo-template_23-2149208953.jpg"
logoAlt="Portfolio logo"
columns={[
{ items: [{ label: "Home", href: "#hero" }, { label: "Products", href: "#products" }, { label: "About Us", href: "#about" }] },
{ items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }, { label: "Privacy Policy", href: "#" }] }
{ items: [{ label: "Home", href: "#hero" }, { label: "Work Samples", href: "#products" }, { label: "About Me", href: "#about" }] },
{ items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }, { label: "LinkedIn", href: "#" }] }
]}
/>
</div>