diff --git a/src/app/page.tsx b/src/app/page.tsx
index a98527b..4b65783 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,29 +34,17 @@ export default function LandingPage() {
@@ -74,59 +60,31 @@ export default function LandingPage() {
@@ -407,47 +244,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Sleek Carbon Watch",
- price: "$299",
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sexy-woman-tropical-garden-summer-vacation-thailand-slim-skinny-tanned-body-little-black-dress-with-lace-sensual-relaxed-holding-flower-hand-close-up-details_285396-6234.jpg",
- imageAlt: "Sleek minimalist carbon fiber watch",
- },
+ id: "1", name: "Sleek Carbon Watch", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sexy-woman-tropical-garden-summer-vacation-thailand-slim-skinny-tanned-body-little-black-dress-with-lace-sensual-relaxed-holding-flower-hand-close-up-details_285396-6234.jpg", imageAlt: "Sleek minimalist carbon fiber watch"},
{
- id: "2",
- name: "Minimalist Phone Case",
- price: "$49",
- imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074267.jpg",
- imageAlt: "Minimalist phone case for modern smartphones",
- },
+ id: "2", name: "Minimalist Phone Case", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074267.jpg", imageAlt: "Minimalist phone case for modern smartphones"},
{
- id: "3",
- name: "Noise-Cancelling Earbuds",
- price: "$189",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-black-headphones-wooden-ball_181624-3258.jpg",
- imageAlt: "High-fidelity noise-cancelling earbuds",
- },
+ id: "3", name: "Noise-Cancelling Earbuds", price: "$189", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-black-headphones-wooden-ball_181624-3258.jpg", imageAlt: "High-fidelity noise-cancelling earbuds"},
{
- id: "4",
- name: "Premium Leather Wallet",
- price: "$120",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-school-supplies-dark-surface_179666-47001.jpg",
- imageAlt: "Premium minimalist leather wallet",
- },
+ id: "4", name: "Premium Leather Wallet", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-school-supplies-dark-surface_179666-47001.jpg", imageAlt: "Premium minimalist leather wallet"},
{
- id: "5",
- name: "Urban Tech Backpack",
- price: "$249",
- imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-male-wearing-grey-brown-rucksack_181624-19208.jpg",
- imageAlt: "Urban tech backpack for modern explorers",
- },
+ id: "5", name: "Urban Tech Backpack", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-male-wearing-grey-brown-rucksack_181624-19208.jpg", imageAlt: "Urban tech backpack for modern explorers"},
{
- id: "6",
- name: "Designer Sunglasses",
- price: "$160",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-swimwear-isolated-studio-background_1303-31162.jpg",
- imageAlt: "Designer sunglasses with sleek frame",
- },
+ id: "6", name: "Designer Sunglasses", price: "$160", imageSrc: "http://img.b2bpic.net/free-photo/woman-swimwear-isolated-studio-background_1303-31162.jpg", imageAlt: "Designer sunglasses with sleek frame"},
]}
title="The Lookbook"
description="Explore our curated collection of essentials designed to complement your sophisticated lifestyle. Quality, function, and aesthetic converge."
@@ -460,30 +267,15 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "1",
- title: "What is the core philosophy of Lifestyle?",
- content: "Lifestyle champions conscious living, creative expression, and community growth. We believe in empowering individuals to define their unique path and make impactful choices.",
- },
+ id: "1", title: "What is the core philosophy of Lifestyle?", content: "Lifestyle champions conscious living, creative expression, and community growth. We believe in empowering individuals to define their unique path and make impactful choices."},
{
- id: "2",
- title: "Who is the Lifestyle brand for?",
- content: "Our brand resonates deeply with Gen-Z and Millennial audiences who value authenticity, modern aesthetics, and personal development in every aspect of their lives.",
- },
+ id: "2", title: "Who is the Lifestyle brand for?", content: "Our brand resonates deeply with Gen-Z and Millennial audiences who value authenticity, modern aesthetics, and personal development in every aspect of their lives."},
{
- id: "3",
- title: "How can I get involved with the Lifestyle community?",
- content: "Join our newsletter for exclusive updates, follow us on social media, and participate in our online forums and events to connect with like-minded individuals.",
- },
+ id: "3", title: "How can I get involved with the Lifestyle community?", content: "Join our newsletter for exclusive updates, follow us on social media, and participate in our online forums and events to connect with like-minded individuals."},
{
- id: "4",
- title: "Are your products sustainably sourced?",
- content: "Sustainability is a core value. We prioritize ethically sourced materials and responsible manufacturing practices across our entire product range to minimize environmental impact.",
- },
+ id: "4", title: "Are your products sustainably sourced?", content: "Sustainability is a core value. We prioritize ethically sourced materials and responsible manufacturing practices across our entire product range to minimize environmental impact."},
{
- id: "5",
- title: "Do you offer international shipping?",
- content: "Yes, we offer worldwide shipping. Please check our shipping policy page for detailed information on rates, delivery times, and eligible countries.",
- },
+ id: "5", title: "Do you offer international shipping?", content: "Yes, we offer worldwide shipping. Please check our shipping policy page for detailed information on rates, delivery times, and eligible countries."},
]}
title="Your Journey, Answered"
description="Have questions about the Lifestyle movement, our philosophy, or products? Find clarity and insights here."
@@ -495,8 +287,7 @@ export default function LandingPage() {