diff --git a/src/app/page.tsx b/src/app/page.tsx
index d789bb3..2a210dd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,90 +30,62 @@ export default function LandingPage() {
@@ -140,41 +112,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Elite Essential",
- price: "$499",
- imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-quartz-prism-with-dark-shadow-white-background_23-2147949079.jpg",
- },
+ id: "1", name: "Elite Essential", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-quartz-prism-with-dark-shadow-white-background_23-2147949079.jpg"},
{
- id: "2",
- name: "Signature Tech",
- price: "$799",
- imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736854.jpg",
- },
+ id: "2", name: "Signature Tech", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736854.jpg"},
{
- id: "3",
- name: "Visionary Core",
- price: "$1,299",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722623.jpg",
- },
+ id: "3", name: "Visionary Core", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722623.jpg"},
{
- id: "4",
- name: "Modern Prism",
- price: "$349",
- imageSrc: "http://img.b2bpic.net/free-photo/shadow-strainer-with-organic-olives-white-background_23-2147853945.jpg",
- },
+ id: "4", name: "Modern Prism", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/shadow-strainer-with-organic-olives-white-background_23-2147853945.jpg"},
{
- id: "5",
- name: "Seamless Arc",
- price: "$599",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-using-massage-gun_23-2149407519.jpg",
- },
+ id: "5", name: "Seamless Arc", price: "$599", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-using-massage-gun_23-2149407519.jpg"},
{
- id: "6",
- name: "Infinite Edge",
- price: "$899",
- imageSrc: "http://img.b2bpic.net/free-photo/crystal-balls-with-purple-background_23-2150439133.jpg",
- },
+ id: "6", name: "Infinite Edge", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/crystal-balls-with-purple-background_23-2150439133.jpg"},
]}
title="Featured Collections"
description="Explore our latest range of premium tech-enhanced essentials designed for the modern lifestyle."
@@ -188,40 +136,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah Chen",
- handle: "@sarahchen",
- testimonial: "An incredible level of design sophistication. I use these products daily.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-blue-lights-visual-effects_23-2149419525.jpg",
- },
+ id: "1", name: "Sarah Chen", handle: "@sarahchen", testimonial: "An incredible level of design sophistication. I use these products daily.", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-blue-lights-visual-effects_23-2149419525.jpg"},
{
- id: "2",
- name: "James Wilson",
- handle: "@jwilson",
- testimonial: "The balance between function and form is simply unmatched globally.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705918.jpg",
- },
+ id: "2", name: "James Wilson", handle: "@jwilson", testimonial: "The balance between function and form is simply unmatched globally.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705918.jpg"},
{
- id: "3",
- name: "Elena Rodriguez",
- handle: "@erodriguez",
- testimonial: "Finally, a brand that truly understands the needs of modern consumers.",
- imageSrc: "http://img.b2bpic.net/free-photo/unshaven-executive-black-white_1098-1182.jpg",
- },
+ id: "3", name: "Elena Rodriguez", handle: "@erodriguez", testimonial: "Finally, a brand that truly understands the needs of modern consumers.", imageSrc: "http://img.b2bpic.net/free-photo/unshaven-executive-black-white_1098-1182.jpg"},
{
- id: "4",
- name: "Marcus Thorne",
- handle: "@mthorne",
- testimonial: "Stunning aesthetics, uncompromising quality. A true premium experience.",
- imageSrc: "http://img.b2bpic.net/free-photo/male-freelancer-using-computer-plan-financial-analysis-with-business-charts-statistics-working-online-network-economy-growth-office-employee-planning-growth-strategy-close-up_482257-40931.jpg",
- },
+ id: "4", name: "Marcus Thorne", handle: "@mthorne", testimonial: "Stunning aesthetics, uncompromising quality. A true premium experience.", imageSrc: "http://img.b2bpic.net/free-photo/male-freelancer-using-computer-plan-financial-analysis-with-business-charts-statistics-working-online-network-economy-growth-office-employee-planning-growth-strategy-close-up_482257-40931.jpg", imageAlt: "Marcus Thorne headshot"},
{
- id: "5",
- name: "Linda Wu",
- handle: "@lindawu",
- testimonial: "Every detail feels deliberate and perfect. Highly recommend to everyone.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-girl-white-blazer-does-positive-pose_114579-15697.jpg",
- },
+ id: "5", name: "Linda Wu", handle: "@lindawu", testimonial: "Every detail feels deliberate and perfect. Highly recommend to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-white-blazer-does-positive-pose_114579-15697.jpg"},
]}
title="Voices of Excellence"
description="Hear what our global community of enthusiasts has to say about the Elevate experience."
@@ -232,16 +155,13 @@ export default function LandingPage() {