Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-09 08:40:39 +00:00
7 changed files with 1390 additions and 23 deletions

View File

@@ -115,7 +115,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/two-colored-plant-leaves_23-2147810794.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-colored-plant-leaves_23-2147810794.jpg?_wi=3"
imageAlt="Herbal wellness footer"
logoText="MSR HerbXtracts"
copyrightText="© 2025 MSR HerbXtracts. Pure Plant Power for Natural Healing."

View File

@@ -22,7 +22,7 @@ export default function BlogPage() {
category: "Health Benefits",
title: "Benefits of Moringa for Natural Energy & Nutrition",
excerpt: "Explore how moringa leaf powder supports immune health, energy levels, and overall wellness with 90+ essential nutrients.",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-popcorn-candy-glass-apple-juice-single-apple-wrapped-wase-with-decorative-plant-marble-background-high-quality-photo_114579-77742.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-popcorn-candy-glass-apple-juice-single-apple-wrapped-wase-with-decorative-plant-marble-background-high-quality-photo_114579-77742.jpg?_wi=2",
imageAlt: "moringa superfood nutrition health benefits",
authorName: "Dr. Ayush Patel",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg",
@@ -33,7 +33,7 @@ export default function BlogPage() {
category: "Skincare",
title: "Natural Skin Care with Pure Neem Oil",
excerpt: "Discover the centuries-old tradition of neem oil skincare and how it naturally supports clear, radiant skin.",
imageSrc: "http://img.b2bpic.net/free-photo/cbd-treatment-arrangement-still-life_23-2151160276.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cbd-treatment-arrangement-still-life_23-2151160276.jpg?_wi=2",
imageAlt: "neem leaf skincare natural beauty routine",
authorName: "Priya Wellness",
authorAvatar: "http://img.b2bpic.net/free-photo/gardener_23-2148013523.jpg",
@@ -44,7 +44,7 @@ export default function BlogPage() {
category: "Hair Health",
title: "Herbal Remedies for Natural Hair Growth",
excerpt: "Traditional Ayurvedic herbs that naturally strengthen hair roots and promote healthy, vibrant hair growth.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-outdoors-with-flower-hair_23-2148629792.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-outdoors-with-flower-hair_23-2148629792.jpg?_wi=2",
imageAlt: "herbal hair growth natural remedies",
authorName: "Rajesh Herbal",
authorAvatar: "http://img.b2bpic.net/free-photo/top-view-fresh-fruits-with-candies_140725-57614.jpg",
@@ -128,7 +128,7 @@ export default function BlogPage() {
description="Subscribe to receive exclusive wellness tips, new product launches, and natural health insights delivered to your inbox."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-vector/mother-earth-day-instagram-stories-collection_23-2148887341.jpg"
imageSrc="http://img.b2bpic.net/free-vector/mother-earth-day-instagram-stories-collection_23-2148887341.jpg?_wi=3"
imageAlt="wellness newsletter subscription natural health"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -141,7 +141,7 @@ export default function BlogPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/two-colored-plant-leaves_23-2147810794.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-colored-plant-leaves_23-2147810794.jpg?_wi=5"
imageAlt="herbal garden natural plants wellness"
columns={footerColumns}
logoText="MSR HerbXtracts"

View File

@@ -22,7 +22,7 @@ export default function ContactPage() {
category: "Health Benefits",
title: "Benefits of Moringa for Natural Energy & Nutrition",
excerpt: "Explore how moringa leaf powder supports immune health, energy levels, and overall wellness with 90+ essential nutrients.",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-popcorn-candy-glass-apple-juice-single-apple-wrapped-wase-with-decorative-plant-marble-background-high-quality-photo_114579-77742.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-popcorn-candy-glass-apple-juice-single-apple-wrapped-wase-with-decorative-plant-marble-background-high-quality-photo_114579-77742.jpg?_wi=3",
imageAlt: "moringa superfood nutrition health benefits",
authorName: "Dr. Ayush Patel",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg",
@@ -33,7 +33,7 @@ export default function ContactPage() {
category: "Skincare",
title: "Natural Skin Care with Pure Neem Oil",
excerpt: "Discover the centuries-old tradition of neem oil skincare and how it naturally supports clear, radiant skin.",
imageSrc: "http://img.b2bpic.net/free-photo/cbd-treatment-arrangement-still-life_23-2151160276.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cbd-treatment-arrangement-still-life_23-2151160276.jpg?_wi=3",
imageAlt: "neem leaf skincare natural beauty routine",
authorName: "Priya Wellness",
authorAvatar: "http://img.b2bpic.net/free-photo/gardener_23-2148013523.jpg",
@@ -130,7 +130,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/two-colored-plant-leaves_23-2147810794.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-colored-plant-leaves_23-2147810794.jpg?_wi=6"
imageAlt="herbal garden natural plants wellness"
columns={footerColumns}
logoText="MSR HerbXtracts"

File diff suppressed because it is too large Load Diff

View File

@@ -242,7 +242,7 @@ export default function HomePage() {
excerpt:
"Explore how moringa leaf powder supports immune health, energy levels, and overall wellness with 90+ essential nutrients.",
imageSrc:
"http://img.b2bpic.net/free-photo/bowl-popcorn-candy-glass-apple-juice-single-apple-wrapped-wase-with-decorative-plant-marble-background-high-quality-photo_114579-77742.jpg",
"http://img.b2bpic.net/free-photo/bowl-popcorn-candy-glass-apple-juice-single-apple-wrapped-wase-with-decorative-plant-marble-background-high-quality-photo_114579-77742.jpg?_wi=1",
authorName: "Dr. Ayush Patel",
authorAvatar:
"http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg",
@@ -255,7 +255,7 @@ export default function HomePage() {
excerpt:
"Discover the centuries-old tradition of neem oil skincare and how it naturally supports clear, radiant skin.",
imageSrc:
"http://img.b2bpic.net/free-photo/cbd-treatment-arrangement-still-life_23-2151160276.jpg",
"http://img.b2bpic.net/free-photo/cbd-treatment-arrangement-still-life_23-2151160276.jpg?_wi=1",
authorName: "Priya Wellness",
authorAvatar:
"http://img.b2bpic.net/free-photo/gardener_23-2148013523.jpg",
@@ -268,7 +268,7 @@ export default function HomePage() {
excerpt:
"Traditional Ayurvedic herbs that naturally strengthen hair roots and promote healthy, vibrant hair growth.",
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-beautiful-woman-outdoors-with-flower-hair_23-2148629792.jpg",
"http://img.b2bpic.net/free-photo/front-view-beautiful-woman-outdoors-with-flower-hair_23-2148629792.jpg?_wi=1",
authorName: "Rajesh Herbal",
authorAvatar:
"http://img.b2bpic.net/free-photo/top-view-fresh-fruits-with-candies_140725-57614.jpg",
@@ -290,7 +290,7 @@ export default function HomePage() {
description="Subscribe to receive exclusive wellness tips, new product launches, and natural health insights delivered to your inbox."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-vector/mother-earth-day-instagram-stories-collection_23-2148887341.jpg"
imageSrc="http://img.b2bpic.net/free-vector/mother-earth-day-instagram-stories-collection_23-2148887341.jpg?_wi=1"
imageAlt="Wellness newsletter"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -303,7 +303,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/two-colored-plant-leaves_23-2147810794.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-colored-plant-leaves_23-2147810794.jpg?_wi=1"
imageAlt="Herbal wellness footer"
logoText="MSR HerbXtracts"
copyrightText="© 2025 MSR HerbXtracts. Pure Plant Power for Natural Healing."

View File

@@ -46,7 +46,7 @@ export default function ProductPage() {
id: "neem-oil",
name: "Neem Oil - 100% Pure Cold-Pressed",
price: "$28.99",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721409.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721409.jpg?_wi=2",
imageAlt: "Pure neem oil bottle",
initialQuantity: 1,
},
@@ -54,7 +54,7 @@ export default function ProductPage() {
id: "moringa-powder",
name: "Moringa Leaf Powder - Superfood",
price: "$22.99",
imageSrc: "http://img.b2bpic.net/free-photo/floral-background-with-cocoa_23-2147730170.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/floral-background-with-cocoa_23-2147730170.jpg?_wi=2",
imageAlt: "Moringa leaf powder",
initialQuantity: 1,
},
@@ -62,7 +62,7 @@ export default function ProductPage() {
id: "achyranthes-powder",
name: "Achyranthes Aspera - Detox Powder",
price: "$19.99",
imageSrc: "http://img.b2bpic.net/free-photo/spices-around-spilled-powder_23-2147894682.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spices-around-spilled-powder_23-2147894682.jpg?_wi=2",
imageAlt: "Achyranthes aspera traditional powder",
initialQuantity: 1,
},
@@ -126,7 +126,7 @@ export default function ProductPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/two-colored-plant-leaves_23-2147810794.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-colored-plant-leaves_23-2147810794.jpg?_wi=4"
imageAlt="Herbal wellness footer"
logoText="MSR HerbXtracts"
copyrightText="© 2025 MSR HerbXtracts. Pure Plant Power for Natural Healing."

View File

@@ -82,7 +82,7 @@ export default function ShopPage() {
name: "Neem Oil - 100% Pure Cold-Pressed",
price: "$28.99",
imageSrc:
"http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721409.jpg",
"http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721409.jpg?_wi=1",
imageAlt: "Pure neem oil bottle",
initialQuantity: 1,
},
@@ -91,7 +91,7 @@ export default function ShopPage() {
name: "Moringa Leaf Powder - Superfood",
price: "$22.99",
imageSrc:
"http://img.b2bpic.net/free-photo/floral-background-with-cocoa_23-2147730170.jpg",
"http://img.b2bpic.net/free-photo/floral-background-with-cocoa_23-2147730170.jpg?_wi=1",
imageAlt: "Moringa leaf powder",
initialQuantity: 1,
},
@@ -100,7 +100,7 @@ export default function ShopPage() {
name: "Achyranthes Aspera - Detox Powder",
price: "$19.99",
imageSrc:
"http://img.b2bpic.net/free-photo/spices-around-spilled-powder_23-2147894682.jpg",
"http://img.b2bpic.net/free-photo/spices-around-spilled-powder_23-2147894682.jpg?_wi=1",
imageAlt: "Achyranthes aspera traditional powder",
initialQuantity: 1,
},
@@ -121,7 +121,7 @@ export default function ShopPage() {
description="Subscribe to receive exclusive wellness tips, new product launches, and natural health insights delivered to your inbox."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-vector/mother-earth-day-instagram-stories-collection_23-2148887341.jpg"
imageSrc="http://img.b2bpic.net/free-vector/mother-earth-day-instagram-stories-collection_23-2148887341.jpg?_wi=2"
imageAlt="Wellness newsletter"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -134,7 +134,7 @@ export default function ShopPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/two-colored-plant-leaves_23-2147810794.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-colored-plant-leaves_23-2147810794.jpg?_wi=2"
imageAlt="Herbal wellness footer"
logoText="MSR HerbXtracts"
copyrightText="© 2025 MSR HerbXtracts. Pure Plant Power for Natural Healing."