diff --git a/src/app/page.tsx b/src/app/page.tsx
index c3bb8df..34d6638 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,19 +44,14 @@ export default function LandingPage() {
@@ -156,40 +105,15 @@ export default function LandingPage() {
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: "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: "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: "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: "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: "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."
@@ -203,21 +127,13 @@ export default function LandingPage() {
subtitle="Transparency in everything we do."
sections={[
{
- heading: "Authenticity Guarantee",
- content: {
- type: "paragraph",
- text: "Every item sold by Aurelia is guaranteed to be 100% authentic, sourced directly from our master artisans.",
- },
+ heading: "Authenticity Guarantee", content: {
+ text: "Every item sold by Aurelia is guaranteed to be 100% authentic, sourced directly from our master artisans."},
},
{
- heading: "Returns & Exchanges",
- content: {
- type: "list",
+ heading: "Returns & Exchanges", content: {
items: [
- "30-day return window",
- "Original packaging required",
- "Complimentary return shipping",
- ],
+ "30-day return window", "Original packaging required", "Complimentary return shipping"],
},
},
]}
@@ -228,50 +144,31 @@ export default function LandingPage() {