diff --git a/src/app/page.tsx b/src/app/page.tsx
index eeb2378..cbdafea 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,14 +28,10 @@ export default function LandingPage() {
@@ -43,15 +39,12 @@ export default function LandingPage() {
@@ -104,16 +86,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "1", name: "Elena V.", handle: "@elena_v", testimonial: "The attention to detail on the leather pieces is simply unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-shopping-together_23-2149273773.jpg"},
- {
- id: "2", name: "Marcus D.", handle: "@md_style", testimonial: "Aurelia embodies the perfect balance between minimal and luxury.", imageSrc: "http://img.b2bpic.net/free-photo/surprised-woman-looking-shoes_1139-516.jpg"},
- {
- id: "3", name: "Sophia L.", handle: "@sophia_luxury", testimonial: "My go-to brand for timeless, sophisticated accessories.", imageSrc: "http://img.b2bpic.net/free-photo/boutique-employee-providing-fashion-guidance-male-customer_482257-117992.jpg"},
- {
- id: "4", name: "Julian R.", handle: "@julian_r", testimonial: "Quality that truly speaks for itself. Absolute perfection.", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoy-shopping-mall_53876-165215.jpg"},
- {
- id: "5", name: "Camille B.", handle: "@camille_b", testimonial: "The fragrance collection is sublime. Aurelia has set a new standard.", imageSrc: "http://img.b2bpic.net/free-photo/couple-have-earned-little-relaxation_329181-20510.jpg"},
+ { id: "1", name: "Elena V.", handle: "@elena_v", testimonial: "The attention to detail on the leather pieces is simply unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-shopping-together_23-2149273773.jpg" },
+ { id: "2", name: "Marcus D.", handle: "@md_style", testimonial: "Aurelia embodies the perfect balance between minimal and luxury.", imageSrc: "http://img.b2bpic.net/free-photo/surprised-woman-looking-shoes_1139-516.jpg" },
+ { id: "3", name: "Sophia L.", handle: "@sophia_luxury", testimonial: "My go-to brand for timeless, sophisticated accessories.", imageSrc: "http://img.b2bpic.net/free-photo/boutique-employee-providing-fashion-guidance-male-customer_482257-117992.jpg" },
+ { id: "4", name: "Julian R.", handle: "@julian_r", testimonial: "Quality that truly speaks for itself. Absolute perfection.", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoy-shopping-mall_53876-165215.jpg" },
+ { id: "5", name: "Camille B.", handle: "@camille_b", testimonial: "The fragrance collection is sublime. Aurelia has set a new standard.", imageSrc: "http://img.b2bpic.net/free-photo/couple-have-earned-little-relaxation_329181-20510.jpg" },
]}
title="Patrons of Aurelia"
description="Hear from those who define elegance."
@@ -126,10 +103,8 @@ export default function LandingPage() {
title="Our Policy"
subtitle="Transparency in everything we do."
sections={[
- {
- heading: "Authenticity Guarantee", content: "Every item sold by Aurelia is guaranteed to be 100% authentic, sourced directly from our master artisans."},
- {
- heading: "Returns & Exchanges", content: "30-day return window. Original packaging required. Complimentary return shipping."},
+ { heading: "Authenticity Guarantee", content: [{ type: "text", text: "Every item sold by Aurelia is guaranteed to be 100% authentic, sourced directly from our master artisans." }] },
+ { heading: "Returns & Exchanges", content: [{ type: "text", text: "30-day return window. Original packaging required. Complimentary return shipping." }] },
]}
/>
@@ -139,30 +114,22 @@ export default function LandingPage() {
columns={[
{
title: "Shop", items: [
- {
- label: "All", href: "#products"},
- {
- label: "New Arrivals", href: "#"},
- {
- label: "Bestsellers", href: "#"},
+ { label: "All", href: "#products" },
+ { label: "New Arrivals", href: "#" },
+ { label: "Bestsellers", href: "#" },
],
},
{
title: "Support", items: [
- {
- label: "Shipping", href: "#"},
- {
- label: "Returns", href: "#"},
- {
- label: "Concierge", href: "#"},
+ { label: "Shipping", href: "#" },
+ { label: "Returns", href: "#" },
+ { label: "Concierge", href: "#" },
],
},
{
title: "Legal", items: [
- {
- label: "Privacy", href: "#"},
- {
- label: "Terms", href: "#"},
+ { label: "Privacy", href: "#" },
+ { label: "Terms", href: "#" },
],
},
]}