Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-17 10:19:50 +00:00

View File

@@ -192,8 +192,8 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitMedia
title="FAQs"
description="Common questions about our creative services, pricing tiers, and strategic philosophy."
title="Luxury Salon Essentials"
description="Learn about our bespoke treatments, booking policies, and our commitment to an elevated client experience."
tag="Support"
tagIcon={HelpCircle}
tagAnimation="slide-up"
@@ -202,12 +202,12 @@ export default function LandingPage() {
mediaPosition="left"
mediaAnimation="slide-up"
faqs={[
{ id: "1", title: "What defines AUREM8 Mastery?", content: "Our mastery is defined by the integration of deep behavioral analytics, high-fidelity creative execution, and a long-term commitment to scaling your brand's unique voice." },
{ id: "2", title: "Can you handle enterprise projects?", content: "Yes, our 'The AUREM8 Partnership' tier is specifically designed for enterprise-level creative scaling." },
{ id: "3", title: "What is the turnaround for content?", content: "Depending on your chosen tier, production cycles range from 48 hours for rapid assets to 2-week sprints for full campaign rollouts." },
{ id: "4", title: "Do you offer consultation?", content: "Absolutely. Book a strategy session through our contact form to discuss your specific brand goals." },
{ id: "5", title: "Is content produced in-house?", content: "We utilize a hybrid model of internal master creators and vetted global production partners to ensure elite quality." },
{ id: "6", title: "How do I start?", content: "Select a tier that matches your current growth stage and book an initial strategy discovery session." }
{ id: "1", title: "How do I book a consultation?", content: "Consultations can be requested via our contact form. Our concierge will reach out to schedule a private discovery session." },
{ id: "2", title: "Are treatments customized?", content: "Yes, every AUREM8 service begins with a deep analysis of your goals, ensuring a bespoke protocol specifically for you." },
{ id: "3", title: "What is the cancellation policy?", content: "We require 48 hours notice for cancellations to ensure we can maintain our commitment to other clients." },
{ id: "4", title: "Can I purchase products directly?", content: "Yes, our core maintenance range is available for purchase directly through our concierge or during your appointment." },
{ id: "5", title: "What payment methods are accepted?", content: "We accept all major credit cards and wire transfers for enterprise-level partnerships and elite memberships." },
{ id: "6", title: "Is the studio private?", content: "Yes, our studio operates by appointment only to guarantee a serene and private environment for every client." }
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -220,14 +220,14 @@ export default function LandingPage() {
title="Begin Your Mastery"
description="Connect with our strategy team today to discuss elevating your brand with AUREM8."
inputs={[
{ name: "name", type: "text", placeholder: "Company Name", required: true },
{ name: "email", type: "email", placeholder: "your@email.com", required: true },
{ name: "role", type: "text", placeholder: "Your role", required: true },
{ name: "website", type: "text", placeholder: "Brand website", required: false }
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "service", type: "text", placeholder: "Interested Treatment", required: true },
{ name: "date", type: "date", placeholder: "Preferred Booking Date", required: false }
]}
textarea={{ name: "message", placeholder: "Tell us about your goals...", required: true }}
textarea={{ name: "message", placeholder: "Tell us about your beauty goals...", required: true }}
useInvertedBackground={false}
buttonText="Submit Inquiry"
buttonText="Submit Request"
mediaAnimation="slide-up"
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232284.jpg?_wi=2"
@@ -239,10 +239,10 @@ export default function LandingPage() {
<FooterLogoEmphasis
logoText="AUREM8"
columns={[
{ items: [{ label: "Shop", href: "#products" }, { label: "Our Craft", href: "#ingredients" }, { label: "Why AUREM8", href: "#metrics" }] },
{ items: [{ label: "Philosophy", href: "#" }, { label: "Careers", href: "#" }, { label: "Community", href: "#influencers" }] },
{ items: [{ label: "Care", href: "#" }, { label: "Contact", href: "#contact" }, { label: "FAQ", href: "#faq" }] },
{ items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }, { label: "Policy", href: "#" }] }
{ items: [{ label: "Collection", href: "#products" }, { label: "Our Craft", href: "#ingredients" }, { label: "Journal", href: "#blog" }] },
{ items: [{ label: "Booking", href: "#contact" }, { label: "FAQ", href: "#faq" }, { label: "Policy", href: "#" }] },
{ items: [{ label: "Instagram", href: "#" }, { label: "LinkedIn", href: "#" }, { label: "Twitter", href: "#" }] },
{ items: [{ label: "123 Luxury Ave", href: "#" }, { label: "info@aurem8.com", href: "mailto:info@aurem8.com" }, { label: "+1 (555) 000-8888", href: "tel:+15550008888" }] }
]}
/>
</div>