Merge version_1 into main #1
264
src/app/page.tsx
264
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Clock, Facebook, Instagram, ShieldCheck, Twitter } from "lucide-react";
|
||||
import { CheckCircle, Clock, Droplet, Facebook, Instagram, ShieldCheck, Twitter } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,122 +33,77 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Product",
|
||||
id: "#product",
|
||||
},
|
||||
name: "Product", id: "#product"},
|
||||
{
|
||||
name: "Benefits",
|
||||
id: "#benefits",
|
||||
},
|
||||
name: "Benefits", id: "#benefits"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=06yt7m"
|
||||
logoAlt="ERIDENS Logo"
|
||||
brandName="ERIDENS"
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "#product",
|
||||
}}
|
||||
text: "Shop Now", href: "#product"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Unlock Your Brightest Smile Instantly with ERIDENS Purple Whitening"
|
||||
description="Designed for the modern professional, ERIDENS delivers a dazzling, confident smile in minutes. Experience premium, fast-acting teeth whitening that fits your busy schedule."
|
||||
kpis={[
|
||||
{
|
||||
value: "2 Shades",
|
||||
label: "Whiter in 1 Use",
|
||||
},
|
||||
value: "2 Shades", label: "Whiter in 1 Use"},
|
||||
{
|
||||
value: "15 Min",
|
||||
label: "Application",
|
||||
},
|
||||
value: "15 Min", label: "Application"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Satisfaction Rate",
|
||||
},
|
||||
value: "98%", label: "Satisfaction Rate"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#product",
|
||||
},
|
||||
text: "Shop Now", href: "#product"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#benefits",
|
||||
},
|
||||
text: "Learn More", href: "#benefits"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-model-with-fresh-daily-makeup_158538-10307.jpg"
|
||||
imageAlt="ERIDENS Purple Instant Teeth Whitening Strips packaging and model with bright smile"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hopeful-cheerful-woman-bites-lips-keeps-fingers-crossed-makes-wish-hopes-dreams-come-true-wears-winter-fur-coat-spectacles-poses-against-pink-background-prays-good-results-body-language_273609-58228.jpg",
|
||||
alt: "Hopeful cheerful woman makes wish",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hopeful-cheerful-woman-bites-lips-keeps-fingers-crossed-makes-wish-hopes-dreams-come-true-wears-winter-fur-coat-spectacles-poses-against-pink-background-prays-good-results-body-language_273609-58228.jpg", alt: "Hopeful cheerful woman makes wish"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-sexy-young-woman-laying-white-floor-looking-seductive-wearing-colorful-summer-shirt-with-funny-pineapple-bag-lifestyle-photo-cheerful-woman_291049-2175.jpg",
|
||||
alt: "Beautiful sexy young woman laying on white floor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-sexy-young-woman-laying-white-floor-looking-seductive-wearing-colorful-summer-shirt-with-funny-pineapple-bag-lifestyle-photo-cheerful-woman_291049-2175.jpg", alt: "Beautiful sexy young woman laying on white floor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blisful-girl-posing-with-trendy-black-head-scarf-studio-shot-positive-female-model-turban-laughing-pink-background_197531-25883.jpg",
|
||||
alt: "Blissful girl posing with trendy black head scarf",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blisful-girl-posing-with-trendy-black-head-scarf-studio-shot-positive-female-model-turban-laughing-pink-background_197531-25883.jpg", alt: "Blissful girl posing with trendy black head scarf"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3959.jpg",
|
||||
alt: "Portrait of beautiful stylish young woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3959.jpg", alt: "Portrait of beautiful stylish young woman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-skincare-advertising-collage_23-2151917042.jpg",
|
||||
alt: "Beauty and skincare advertising collage",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-skincare-advertising-collage_23-2151917042.jpg", alt: "Beauty and skincare advertising collage"},
|
||||
]}
|
||||
avatarText="Trusted by 10k+ professionals"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Clinically Proven",
|
||||
type: "text", text: "Clinically Proven"},
|
||||
{
|
||||
type: "text-icon", text: "Enamel Safe", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Enamel Safe",
|
||||
icon: ShieldCheck,
|
||||
type: "text", text: "Cruelty-Free"},
|
||||
{
|
||||
type: "text-icon", text: "Fast Acting", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cruelty-Free",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Acting",
|
||||
icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Visible Results",
|
||||
},
|
||||
type: "text", text: "Visible Results"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -160,17 +115,11 @@ export default function LandingPage() {
|
||||
description="ERIDENS Purple Instant Whitening Strips utilize advanced color-correcting technology to neutralize yellow stains, revealing a visibly whiter smile. Our gentle, enamel-safe formula ensures professional results without sensitivity, perfect for your busy, beauty-conscious lifestyle."
|
||||
metrics={[
|
||||
{
|
||||
value: "Clinically",
|
||||
title: "Proven Efficacy",
|
||||
},
|
||||
value: "Clinically", title: "Proven Efficacy"},
|
||||
{
|
||||
value: "Enamel",
|
||||
title: "Safe Formula",
|
||||
},
|
||||
value: "Enamel", title: "Safe Formula"},
|
||||
{
|
||||
value: "Cruelty-",
|
||||
title: "Free & Vegan",
|
||||
},
|
||||
value: "Cruelty-", title: "Free & Vegan"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/makeup-products-hand-drawn-styling_23-2152021605.jpg"
|
||||
imageAlt="Scientific illustration of teeth whitening process or purple color-correcting technology"
|
||||
@@ -185,32 +134,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Instant, Visible Results",
|
||||
description: "Achieve a noticeably whiter smile after just one application. Our advanced formula works rapidly to remove stains and brighten your teeth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hourglass-filled-with-sand_23-2151919210.jpg",
|
||||
imageAlt: "Clock icon next to a bright smile",
|
||||
buttonIcon: "Clock",
|
||||
title: "Instant, Visible Results", description: "Achieve a noticeably whiter smile after just one application. Our advanced formula works rapidly to remove stains and brighten your teeth.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hourglass-filled-with-sand_23-2151919210.jpg", imageAlt: "Clock icon next to a bright smile", buttonIcon: Clock,
|
||||
},
|
||||
{
|
||||
title: "Gentle & Enamel-Safe",
|
||||
description: "Formulated with premium, non-irritating ingredients, ERIDENS strips deliver powerful whitening without causing sensitivity or harming your enamel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-holding-her-arms-purple-sweater-beanie-looking-focused-front-view_176474-103537.jpg",
|
||||
imageAlt: "Tooth protected by a shield",
|
||||
buttonIcon: "ShieldCheck",
|
||||
title: "Gentle & Enamel-Safe", description: "Formulated with premium, non-irritating ingredients, ERIDENS strips deliver powerful whitening without causing sensitivity or harming your enamel.", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-holding-her-arms-purple-sweater-beanie-looking-focused-front-view_176474-103537.jpg", imageAlt: "Tooth protected by a shield", buttonIcon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
title: "Purple Color Correction",
|
||||
description: "Leveraging innovative purple color theory, our strips visibly cancel out yellow undertones for a brighter, more radiant smile.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-medical-background-with-dna-strands-virus-cells_1048-7709.jpg",
|
||||
imageAlt: "Purple droplet or swirl neutralizing yellow",
|
||||
buttonIcon: "Droplet",
|
||||
title: "Purple Color Correction", description: "Leveraging innovative purple color theory, our strips visibly cancel out yellow undertones for a brighter, more radiant smile.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-medical-background-with-dna-strands-virus-cells_1048-7709.jpg", imageAlt: "Purple droplet or swirl neutralizing yellow", buttonIcon: Droplet,
|
||||
},
|
||||
{
|
||||
title: "Effortless Application",
|
||||
description: "Designed for your busy lifestyle, ERIDENS strips are incredibly easy to apply, fitting seamlessly into your daily routine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-holding-container_23-2149764699.jpg",
|
||||
imageAlt: "Person easily applying a whitening strip",
|
||||
buttonIcon: "CheckCircle",
|
||||
title: "Effortless Application", description: "Designed for your busy lifestyle, ERIDENS strips are incredibly easy to apply, fitting seamlessly into your daily routine.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-holding-container_23-2149764699.jpg", imageAlt: "Person easily applying a whitening strip", buttonIcon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
title="Why ERIDENS Stands Out"
|
||||
@@ -226,52 +159,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Single Starter Pack",
|
||||
price: "$29.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-beauty-product-studio_23-2151401445.jpg",
|
||||
imageAlt: "ERIDENS Single Starter Pack",
|
||||
rating: 5,
|
||||
id: "p1", name: "Single Starter Pack", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/3d-beauty-product-studio_23-2151401445.jpg", imageAlt: "ERIDENS Single Starter Pack", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Duo Brilliance Pack",
|
||||
price: "$49.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-smiling-eating-christmas-candy-wooden-wall_176420-11355.jpg",
|
||||
imageAlt: "ERIDENS Duo Brilliance Pack",
|
||||
rating: 5,
|
||||
id: "p2", name: "Duo Brilliance Pack", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-smiling-eating-christmas-candy-wooden-wall_176420-11355.jpg", imageAlt: "ERIDENS Duo Brilliance Pack", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Travel Glow Kit",
|
||||
price: "$34.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-tourist-holding-bank-card-mask_179666-32345.jpg",
|
||||
imageAlt: "ERIDENS Travel Glow Kit",
|
||||
rating: 5,
|
||||
id: "p3", name: "Travel Glow Kit", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-tourist-holding-bank-card-mask_179666-32345.jpg", imageAlt: "ERIDENS Travel Glow Kit", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Monthly Radiance Subscription",
|
||||
price: "$25.00/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-cheerful-girl-baking-kitchen-making-dough-holding-recipe-book-having-ideas_1258-195139.jpg",
|
||||
imageAlt: "ERIDENS Monthly Radiance Subscription",
|
||||
rating: 5,
|
||||
id: "p4", name: "Monthly Radiance Subscription", price: "$25.00/month", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-cheerful-girl-baking-kitchen-making-dough-holding-recipe-book-having-ideas_1258-195139.jpg", imageAlt: "ERIDENS Monthly Radiance Subscription", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Complete Luxe Bundle",
|
||||
price: "$79.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-ill-girl-wearing-white-robe-holding-glass-water-witj-pills-holding-out-napkin-side-isolated-green_141793-86847.jpg",
|
||||
imageAlt: "ERIDENS Complete Luxe Bundle",
|
||||
rating: 5,
|
||||
id: "p5", name: "Complete Luxe Bundle", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-ill-girl-wearing-white-robe-holding-glass-water-witj-pills-holding-out-napkin-side-isolated-green_141793-86847.jpg", imageAlt: "ERIDENS Complete Luxe Bundle", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Advanced Whitening System",
|
||||
price: "$59.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-portrait-woman-red-wall-shows-points-fingers-white-teeth-smile_343596-6779.jpg",
|
||||
imageAlt: "ERIDENS Advanced Whitening System",
|
||||
rating: 5,
|
||||
id: "p6", name: "Advanced Whitening System", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/close-portrait-woman-red-wall-shows-points-fingers-white-teeth-smile_343596-6779.jpg", imageAlt: "ERIDENS Advanced Whitening System", rating: 5,
|
||||
},
|
||||
]}
|
||||
title="Your Path to a Dazzling Smile"
|
||||
@@ -286,45 +189,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Marketing Director",
|
||||
testimonial: "As a busy professional, I need quick and effective solutions. ERIDENS strips delivered! My teeth are noticeably whiter, and I feel so much more confident.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-blond-business-woman-sitting-couch_23-2148095701.jpg",
|
||||
imageAlt: "Sarah J. happy customer",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Marketing Director", testimonial: "As a busy professional, I need quick and effective solutions. ERIDENS strips delivered! My teeth are noticeably whiter, and I feel so much more confident.", imageSrc: "http://img.b2bpic.net/free-photo/happy-blond-business-woman-sitting-couch_23-2148095701.jpg", imageAlt: "Sarah J. happy customer"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael D.",
|
||||
role: "Financial Analyst",
|
||||
testimonial: "I was skeptical, but ERIDENS truly impressed me. The purple technology works wonders, and it's incredibly easy to use. Highly recommend for anyone wanting a brighter smile.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-natural-ingredients-face-mask_23-2148883831.jpg",
|
||||
imageAlt: "Michael D. happy customer",
|
||||
},
|
||||
id: "t2", name: "Michael D.", role: "Financial Analyst", testimonial: "I was skeptical, but ERIDENS truly impressed me. The purple technology works wonders, and it's incredibly easy to use. Highly recommend for anyone wanting a brighter smile.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-natural-ingredients-face-mask_23-2148883831.jpg", imageAlt: "Michael D. happy customer"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
role: "Luxury Brand Manager",
|
||||
testimonial: "ERIDENS embodies luxury and effectiveness. The results are undeniable, and the strips are gentle. It's now an essential part of my beauty regimen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-visiting-city-summer_329181-13773.jpg",
|
||||
imageAlt: "Emily R. happy customer",
|
||||
},
|
||||
id: "t3", name: "Emily R.", role: "Luxury Brand Manager", testimonial: "ERIDENS embodies luxury and effectiveness. The results are undeniable, and the strips are gentle. It's now an essential part of my beauty regimen.", imageSrc: "http://img.b2bpic.net/free-photo/friends-visiting-city-summer_329181-13773.jpg", imageAlt: "Emily R. happy customer"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David L.",
|
||||
role: "Software Engineer",
|
||||
testimonial: "Fast results and zero sensitivity – ERIDENS is a game-changer. My smile has never looked this good, and it fits perfectly into my hectic schedule.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-near-skyscrapers-sunglasses_158538-20763.jpg",
|
||||
imageAlt: "David L. happy customer",
|
||||
},
|
||||
id: "t4", name: "David L.", role: "Software Engineer", testimonial: "Fast results and zero sensitivity – ERIDENS is a game-changer. My smile has never looked this good, and it fits perfectly into my hectic schedule.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-near-skyscrapers-sunglasses_158538-20763.jpg", imageAlt: "David L. happy customer"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica M.",
|
||||
role: "CEO & Founder",
|
||||
testimonial: "ERIDENS gave me the radiant smile I've always wanted, without any hassle. The premium feel and amazing results make it truly stand out. A must-have!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-smile_53876-41100.jpg",
|
||||
imageAlt: "Jessica M. happy customer",
|
||||
},
|
||||
id: "t5", name: "Jessica M.", role: "CEO & Founder", testimonial: "ERIDENS gave me the radiant smile I've always wanted, without any hassle. The premium feel and amazing results make it truly stand out. A must-have!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-smile_53876-41100.jpg", imageAlt: "Jessica M. happy customer"},
|
||||
]}
|
||||
title="Hear From Our Happy Customers"
|
||||
description="Real results from real people. Discover why busy professionals are choosing ERIDENS for their smile transformation and experiencing a new level of confidence."
|
||||
@@ -336,14 +209,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Vogue Beauty",
|
||||
"Elite Lifestyle",
|
||||
"Wellness Daily",
|
||||
"Glamour Magazine",
|
||||
"Beauty Insider",
|
||||
"Health & Style",
|
||||
"Modern Aesthetics",
|
||||
]}
|
||||
"Vogue Beauty", "Elite Lifestyle", "Wellness Daily", "Glamour Magazine", "Beauty Insider", "Health & Style", "Modern Aesthetics"]}
|
||||
title="Featured In Leading Beauty & Lifestyle Publications"
|
||||
description="Trusted by experts and celebrated by influencers, ERIDENS is making waves across the beauty industry."
|
||||
/>
|
||||
@@ -355,30 +221,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "How quickly will I see results?",
|
||||
content: "Many users report noticeable whitening after just one 15-minute application. Optimal results are typically achieved after a few consistent uses.",
|
||||
},
|
||||
id: "faq1", title: "How quickly will I see results?", content: "Many users report noticeable whitening after just one 15-minute application. Optimal results are typically achieved after a few consistent uses."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Are ERIDENS strips safe for sensitive teeth?",
|
||||
content: "Yes, our formula is designed to be gentle and enamel-safe, minimizing sensitivity while delivering effective whitening. If you have extreme sensitivity, consult your dentist.",
|
||||
},
|
||||
id: "faq2", title: "Are ERIDENS strips safe for sensitive teeth?", content: "Yes, our formula is designed to be gentle and enamel-safe, minimizing sensitivity while delivering effective whitening. If you have extreme sensitivity, consult your dentist."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "How do the purple strips work?",
|
||||
content: "ERIDENS strips utilize color-correcting technology. Purple is opposite yellow on the color wheel, so it optically neutralizes yellow stains, making your teeth appear instantly brighter and whiter.",
|
||||
},
|
||||
id: "faq3", title: "How do the purple strips work?", content: "ERIDENS strips utilize color-correcting technology. Purple is opposite yellow on the color wheel, so it optically neutralizes yellow stains, making your teeth appear instantly brighter and whiter."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Can I use ERIDENS with dental work (crowns, veneers)?",
|
||||
content: "ERIDENS strips are designed to whiten natural teeth. They will not whiten existing dental work like crowns, veneers, or fillings. Consult your dentist if you have concerns.",
|
||||
},
|
||||
id: "faq4", title: "Can I use ERIDENS with dental work (crowns, veneers)?", content: "ERIDENS strips are designed to whiten natural teeth. They will not whiten existing dental work like crowns, veneers, or fillings. Consult your dentist if you have concerns."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "What's the best way to apply the strips?",
|
||||
content: "Simply peel a strip from its backing, apply the gel side to your teeth, pressing gently to ensure full contact. Fold the remainder of the strip behind your teeth. Wear for 15 minutes, then remove and rinse.",
|
||||
},
|
||||
id: "faq5", title: "What's the best way to apply the strips?", content: "Simply peel a strip from its backing, apply the gel side to your teeth, pressing gently to ensure full contact. Fold the remainder of the strip behind your teeth. Wear for 15 minutes, then remove and rinse."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about ERIDENS Purple Instant Teeth Whitening Strips and how they can transform your smile."
|
||||
@@ -390,8 +241,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Stay Connected"
|
||||
title="Ready for Your Radiant Smile?"
|
||||
description="Join the ERIDENS community to receive exclusive offers, new product alerts, and expert tips for maintaining your brightest, most confident smile."
|
||||
@@ -410,19 +260,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user