diff --git a/src/app/page.tsx b/src/app/page.tsx
index 93aaa6f..b973372 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,32 +47,15 @@ export default function LandingPage() {
@@ -200,40 +134,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Alice M.",
- handle: "@alice.hair",
- testimonial: "Clear changed my hair game. No more flakes, just shine.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-yellow-top-posing-with-hand_23-2148364941.jpg",
- },
+ id: "1", name: "Alice M.", handle: "@alice.hair", testimonial: "Clear changed my hair game. No more flakes, just shine.", imageSrc: "http://img.b2bpic.net/free-photo/woman-yellow-top-posing-with-hand_23-2148364941.jpg"},
{
- id: "2",
- name: "Mark D.",
- handle: "@mark_d",
- testimonial: "The cooling sensation is addictive. Excellent scalp care.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-girl-with-blond-hair_633478-12.jpg",
- },
+ id: "2", name: "Mark D.", handle: "@mark_d", testimonial: "The cooling sensation is addictive. Excellent scalp care.", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-girl-with-blond-hair_633478-12.jpg"},
{
- id: "3",
- name: "Sarah P.",
- handle: "@sp.beauty",
- testimonial: "My scalp feels rejuvenated and clean every single day.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-beautiful-green-eyes_23-2149457567.jpg",
- },
+ id: "3", name: "Sarah P.", handle: "@sp.beauty", testimonial: "My scalp feels rejuvenated and clean every single day.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-beautiful-green-eyes_23-2149457567.jpg"},
{
- id: "4",
- name: "David L.",
- handle: "@dave.l",
- testimonial: "Finally found a product that actually works as advertised.",
- imageSrc: "http://img.b2bpic.net/free-photo/office-strict-style-blond-girl-with-beautiful-wavy-hair-green-stylish-office-jacket-friendly-smiling-with-restraint-looks-camera-isolate-gray-background_132075-11493.jpg",
- },
+ id: "4", name: "David L.", handle: "@dave.l", testimonial: "Finally found a product that actually works as advertised.", imageSrc: "http://img.b2bpic.net/free-photo/office-strict-style-blond-girl-with-beautiful-wavy-hair-green-stylish-office-jacket-friendly-smiling-with-restraint-looks-camera-isolate-gray-background_132075-11493.jpg"},
{
- id: "5",
- name: "Elena R.",
- handle: "@elena.r",
- testimonial: "Unbeatable shine and protection. Truly a professional formula.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-teen-playing-with-her-hair_1149-771.jpg",
- },
+ id: "5", name: "Elena R.", handle: "@elena.r", testimonial: "Unbeatable shine and protection. Truly a professional formula.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-teen-playing-with-her-hair_1149-771.jpg"},
]}
title="Hear the Transformation"
description="Stories from those who regained confidence."
@@ -246,20 +155,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1",
- title: "How often should I use it?",
- content: "Daily usage is recommended for best dandruff control.",
- },
+ id: "f1", title: "How often should I use it?", content: "Daily usage is recommended for best dandruff control."},
{
- id: "f2",
- title: "Is it safe for color-treated hair?",
- content: "Yes, our formula is gentle on color-treated strands.",
- },
+ id: "f2", title: "Is it safe for color-treated hair?", content: "Yes, our formula is gentle on color-treated strands."},
{
- id: "f3",
- title: "What makes it different?",
- content: "Our targeted molecule delivery system is unique in the market.",
- },
+ id: "f3", title: "What makes it different?", content: "Our targeted molecule delivery system is unique in the market."},
]}
title="Common Questions"
description="Everything you need to know about Clear."
@@ -271,8 +171,7 @@ export default function LandingPage() {