Update src/app/faq/page.tsx

This commit is contained in:
2026-03-04 07:12:15 +00:00
parent 0817706b20
commit ab7e6bfd39

View File

@@ -20,8 +20,7 @@ export default function FAQPage() {
const footerColumns = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "All Products", href: "/products" },
{ label: "Facial Skincare", href: "/products" },
{ label: "Hair & Body", href: "/products" },
@@ -29,8 +28,7 @@ export default function FAQPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Story", href: "/about" },
{ label: "Shipping & Returns", href: "/faq" },
@@ -38,8 +36,7 @@ export default function FAQPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Customer Reviews", href: "/reviews" },
{ label: "FAQ", href: "/faq" },
{ label: "Contact", href: "/contact" },
@@ -55,7 +52,7 @@ export default function FAQPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="largeSmallSizeMediumTitles"
background="blurBottom"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
@@ -66,9 +63,7 @@ export default function FAQPage() {
brandName="Herbs By Ceylon"
navItems={navItems}
button={{
text: "Shop Now",
href: "/products",
}}
text: "Shop Now", href: "/products"}}
/>
</div>
@@ -78,7 +73,7 @@ export default function FAQPage() {
description="Find answers to common questions about our products, shipping, ingredients, and more. Our commitment is to transparency and customer satisfaction. If you don't find what you're looking for, please reach out to our team."
tag="Help Center"
tagIcon={HelpCircle}
imageSrc="http://img.b2bpic.net/free-photo/set-ginger-slices-ginger-powder-bowl-wood-stub-dark-textured-background-high-angle-view-space-text_176474-1721.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/set-ginger-slices-ginger-powder-bowl-wood-stub-dark-textured-background-high-angle-view-space-text_176474-1721.jpg"
imageAlt="Premium Ayurvedic ingredients"
buttons={[{ text: "Contact Support", href: "/contact" }]}
useInvertedBackground={false}
@@ -91,22 +86,13 @@ export default function FAQPage() {
description="Essential details about our shipping and customer service"
metrics={[
{
id: "1",
value: "2-5 Days",
description: "Typical Shipping Time",
},
id: "1", value: "2-5 Days", description: "Typical Shipping Time"},
{
id: "2",
value: "30 Days",
description: "Money-Back Guarantee",
},
id: "2", value: "30 Days", description: "Money-Back Guarantee"},
{
id: "3",
value: "24/7",
description: "Email Support Available",
},
id: "3", value: "24/7", description: "Email Support Available"},
]}
gridVariant="three-columns-all-equal-width"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}