diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2339186..89cb836 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,51 +48,28 @@ export default function LandingPage() {
@@ -112,29 +81,19 @@ export default function LandingPage() {
metrics={[
{
icon: Award,
- label: "Professional Integrity",
- value: "100%",
- },
+ label: "Professional Integrity", value: "100%"},
{
icon: BookOpen,
- label: "Evidence-Based Knowledge",
- value: "Expert",
- },
+ label: "Evidence-Based Knowledge", value: "Expert"},
{
icon: Users,
- label: "Collaborative Network",
- value: "Global",
- },
+ label: "Collaborative Network", value: "Global"},
{
icon: GraduationCap,
- label: "Active Researchers",
- value: "500+",
- },
+ label: "Active Researchers", value: "500+"},
{
icon: Globe,
- label: "Countries Reached",
- value: "45",
- },
+ label: "Countries Reached", value: "45"},
]}
metricsAnimation="slide-up"
/>
@@ -147,41 +106,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Academic Excellence",
- description: "Organizing regular seminars, workshops, and high-level training programs for all dietetics personnel.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/specialist-researcher-woman-holding-vacutainer-with-infected-blood-working-biochemical-vaccine-against-coronavirus-global-pandemic-woman-specialist-analyzing-sample-hospital-laboratory_482257-32369.jpg",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/modern-clinic-reception-waiting-area-with-patients-wearing-face-mask-as-safety-precaution-against-coronavirus_482257-8527.jpg",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-girl-having-fun-with-chemistry-experiments_23-2148571315.jpg?_wi=2",
- imageAlt: "nutrition students laboratory",
+ title: "Academic Excellence", description: "Organizing regular seminars, workshops, and high-level training programs for all dietetics personnel.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/specialist-researcher-woman-holding-vacutainer-with-infected-blood-working-biochemical-vaccine-against-coronavirus-global-pandemic-woman-specialist-analyzing-sample-hospital-laboratory_482257-32369.jpg", imageAlt: "nutrition students laboratory" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/modern-clinic-reception-waiting-area-with-patients-wearing-face-mask-as-safety-precaution-against-coronavirus_482257-8527.jpg", imageAlt: "nutrition students laboratory" }
},
{
- title: "Research Innovation",
- description: "Promoting impactful research and publications that shape the future of nutritional sciences globally.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-pepper-chemicals-front-view_23-2148536495.jpg",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899436.jpg",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/group-happy-freelance-workers-talking-having-fun-lunch-break-office_637285-2588.jpg?_wi=2",
- imageAlt: "nutrition students laboratory",
+ title: "Research Innovation", description: "Promoting impactful research and publications that shape the future of nutritional sciences globally.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-pepper-chemicals-front-view_23-2148536495.jpg", imageAlt: "nutrition students laboratory" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899436.jpg", imageAlt: "nutrition students laboratory" }
},
{
- title: "Community Awareness",
- description: "Conducting extensive outreach to drive health literacy and responsible dietetic practice.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/talking-colleagues_1098-16853.jpg",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/rich-breakfast-table-with-variety-foods_114579-70059.jpg",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/water-stationery-set-conference-table_1262-3882.jpg?_wi=2",
- imageAlt: "nutrition students laboratory",
- },
+ title: "Community Awareness", description: "Conducting extensive outreach to drive health literacy and responsible dietetic practice.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/talking-colleagues_1098-16853.jpg", imageAlt: "nutrition students laboratory" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/rich-breakfast-table-with-variety-foods_114579-70059.jpg", imageAlt: "nutrition students laboratory" }
+ }
]}
showStepNumbers={true}
title="Core Objectives & Missions"
@@ -196,55 +131,28 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "student",
- badge: "Student",
- price: "Access",
- subtitle: "For Nutrition Students",
- buttons: [
+ id: "student", badge: "Student", price: "Access", subtitle: "For Nutrition Students", buttons: [
{
- text: "Register",
- href: "#contact",
- },
+ text: "Register", href: "#contact"},
],
features: [
- "Career Guidance",
- "Placement Support",
- "Skill Training",
- ],
+ "Career Guidance", "Placement Support", "Skill Training"],
},
{
- id: "professional",
- badge: "Professional",
- price: "Standard",
- subtitle: "For Registered Dietitians",
- buttons: [
+ id: "professional", badge: "Professional", price: "Standard", subtitle: "For Registered Dietitians", buttons: [
{
- text: "Register",
- href: "#contact",
- },
+ text: "Register", href: "#contact"},
],
features: [
- "Evidence-based access",
- "Research networking",
- "Policy representation",
- ],
+ "Evidence-based access", "Research networking", "Policy representation"],
},
{
- id: "associate",
- badge: "Associate",
- price: "Basic",
- subtitle: "For Health Advocates",
- buttons: [
+ id: "associate", badge: "Associate", price: "Basic", subtitle: "For Health Advocates", buttons: [
{
- text: "Register",
- href: "#contact",
- },
+ text: "Register", href: "#contact"},
],
features: [
- "Health camps",
- "Awareness drives",
- "Society updates",
- ],
+ "Health camps", "Awareness drives", "Society updates"],
},
]}
title="Membership Tiers"
@@ -259,25 +167,13 @@ export default function LandingPage() {
tag="Meet our dedicated experts"
members={[
{
- id: "m1",
- name: "Dr. Pooja Bhatt, President",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-work_23-2149485515.jpg",
- },
+ id: "m1", name: "Dr. Pooja Bhatt, President", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-work_23-2149485515.jpg"},
{
- id: "m2",
- name: "Dr. Nivedhika Rai Vaid, VP",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-economist_23-2150251723.jpg",
- },
+ id: "m2", name: "Dr. Nivedhika Rai Vaid, VP", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-economist_23-2150251723.jpg"},
{
- id: "m3",
- name: "Ms. Somyarki Upadhya, Sec.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-33428.jpg",
- },
+ id: "m3", name: "Ms. Somyarki Upadhya, Sec.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-33428.jpg"},
{
- id: "m4",
- name: "Dr. Abha Anand, Treasurer",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-posing_23-2149457709.jpg",
- },
+ id: "m4", name: "Dr. Abha Anand, Treasurer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-posing_23-2149457709.jpg"},
]}
memberVariant="card"
membersAnimation="slide-up"
@@ -291,53 +187,23 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Ananya S.",
- handle: "@ananya_nutri",
- testimonial: "SDP has completely transformed my career perspective as a student.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-woman-headband-holding-two-apples-looking-aside-with-pensive-expression-standing-pink-wall_141793-50224.jpg",
- },
+ id: "t1", name: "Ananya S.", handle: "@ananya_nutri", testimonial: "SDP has completely transformed my career perspective as a student.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-woman-headband-holding-two-apples-looking-aside-with-pensive-expression-standing-pink-wall_141793-50224.jpg"},
{
- id: "t2",
- name: "Vikram K.",
- handle: "@vikram_rd",
- testimonial: "The mentorship programs are world-class and deeply practical.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-holding-apple_23-2148332154.jpg",
- },
+ id: "t2", name: "Vikram K.", handle: "@vikram_rd", testimonial: "The mentorship programs are world-class and deeply practical.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-holding-apple_23-2148332154.jpg"},
{
- id: "t3",
- name: "Dr. Meera P.",
- handle: "@meera_science",
- testimonial: "Collaborating with peers on research projects is invaluable.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/community-meeting-social-distancing_23-2148686574.jpg",
- },
+ id: "t3", name: "Dr. Meera P.", handle: "@meera_science", testimonial: "Collaborating with peers on research projects is invaluable.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/community-meeting-social-distancing_23-2148686574.jpg"},
{
- id: "t4",
- name: "Rahul D.",
- handle: "@rahul_diet",
- testimonial: "Clear paths for career growth and constant learning opportunities.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-biting-delicious-apple_329181-13435.jpg",
- },
+ id: "t4", name: "Rahul D.", handle: "@rahul_diet", testimonial: "Clear paths for career growth and constant learning opportunities.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-biting-delicious-apple_329181-13435.jpg"},
{
- id: "t5",
- name: "Sunita J.",
- handle: "@sunita_health",
- testimonial: "Excellent community outreach and awareness initiatives.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6484.jpg",
- },
+ id: "t5", name: "Sunita J.", handle: "@sunita_health", testimonial: "Excellent community outreach and awareness initiatives.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6484.jpg"},
{
- id: "t6",
- name: "Priya M.",
- handle: "@priya_clinical",
- testimonial: "Essential professional body for ethical dietetic practice.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-doctor-with-tablet-mock-up_23-2148302128.jpg",
- },
+ id: "t6", name: "Priya M.", handle: "@priya_clinical", testimonial: "Essential professional body for ethical dietetic practice.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-doctor-with-tablet-mock-up_23-2148302128.jpg"},
]}
showRating={true}
title="Success Stories"
@@ -351,30 +217,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "Who can join the SDP?",
- content: "Membership is open to students, practicing dietitians, nutritionists, researchers, and health enthusiasts.",
- },
+ id: "f1", title: "Who can join the SDP?", content: "Membership is open to students, practicing dietitians, nutritionists, researchers, and health enthusiasts."},
{
- id: "f2",
- title: "What benefits do professionals get?",
- content: "We offer career guidance, placement support, research networking, and advocacy on professional standards.",
- },
+ id: "f2", title: "What benefits do professionals get?", content: "We offer career guidance, placement support, research networking, and advocacy on professional standards."},
{
- id: "f3",
- title: "How do I register for events?",
- content: "Keep an eye on our website event section; members receive early access and priority registration.",
- },
+ id: "f3", title: "How do I register for events?", content: "Keep an eye on our website event section; members receive early access and priority registration."},
{
- id: "f4",
- title: "Are there student scholarships?",
- content: "Yes, we offer various research grants and travel scholarships to active student members.",
- },
+ id: "f4", title: "Are there student scholarships?", content: "Yes, we offer various research grants and travel scholarships to active student members."},
{
- id: "f5",
- title: "Can I publish my research here?",
- content: "Yes, we encourage submissions to our journal and annual symposium, subject to peer review.",
- },
+ id: "f5", title: "Can I publish my research here?", content: "Yes, we encourage submissions to our journal and annual symposium, subject to peer review."},
]}
title="Common Questions"
description="Find quick answers regarding society membership, events, and training."
@@ -386,8 +237,7 @@ export default function LandingPage() {