From df3644a5ec89101ce55622dc15489fb795fafe90 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 31 May 2026 20:18:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 340 +++++++++++------------------------------------ 1 file changed, 74 insertions(+), 266 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbe1673..56469f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,29 +34,17 @@ export default function LandingPage() { @@ -65,43 +53,26 @@ export default function LandingPage() {
@@ -128,19 +99,13 @@ export default function LandingPage() { features={[ { icon: Sparkles, - title: "Unrivaled Purity", - description: "Sourced from the pristine waters of the Caspian Sea, our caviar undergoes rigorous quality control to ensure absolute freshness and pure flavor.", - }, + title: "Unrivaled Purity", description: "Sourced from the pristine waters of the Caspian Sea, our caviar undergoes rigorous quality control to ensure absolute freshness and pure flavor."}, { icon: Leaf, - title: "Sustainable Sourcing", - description: "We are deeply committed to ethical and sustainable practices, preserving the delicate ecosystem of the Caspian Sea for future generations.", - }, + title: "Sustainable Sourcing", description: "We are deeply committed to ethical and sustainable practices, preserving the delicate ecosystem of the Caspian Sea for future generations."}, { icon: Award, - title: "Hand-Selected Perfection", - description: "Every pearl is meticulously hand-selected by master artisans, guaranteeing consistent size, texture, and a burst of exquisite taste.", - }, + title: "Hand-Selected Perfection", description: "Every pearl is meticulously hand-selected by master artisans, guaranteeing consistent size, texture, and a burst of exquisite taste."}, ]} title="The MANSORY Difference" description="Experience the distinct qualities that set our Persian caviar apart. We blend timeless tradition with modern sophistication for an exquisite taste." @@ -149,58 +114,23 @@ export default function LandingPage() {
@@ -397,22 +240,14 @@ export default function LandingPage() { description="Our dedicated team is ready to assist you with bespoke orders, partnership inquiries, or any questions about our exquisite caviar. Connect with us." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Your Message", - rows: 4, + name: "message", placeholder: "Your Message", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/woman-listening-music-working_171337-15536.jpg" @@ -427,66 +262,39 @@ export default function LandingPage() {