Merge version_1 into main #2
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/products" },
|
||||
{ label: "Facial Skincare", href: "/products" },
|
||||
{ label: "Hair & Body", href: "/products" },
|
||||
@@ -29,8 +28,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Shipping & Returns", href: "/faq" },
|
||||
@@ -38,8 +36,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Customer Reviews", href: "/reviews" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -55,7 +52,7 @@ export default function AboutPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -66,9 +63,7 @@ export default function AboutPage() {
|
||||
brandName="Herbs By Ceylon"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/products",
|
||||
}}
|
||||
text: "Shop Now", href: "/products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,7 +73,7 @@ export default function AboutPage() {
|
||||
description="Founded in 2020, Herbs By Ceylon emerged from a passion to share Sri Lanka's ancient Ayurvedic wisdom with the modern world. We believe that luxury skincare should be transparent, natural, and deeply rooted in tradition. Every product we create honors centuries of botanical knowledge while embracing cutting-edge cosmetic science."
|
||||
tag="Our Heritage"
|
||||
tagIcon={Sprout}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/set-ginger-slices-ginger-powder-bowl-wood-stub-dark-textured-background-high-angle-view-space-text_176474-1721.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/set-ginger-slices-ginger-powder-bowl-wood-stub-dark-textured-background-high-angle-view-space-text_176474-1721.jpg"
|
||||
imageAlt="Fresh Ayurvedic ingredients including turmeric, amla, and herbs"
|
||||
buttons={[{ text: "Explore Products", href: "/products" }]}
|
||||
useInvertedBackground={false}
|
||||
@@ -91,22 +86,13 @@ export default function AboutPage() {
|
||||
description="The principles that guide everything we create"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100%",
|
||||
description: "Ingredient Transparency",
|
||||
},
|
||||
id: "1", value: "100%", description: "Ingredient Transparency"},
|
||||
{
|
||||
id: "2",
|
||||
value: "Handcrafted",
|
||||
description: "Every Batch with Care",
|
||||
},
|
||||
id: "2", value: "Handcrafted", description: "Every Batch with Care"},
|
||||
{
|
||||
id: "3",
|
||||
value: "Sustainable",
|
||||
description: "Ethical Sourcing & Packaging",
|
||||
},
|
||||
id: "3", value: "Sustainable", description: "Ethical Sourcing & Packaging"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/products" },
|
||||
{ label: "Facial Skincare", href: "/products" },
|
||||
{ label: "Hair & Body", href: "/products" },
|
||||
@@ -28,8 +27,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Shipping & Returns", href: "/faq" },
|
||||
@@ -37,8 +35,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Customer Reviews", href: "/reviews" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -54,7 +51,7 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -65,9 +62,7 @@ export default function ContactPage() {
|
||||
brandName="Herbs By Ceylon"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/products",
|
||||
}}
|
||||
text: "Shop Now", href: "/products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,22 +85,13 @@ export default function ContactPage() {
|
||||
description="Multiple ways to connect with our customer support team"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "24/7",
|
||||
description: "Email Support",
|
||||
},
|
||||
id: "1", value: "24/7", description: "Email Support"},
|
||||
{
|
||||
id: "2",
|
||||
value: "Instant",
|
||||
description: "WhatsApp Messaging",
|
||||
},
|
||||
id: "2", value: "Instant", description: "WhatsApp Messaging"},
|
||||
{
|
||||
id: "3",
|
||||
value: "1 Hour",
|
||||
description: "Average Response Time",
|
||||
},
|
||||
id: "3", value: "1 Hour", description: "Average Response Time"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -117,13 +103,7 @@ export default function ContactPage() {
|
||||
title="Connect With Our Community"
|
||||
description="Follow us on social media for skincare tips, ingredient insights, and exclusive offers"
|
||||
names={[
|
||||
"Instagram",
|
||||
"Facebook",
|
||||
"Twitter",
|
||||
"TikTok",
|
||||
"Pinterest",
|
||||
"YouTube",
|
||||
]}
|
||||
"Instagram", "Facebook", "Twitter", "TikTok", "Pinterest", "YouTube"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function FAQPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/products" },
|
||||
{ label: "Facial Skincare", href: "/products" },
|
||||
{ label: "Hair & Body", href: "/products" },
|
||||
@@ -29,8 +28,7 @@ export default function FAQPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Shipping & Returns", href: "/faq" },
|
||||
@@ -38,8 +36,7 @@ export default function FAQPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Customer Reviews", href: "/reviews" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -55,7 +52,7 @@ export default function FAQPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -66,9 +63,7 @@ export default function FAQPage() {
|
||||
brandName="Herbs By Ceylon"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/products",
|
||||
}}
|
||||
text: "Shop Now", href: "/products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,7 +73,7 @@ export default function FAQPage() {
|
||||
description="Find answers to common questions about our products, shipping, ingredients, and more. Our commitment is to transparency and customer satisfaction. If you don't find what you're looking for, please reach out to our team."
|
||||
tag="Help Center"
|
||||
tagIcon={HelpCircle}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/set-ginger-slices-ginger-powder-bowl-wood-stub-dark-textured-background-high-angle-view-space-text_176474-1721.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/set-ginger-slices-ginger-powder-bowl-wood-stub-dark-textured-background-high-angle-view-space-text_176474-1721.jpg"
|
||||
imageAlt="Premium Ayurvedic ingredients"
|
||||
buttons={[{ text: "Contact Support", href: "/contact" }]}
|
||||
useInvertedBackground={false}
|
||||
@@ -91,22 +86,13 @@ export default function FAQPage() {
|
||||
description="Essential details about our shipping and customer service"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "2-5 Days",
|
||||
description: "Typical Shipping Time",
|
||||
},
|
||||
id: "1", value: "2-5 Days", description: "Typical Shipping Time"},
|
||||
{
|
||||
id: "2",
|
||||
value: "30 Days",
|
||||
description: "Money-Back Guarantee",
|
||||
},
|
||||
id: "2", value: "30 Days", description: "Money-Back Guarantee"},
|
||||
{
|
||||
id: "3",
|
||||
value: "24/7",
|
||||
description: "Email Support Available",
|
||||
},
|
||||
id: "3", value: "24/7", description: "Email Support Available"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
138
src/app/page.tsx
138
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/products" },
|
||||
{ label: "Facial Skincare", href: "/products" },
|
||||
{ label: "Hair & Body", href: "/products" },
|
||||
@@ -33,8 +32,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Shipping & Returns", href: "/faq" },
|
||||
@@ -42,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Customer Reviews", href: "/reviews" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -59,7 +56,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -70,9 +67,7 @@ export default function HomePage() {
|
||||
brandName="Herbs By Ceylon"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/products",
|
||||
}}
|
||||
text: "Shop Now", href: "/products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,7 +75,7 @@ export default function HomePage() {
|
||||
<HeroBillboard
|
||||
title="Where Ceylon's Herbal Secrets Meet Luxury"
|
||||
description="Discover handcrafted Ayurvedic skincare infused with Sri Lanka's most potent botanical ingredients. Each product is meticulously formulated for transformative results."
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Ayurvedic Excellence"
|
||||
tagIcon={Leaf}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-tray-with-yellow-drink-star-anise_23-2148750300.jpg"
|
||||
@@ -107,37 +102,13 @@ export default function HomePage() {
|
||||
tagIcon={Star}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Kasthuri Kaha Night Cream",
|
||||
price: "$38",
|
||||
variant: "50ml with turmeric",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg?_wi=1",
|
||||
imageAlt: "Kasthuri Kaha Night Cream with golden turmeric",
|
||||
},
|
||||
id: "1", name: "Kasthuri Kaha Night Cream", price: "$38", variant: "50ml with turmeric", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg", imageAlt: "Kasthuri Kaha Night Cream with golden turmeric"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ayurvedic Lash Serum",
|
||||
price: "$28",
|
||||
variant: "10ml dropper",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottle-essential-oils-eucalyptus-leaves-white-background-skin-body-care-concept_1182-2663.jpg?_wi=1",
|
||||
imageAlt: "Lash growth serum with applicator",
|
||||
},
|
||||
id: "2", name: "Ayurvedic Lash Serum", price: "$28", variant: "10ml dropper", imageSrc: "http://img.b2bpic.net/free-photo/bottle-essential-oils-eucalyptus-leaves-white-background-skin-body-care-concept_1182-2663.jpg", imageAlt: "Lash growth serum with applicator"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Micellar Cleansing Water 3-in-1",
|
||||
price: "$22",
|
||||
variant: "200ml cleansing solution",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-bottle-lotion_23-2147710595.jpg?_wi=1",
|
||||
imageAlt: "Micellar cleansing water bottle",
|
||||
},
|
||||
id: "3", name: "Micellar Cleansing Water 3-in-1", price: "$22", variant: "200ml cleansing solution", imageSrc: "http://img.b2bpic.net/free-photo/small-bottle-lotion_23-2147710595.jpg", imageAlt: "Micellar cleansing water bottle"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Herbal Lip Oil Serum",
|
||||
price: "$18",
|
||||
variant: "8ml with natural oils",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shea-butter-beauty-treatment-arrangement_23-2148963296.jpg?_wi=1",
|
||||
imageAlt: "Lip oil serum with botanical infusion",
|
||||
},
|
||||
id: "4", name: "Herbal Lip Oil Serum", price: "$18", variant: "8ml with natural oils", imageSrc: "http://img.b2bpic.net/free-photo/shea-butter-beauty-treatment-arrangement_23-2148963296.jpg", imageAlt: "Lip oil serum with botanical infusion"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
textboxLayout="default"
|
||||
@@ -153,7 +124,7 @@ export default function HomePage() {
|
||||
description="Herbs By Ceylon honors centuries of Ayurvedic tradition by combining Sri Lanka's most potent botanical ingredients with modern skincare science. Each product is handcrafted with love, ensuring premium quality and transparent ingredient sourcing."
|
||||
tag="Our Heritage"
|
||||
tagIcon={Sprout}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/set-ginger-slices-ginger-powder-bowl-wood-stub-dark-textured-background-high-angle-view-space-text_176474-1721.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/set-ginger-slices-ginger-powder-bowl-wood-stub-dark-textured-background-high-angle-view-space-text_176474-1721.jpg"
|
||||
imageAlt="Fresh Ayurvedic ingredients including turmeric, amla, and herbs"
|
||||
buttons={[{ text: "Read Full Story", href: "/about" }]}
|
||||
useInvertedBackground={false}
|
||||
@@ -166,22 +137,13 @@ export default function HomePage() {
|
||||
description="Our commitment to transparency, quality, and customer satisfaction"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100%",
|
||||
description: "Full Ingredient Transparency",
|
||||
},
|
||||
id: "1", value: "100%", description: "Full Ingredient Transparency"},
|
||||
{
|
||||
id: "2",
|
||||
value: "4.8★",
|
||||
description: "Verified Customer Rating",
|
||||
},
|
||||
id: "2", value: "4.8★", description: "Verified Customer Rating"},
|
||||
{
|
||||
id: "3",
|
||||
value: "2020",
|
||||
description: "Heritage Since Year Founded",
|
||||
},
|
||||
id: "3", value: "2020", description: "Heritage Since Year Founded"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -194,59 +156,23 @@ export default function HomePage() {
|
||||
description="Real stories from customers who have transformed their skincare routines with Herbs By Ceylon"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
handle: "@priyaskincare",
|
||||
testimonial:
|
||||
"The Kasthuri Kaha cream transformed my skin within weeks. Finally found a product with ingredients I can actually pronounce and trust.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-woman-standing-kitchen-bathrobe-posing-smiling-camera_1258-193363.jpg?_wi=1",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", handle: "@priyaskincare", testimonial:
|
||||
"The Kasthuri Kaha cream transformed my skin within weeks. Finally found a product with ingredients I can actually pronounce and trust.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-woman-standing-kitchen-bathrobe-posing-smiling-camera_1258-193363.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jessica Chen",
|
||||
handle: "@glowingwithjen",
|
||||
testimonial:
|
||||
"Love that they list every single ingredient. The lash serum has given me fuller lashes and there's zero irritation. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg?_wi=1",
|
||||
imageAlt: "Jessica Chen",
|
||||
},
|
||||
id: "2", name: "Jessica Chen", handle: "@glowingwithjen", testimonial:
|
||||
"Love that they list every single ingredient. The lash serum has given me fuller lashes and there's zero irritation. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg", imageAlt: "Jessica Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amelia Rodriguez",
|
||||
handle: "@ameliabeauty",
|
||||
testimonial:
|
||||
"Supporting a brand that honors traditional Ayurvedic practices while delivering modern skincare results. That's what Herbs By Ceylon does perfectly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-attractive-young-caucasian-girl-with-dark-short-hair-white-top-looks-camera-indoors_197531-33260.jpg?_wi=1",
|
||||
imageAlt: "Amelia Rodriguez",
|
||||
},
|
||||
id: "3", name: "Amelia Rodriguez", handle: "@ameliabeauty", testimonial:
|
||||
"Supporting a brand that honors traditional Ayurvedic practices while delivering modern skincare results. That's what Herbs By Ceylon does perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-attractive-young-caucasian-girl-with-dark-short-hair-white-top-looks-camera-indoors_197531-33260.jpg", imageAlt: "Amelia Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sophie Laurent",
|
||||
handle: "@sophiepure",
|
||||
testimonial:
|
||||
"The micellar water is gentle yet effective. I appreciate the transparency about sourcing and the handcrafted quality. Worth every penny.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg?_wi=1",
|
||||
imageAlt: "Sophie Laurent",
|
||||
},
|
||||
id: "4", name: "Sophie Laurent", handle: "@sophiepure", testimonial:
|
||||
"The micellar water is gentle yet effective. I appreciate the transparency about sourcing and the handcrafted quality. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", imageAlt: "Sophie Laurent"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kavya Patel",
|
||||
handle: "@kavyaskincare",
|
||||
testimonial:
|
||||
"As someone with sensitive skin, finding products I trust is rare. These formulations are game-changers. The lip oil is my daily essential.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-thinking-girl-kitchen-wearing-bathrobe-steeple-fingers-looking-aside-thoughtful_1258-193226.jpg?_wi=1",
|
||||
imageAlt: "Kavya Patel",
|
||||
},
|
||||
id: "5", name: "Kavya Patel", handle: "@kavyaskincare", testimonial:
|
||||
"As someone with sensitive skin, finding products I trust is rare. These formulations are game-changers. The lip oil is my daily essential.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-thinking-girl-kitchen-wearing-bathrobe-steeple-fingers-looking-aside-thoughtful_1258-193226.jpg", imageAlt: "Kavya Patel"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Marina Santos",
|
||||
handle: "@marinaglow",
|
||||
testimonial:
|
||||
"Exceptional packaging, exceptional products. This brand understands luxury beauty means knowing exactly what you're putting on your skin.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg?_wi=2",
|
||||
imageAlt: "Marina Santos",
|
||||
},
|
||||
id: "6", name: "Marina Santos", handle: "@marinaglow", testimonial:
|
||||
"Exceptional packaging, exceptional products. This brand understands luxury beauty means knowing exactly what you're putting on your skin.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg", imageAlt: "Marina Santos"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -260,15 +186,7 @@ export default function HomePage() {
|
||||
title="Recognized by Leading Beauty Platforms"
|
||||
description="Featured in prestigious publications celebrating authentic, transparent skincare brands"
|
||||
names={[
|
||||
"Vogue Beauty",
|
||||
"Elle Magazine",
|
||||
"Harper's Bazaar",
|
||||
"Sephora Picks",
|
||||
"Allure Beauty",
|
||||
"Good Housekeeping",
|
||||
"Natural Living Magazine",
|
||||
"Wellness Weekly",
|
||||
]}
|
||||
"Vogue Beauty", "Elle Magazine", "Harper's Bazaar", "Sephora Picks", "Allure Beauty", "Good Housekeeping", "Natural Living Magazine", "Wellness Weekly"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function ProductsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/products" },
|
||||
{ label: "Facial Skincare", href: "/products" },
|
||||
{ label: "Hair & Body", href: "/products" },
|
||||
@@ -29,8 +28,7 @@ export default function ProductsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Shipping & Returns", href: "/faq" },
|
||||
@@ -38,8 +36,7 @@ export default function ProductsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Customer Reviews", href: "/reviews" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -55,7 +52,7 @@ export default function ProductsPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -66,9 +63,7 @@ export default function ProductsPage() {
|
||||
brandName="Herbs By Ceylon"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/products",
|
||||
}}
|
||||
text: "Shop Now", href: "/products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,53 +75,17 @@ export default function ProductsPage() {
|
||||
tagIcon={Star}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Kasthuri Kaha Night Cream",
|
||||
price: "$38",
|
||||
variant: "50ml with turmeric",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg?_wi=2",
|
||||
imageAlt: "Kasthuri Kaha Night Cream with golden turmeric",
|
||||
},
|
||||
id: "1", name: "Kasthuri Kaha Night Cream", price: "$38", variant: "50ml with turmeric", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg", imageAlt: "Kasthuri Kaha Night Cream with golden turmeric"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ayurvedic Lash Serum",
|
||||
price: "$28",
|
||||
variant: "10ml dropper",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottle-essential-oils-eucalyptus-leaves-white-background-skin-body-care-concept_1182-2663.jpg?_wi=2",
|
||||
imageAlt: "Lash growth serum with applicator",
|
||||
},
|
||||
id: "2", name: "Ayurvedic Lash Serum", price: "$28", variant: "10ml dropper", imageSrc: "http://img.b2bpic.net/free-photo/bottle-essential-oils-eucalyptus-leaves-white-background-skin-body-care-concept_1182-2663.jpg", imageAlt: "Lash growth serum with applicator"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Micellar Cleansing Water 3-in-1",
|
||||
price: "$22",
|
||||
variant: "200ml cleansing solution",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-bottle-lotion_23-2147710595.jpg?_wi=2",
|
||||
imageAlt: "Micellar cleansing water bottle",
|
||||
},
|
||||
id: "3", name: "Micellar Cleansing Water 3-in-1", price: "$22", variant: "200ml cleansing solution", imageSrc: "http://img.b2bpic.net/free-photo/small-bottle-lotion_23-2147710595.jpg", imageAlt: "Micellar cleansing water bottle"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Herbal Lip Oil Serum",
|
||||
price: "$18",
|
||||
variant: "8ml with natural oils",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shea-butter-beauty-treatment-arrangement_23-2148963296.jpg?_wi=2",
|
||||
imageAlt: "Lip oil serum with botanical infusion",
|
||||
},
|
||||
id: "4", name: "Herbal Lip Oil Serum", price: "$18", variant: "8ml with natural oils", imageSrc: "http://img.b2bpic.net/free-photo/shea-butter-beauty-treatment-arrangement_23-2148963296.jpg", imageAlt: "Lip oil serum with botanical infusion"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amla Brightening Face Mask",
|
||||
price: "$24",
|
||||
variant: "60ml rejuvenating mask",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg?_wi=3",
|
||||
imageAlt: "Amla brightening face mask with natural ingredients",
|
||||
},
|
||||
id: "5", name: "Amla Brightening Face Mask", price: "$24", variant: "60ml rejuvenating mask", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg", imageAlt: "Amla brightening face mask with natural ingredients"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Coconut Oil Body Massage",
|
||||
price: "$32",
|
||||
variant: "200ml nourishing oil",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shea-butter-beauty-treatment-arrangement_23-2148963296.jpg?_wi=3",
|
||||
imageAlt: "Pure coconut oil body massage treatment",
|
||||
},
|
||||
id: "6", name: "Coconut Oil Body Massage", price: "$32", variant: "200ml nourishing oil", imageSrc: "http://img.b2bpic.net/free-photo/shea-butter-beauty-treatment-arrangement_23-2148963296.jpg", imageAlt: "Pure coconut oil body massage treatment"},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
textboxLayout="default"
|
||||
@@ -141,22 +100,13 @@ export default function ProductsPage() {
|
||||
description="Premium quality backed by real results and customer satisfaction"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100%",
|
||||
description: "Natural & Organic Certified",
|
||||
},
|
||||
id: "1", value: "100%", description: "Natural & Organic Certified"},
|
||||
{
|
||||
id: "2",
|
||||
value: "6-12 Weeks",
|
||||
description: "Visible Results Timeline",
|
||||
},
|
||||
id: "2", value: "6-12 Weeks", description: "Visible Results Timeline"},
|
||||
{
|
||||
id: "3",
|
||||
value: "50K+",
|
||||
description: "Satisfied Customers Globally",
|
||||
},
|
||||
id: "3", value: "50K+", description: "Satisfied Customers Globally"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function ReviewsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/products" },
|
||||
{ label: "Facial Skincare", href: "/products" },
|
||||
{ label: "Hair & Body", href: "/products" },
|
||||
@@ -28,8 +27,7 @@ export default function ReviewsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Shipping & Returns", href: "/faq" },
|
||||
@@ -37,8 +35,7 @@ export default function ReviewsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Customer Reviews", href: "/reviews" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -54,7 +51,7 @@ export default function ReviewsPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -65,9 +62,7 @@ export default function ReviewsPage() {
|
||||
brandName="Herbs By Ceylon"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/products",
|
||||
}}
|
||||
text: "Shop Now", href: "/products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,59 +72,23 @@ export default function ReviewsPage() {
|
||||
description="Join thousands of customers who have experienced the transformative power of Herbs By Ceylon's authentic Ayurvedic skincare"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
handle: "@priyaskincare",
|
||||
testimonial:
|
||||
"The Kasthuri Kaha cream transformed my skin within weeks. Finally found a product with ingredients I can actually pronounce and trust.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-woman-standing-kitchen-bathrobe-posing-smiling-camera_1258-193363.jpg?_wi=2",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", handle: "@priyaskincare", testimonial:
|
||||
"The Kasthuri Kaha cream transformed my skin within weeks. Finally found a product with ingredients I can actually pronounce and trust.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-woman-standing-kitchen-bathrobe-posing-smiling-camera_1258-193363.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jessica Chen",
|
||||
handle: "@glowingwithjen",
|
||||
testimonial:
|
||||
"Love that they list every single ingredient. The lash serum has given me fuller lashes and there's zero irritation. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg?_wi=3",
|
||||
imageAlt: "Jessica Chen",
|
||||
},
|
||||
id: "2", name: "Jessica Chen", handle: "@glowingwithjen", testimonial:
|
||||
"Love that they list every single ingredient. The lash serum has given me fuller lashes and there's zero irritation. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg", imageAlt: "Jessica Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amelia Rodriguez",
|
||||
handle: "@ameliabeauty",
|
||||
testimonial:
|
||||
"Supporting a brand that honors traditional Ayurvedic practices while delivering modern skincare results. That's what Herbs By Ceylon does perfectly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-attractive-young-caucasian-girl-with-dark-short-hair-white-top-looks-camera-indoors_197531-33260.jpg?_wi=2",
|
||||
imageAlt: "Amelia Rodriguez",
|
||||
},
|
||||
id: "3", name: "Amelia Rodriguez", handle: "@ameliabeauty", testimonial:
|
||||
"Supporting a brand that honors traditional Ayurvedic practices while delivering modern skincare results. That's what Herbs By Ceylon does perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-attractive-young-caucasian-girl-with-dark-short-hair-white-top-looks-camera-indoors_197531-33260.jpg", imageAlt: "Amelia Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sophie Laurent",
|
||||
handle: "@sophiepure",
|
||||
testimonial:
|
||||
"The micellar water is gentle yet effective. I appreciate the transparency about sourcing and the handcrafted quality. Worth every penny.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg?_wi=2",
|
||||
imageAlt: "Sophie Laurent",
|
||||
},
|
||||
id: "4", name: "Sophie Laurent", handle: "@sophiepure", testimonial:
|
||||
"The micellar water is gentle yet effective. I appreciate the transparency about sourcing and the handcrafted quality. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", imageAlt: "Sophie Laurent"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kavya Patel",
|
||||
handle: "@kavyaskincare",
|
||||
testimonial:
|
||||
"As someone with sensitive skin, finding products I trust is rare. These formulations are game-changers. The lip oil is my daily essential.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-thinking-girl-kitchen-wearing-bathrobe-steeple-fingers-looking-aside-thoughtful_1258-193226.jpg?_wi=2",
|
||||
imageAlt: "Kavya Patel",
|
||||
},
|
||||
id: "5", name: "Kavya Patel", handle: "@kavyaskincare", testimonial:
|
||||
"As someone with sensitive skin, finding products I trust is rare. These formulations are game-changers. The lip oil is my daily essential.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-thinking-girl-kitchen-wearing-bathrobe-steeple-fingers-looking-aside-thoughtful_1258-193226.jpg", imageAlt: "Kavya Patel"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Marina Santos",
|
||||
handle: "@marinaglow",
|
||||
testimonial:
|
||||
"Exceptional packaging, exceptional products. This brand understands luxury beauty means knowing exactly what you're putting on your skin.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg?_wi=4",
|
||||
imageAlt: "Marina Santos",
|
||||
},
|
||||
id: "6", name: "Marina Santos", handle: "@marinaglow", testimonial:
|
||||
"Exceptional packaging, exceptional products. This brand understands luxury beauty means knowing exactly what you're putting on your skin.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg", imageAlt: "Marina Santos"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -144,22 +103,13 @@ export default function ReviewsPage() {
|
||||
description="Real data from thousands of verified purchases"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.8★",
|
||||
description: "Average Rating",
|
||||
},
|
||||
id: "1", value: "4.8★", description: "Average Rating"},
|
||||
{
|
||||
id: "2",
|
||||
value: "98%",
|
||||
description: "Repurchase Rate",
|
||||
},
|
||||
id: "2", value: "98%", description: "Repurchase Rate"},
|
||||
{
|
||||
id: "3",
|
||||
value: "15K+",
|
||||
description: "Verified Reviews",
|
||||
},
|
||||
id: "3", value: "15K+", description: "Verified Reviews"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user