diff --git a/src/app/page.tsx b/src/app/page.tsx
index ea56fe2..35dda67 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
@@ -48,71 +42,36 @@ export default function LandingPage() {
@@ -120,23 +79,18 @@ export default function LandingPage() {
@@ -149,23 +103,14 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Our Impact"
- description="Measuring our footprint one garment at a time."
+ description="Measuring our footprint one garment at a time with secure data tracking."
metrics={[
{
- id: "m1",
- value: "100%",
- description: "Sustainable Materials",
- },
+ id: "m1", value: "100%", description: "Sustainable Materials"},
{
- id: "m2",
- value: "5k+",
- description: "Happy Clients",
- },
+ id: "m2", value: "5k+", description: "Happy Clients"},
{
- id: "m3",
- value: "20",
- description: "Artisan Partnerships",
- },
+ id: "m3", value: "20", description: "Artisan Partnerships"},
]}
/>
@@ -175,18 +120,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
title="Frequently Asked"
- description="Everything you need to know."
+ description="Everything you need to know about our services and secure account features."
faqs={[
{
- id: "f1",
- title: "Shipping time?",
- content: "3-5 business days.",
- },
+ id: "f1", title: "How secure is my data?", content: "We use industry-standard encryption for all user data and login credentials."},
{
- id: "f2",
- title: "Return policy?",
- content: "Free returns within 30 days.",
- },
+ id: "f2", title: "Shipping time?", content: "3-5 business days."},
]}
faqsAnimation="slide-up"
/>
@@ -198,24 +137,16 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
title="Why Nisha?"
- description="Experience superior quality and design."
+ description="Experience superior quality, timeless design, and a modern digital experience."
features={[
{
- id: "f1",
- title: "Comfort",
- descriptions: [
- "Softest fabrics for all day wear.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg",
- },
+ id: "f1", title: "Real-time Account Access", descriptions: [
+ "Access your order history and preferences instantly."],
+ imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg"},
{
- id: "f2",
- title: "Durability",
- descriptions: [
- "Designed to last years, not months.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2701.jpg",
- },
+ id: "f2", title: "Secure Data Storage", descriptions: [
+ "Your personal data is encrypted and stored safely."],
+ imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2701.jpg"},
]}
/>
@@ -224,29 +155,19 @@ export default function LandingPage() {