diff --git a/src/app/page.tsx b/src/app/page.tsx
index cecbbd3..0d03edc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -43,32 +43,12 @@ export default function LandingPage() {
@@ -76,9 +56,9 @@ export default function LandingPage() {
@@ -90,15 +70,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- { id: "1", brand: "Elyon", name: "Essential Carry", price: "$89", rating: 5, reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329671.jpg" },
- { id: "2", brand: "Elyon", name: "Modern Daily", price: "$125", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646447.jpg" },
- { id: "3", brand: "Elyon", name: "Signature Tool", price: "$55", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/snapshot-devices-notepad-glasses-apples-background-white-table_197531-25734.jpg" },
- { id: "4", brand: "Elyon", name: "Studio Case", price: "$72", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/top-view-small-shopping-cart-with-medical-masks_23-2148779109.jpg" },
- { id: "5", brand: "Elyon", name: "Traveler Kit", price: "$140", rating: 5, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg" },
- { id: "6", brand: "Elyon", name: "Minimalist Wallet", price: "$45", rating: 4, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dark-square-plates-with-empty-cup-dark-surface-cutlery-restaurant-lunch-color-coffee-plate-tea-drink_179666-19752.jpg" }
+ { id: "1", brand: "Elyon", name: "Signature Silk Collection", price: "$120", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329671.jpg" },
+ { id: "2", brand: "Elyon", name: "Professional Body Tools", price: "$85", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646447.jpg" },
+ { id: "3", brand: "Elyon", name: "Authentic Batana Oil", price: "$45", rating: 5, reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/snapshot-devices-notepad-glasses-apples-background-white-table_197531-25734.jpg" }
]}
- title="Featured Collection"
- description="Our latest handpicked items designed for your daily life."
+ title="Our Launch Collection"
+ description="Carefully selected products designed for your daily ritual."
/>
@@ -106,9 +83,9 @@ export default function LandingPage() {
@@ -116,14 +93,8 @@ export default function LandingPage() {
@@ -131,12 +102,12 @@ export default function LandingPage() {
@@ -147,15 +118,15 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- { id: "f1", title: "What is your shipping policy?", content: "We offer free shipping on all orders over $100." },
- { id: "f2", title: "Do you offer returns?", content: "Yes, we have a 30-day hassle-free return policy." },
- { id: "f3", title: "Is the warranty included?", content: "All our products come with a standard 12-month warranty." }
+ { id: "f1", title: "What makes Elyon special?", content: "We source only the finest raw ingredients and materials for our luxury lines." },
+ { id: "f2", title: "Launch Strategy?", content: "We are launching our inaugural collection worldwide this season." },
+ { id: "f3", title: "Shipping times?", content: "Global shipping is estimated at 3-5 business days for our launch products." }
]}
imageSrc="http://img.b2bpic.net/free-photo/round-particle-lines-futuristic-gradient-wallpaper_53876-97643.jpg"
- title="Frequently Asked Questions"
- description="Have questions? We've got answers."
+ title="Common Questions"
+ description="Learn more about our brand journey."
faqsAnimation="slide-up"
- imageAlt="modern information support abstract"
+ imageAlt="elyon brand faq"
mediaAnimation="blur-reveal"
/>
@@ -164,8 +135,8 @@ export default function LandingPage() {
@@ -179,4 +150,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file