diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7e9b822..5c8830b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,23 +29,19 @@ export default function LandingPage() {
@@ -53,126 +49,38 @@ export default function LandingPage() {
@@ -227,49 +117,18 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Alex R.",
- handle: "@alex",
- testimonial: "Exceptional service and product quality.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfgXgOZjNcBwuHKFTIpZ1e1Q35/portrait-of-a-happy-customer-using-a-mod-1774885627776-73fc1fc2.png?_wi=1",
+ id: "t1", name: "Sofia L.", handle: "@sofiascents", testimonial: "The Oud Essence is absolutely captivating. I get compliments all day.", rating: 5,
},
{
- id: "t2",
- name: "Sarah K.",
- handle: "@sarahk",
- testimonial: "Changed my mobile experience entirely.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfgXgOZjNcBwuHKFTIpZ1e1Q35/portrait-of-a-tech-enthusiast-holding-a--1774885627530-40fe33a7.png",
+ id: "t2", name: "Marcus R.", handle: "@mrcs", testimonial: "A masterful blend that feels sophisticated and timeless.", rating: 5,
},
{
- id: "t3",
- name: "David M.",
- handle: "@dm",
- testimonial: "Lightning fast shipping and great support.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfgXgOZjNcBwuHKFTIpZ1e1Q35/a-business-professional-looking-at-their-1774885627243-b3f841aa.png",
- },
- {
- id: "t4",
- name: "Linda P.",
- handle: "@linda",
- testimonial: "Best tech investment I've made lately.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfgXgOZjNcBwuHKFTIpZ1e1Q35/a-creative-professional-interacting-with-1774885627467-d38d50f1.png",
- },
- {
- id: "t5",
- name: "Kevin T.",
- handle: "@kev",
- testimonial: "The build quality is outstanding. Feels very premium.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfgXgOZjNcBwuHKFTIpZ1e1Q35/portrait-of-a-happy-customer-using-a-mod-1774885627776-73fc1fc2.png?_wi=2",
+ id: "t3", name: "Elena W.", handle: "@elena_w", testimonial: "Finally found a brand that values quality over quantity.", rating: 5,
},
]}
showRating={true}
- title="Voices of Our Community"
- description="See why thousands trust MobileHub for their tech needs."
+ title="What Clients Say"
+ description="Hear from perfume enthusiasts around the globe."
/>
@@ -279,25 +138,16 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "Do you offer international shipping?",
- content: "Yes, we ship to over 50 countries worldwide with secure packaging.",
- },
+ id: "f1", title: "How should I store my perfume?", content: "Store in a cool, dry place away from direct sunlight to preserve the fragrance notes."},
{
- id: "f2",
- title: "What is the return policy?",
- content: "We offer a 30-day money-back guarantee for all unused items.",
- },
+ id: "f2", title: "Are your perfumes cruelty-free?", content: "Yes, we are 100% committed to ethical sourcing and cruelty-free practices."},
{
- id: "f3",
- title: "Are these devices unlocked?",
- content: "Yes, all our phones come factory unlocked for any carrier.",
- },
+ id: "f3", title: "Do you provide sample sets?", content: "Yes, we offer discovery kits featuring samples of our entire collection."},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfgXgOZjNcBwuHKFTIpZ1e1Q35/tech-support-professional-helping-with-a-1774885627694-e4880659.png"
mediaAnimation="slide-up"
- title="Common Questions"
- description="Everything you need to know about our devices and shipping."
+ title="Perfume FAQ"
+ description="Answers to your questions about finding your next signature fragrance."
faqsAnimation="blur-reveal"
/>
@@ -306,37 +156,35 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file