Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-04 06:13:21 +00:00

View File

@@ -44,7 +44,7 @@ export default function ContactPage() {
description="Have questions about our products or services? Contact our friendly team and we'll get back to you as soon as possible. Your feedback helps us improve and serve you better."
background={{ variant: "downward-rays-static" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg"
imageAlt="Contact GlowAura"
mediaPosition="right"
inputPlaceholder="your@email.com"
@@ -60,7 +60,7 @@ export default function ContactPage() {
tag="Support Options"
textboxLayout="default"
useInvertedBackground={false}
names={["Email Support", "Live Chat", "Phone Support", "Social Media", "Visit Our Store", "Schedule Consultation"]
names={["Email Support", "Live Chat", "Phone Support", "Social Media", "Visit Our Store", "Schedule Consultation"]}
showCard={true}
speed={40}
/>
@@ -70,8 +70,7 @@ export default function ContactPage() {
<FooterBaseReveal
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "Women's Collection", href: "/womens" },
{ label: "Men's Collection", href: "/mens" },
{ label: "All Products", href: "/shop" },
@@ -79,8 +78,7 @@ export default function ContactPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Story", href: "/about" },
{ label: "Careers", href: "#" },
@@ -88,8 +86,7 @@ export default function ContactPage() {
]
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Privacy Policy", href: "#" },