Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8993d887ca | |||
| d265348415 | |||
| 4a25dd8478 | |||
| 0f579c22ba | |||
| c8cb08d84f |
@@ -15,17 +15,17 @@ const inter = Inter({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "RecoverEase | Pain Relief & Recovery Products", description: "High-quality wellness products for pain relief, muscle recovery, and posture support. Trusted by 50,000+ customers. 30-day money-back guarantee.", keywords: "pain relief, muscle recovery, posture support, wellness products, heating pad, back brace, recovery tools", metadataBase: new URL("https://recoverease.com"),
|
||||
title: "Relievio | Pain Relief & Recovery Products", description: "High-quality wellness products for pain relief, muscle recovery, and posture support. Trusted by 50,000+ customers. 30-day money-back guarantee.", keywords: "pain relief, muscle recovery, posture support, wellness products, heating pad, back brace, recovery tools", metadataBase: new URL("https://relievio.com"),
|
||||
alternates: {
|
||||
canonical: "https://recoverease.com"},
|
||||
canonical: "https://relievio.com"},
|
||||
openGraph: {
|
||||
title: "RecoverEase | Pain Relief & Recovery Products", description: "Feel Better Every Day with RecoverEase wellness solutions", url: "https://recoverease.com", siteName: "RecoverEase", type: "website", images: [
|
||||
title: "Relievio | Pain Relief & Recovery Products", description: "Feel Better Every Day with Relievio wellness solutions", url: "https://relievio.com", siteName: "Relievio", type: "website", images: [
|
||||
{
|
||||
url: "https://recoverease.com/og-image.jpg", alt: "RecoverEase wellness products"},
|
||||
url: "https://relievio.com/og-image.jpg", alt: "Relievio wellness products"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "RecoverEase | Pain Relief & Recovery Products", description: "Feel Better Every Day with RecoverEase wellness solutions", images: ["https://recoverease.com/twitter-image.jpg"],
|
||||
card: "summary_large_image", title: "Relievio | Pain Relief & Recovery Products", description: "Feel Better Every Day with Relievio wellness solutions", images: ["https://relievio.com/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1417,4 +1417,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -27,7 +27,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="RecoverEase"
|
||||
brandName="Relievio"
|
||||
navItems={[
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="RecoverEase"
|
||||
logoText="Relievio"
|
||||
description="High-quality wellness products designed to reduce muscle pain, improve posture, and accelerate recovery after workouts or long workdays"
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
@@ -103,26 +103,26 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="What Our Customers Say"
|
||||
description="Real reviews from people experiencing life-changing pain relief and recovery"
|
||||
description="Real reviews from people experiencing real pain relief and recovery"
|
||||
tag="Customer Stories"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", role: "Office Manager", company: "Tech Corp", rating: 5,
|
||||
id: "1", name: "Sarah Chen", role: "Office Worker", company: "Tech Corp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait headshot person authentic"},
|
||||
{
|
||||
id: "2", name: "Michael Rodriguez", role: "Fitness Trainer", company: "FitLife Studio", rating: 5,
|
||||
id: "2", name: "Michael Rodriguez", role: "Fitness Trainer", company: "Local Gym", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait headshot person authentic"},
|
||||
{
|
||||
id: "3", name: "Emily Thompson", role: "Physical Therapist", company: "Wellness Center", rating: 5,
|
||||
id: "3", name: "Emily Thompson", role: "Physical Therapist", company: "Health Clinic", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional portrait headshot person authentic"},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Marathon Runner", company: "Running Community", rating: 5,
|
||||
id: "4", name: "David Kim", role: "Marathon Runner", company: "Running Enthusiast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "professional portrait headshot person authentic"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "98%", label: "Customer Satisfaction" },
|
||||
{ value: "30 Days", label: "Money-Back Guarantee" },
|
||||
{ value: "50K+", label: "Happy Customers" },
|
||||
{ value: "98%", label: "Happy Customers" },
|
||||
{ value: "30 Days", label: "Easy Returns" },
|
||||
{ value: "50K+", label: "People Helped" },
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "2", title: "How long does shipping take?", content: "Standard shipping typically takes 5-7 business days. We also offer expedited 2-3 day shipping for orders placed before 2 PM EST. All orders include tracking information."},
|
||||
{
|
||||
id: "3", title: "Are your products clinically tested?", content: "Yes, all RecoverEase products are designed in consultation with physical therapists and are backed by clinical research. Each product undergoes rigorous safety and efficacy testing."},
|
||||
id: "3", title: "Are your products clinically tested?", content: "Yes, all Relievio products are designed in consultation with physical therapists and are backed by clinical research. Each product undergoes rigorous safety and efficacy testing."},
|
||||
{
|
||||
id: "4", title: "Do you ship internationally?", content: "We currently ship to North America, Europe, and Australia. Shipping costs and delivery times vary by region. Contact our support team for international shipping inquiries."},
|
||||
{
|
||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
||||
description="Join thousands of satisfied customers experiencing pain relief and improved mobility. Shop now and get free shipping on orders over $75."
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ text: "Contact Support", href: "mailto:support@recoverease.com" },
|
||||
{ text: "Contact Support", href: "mailto:support@relievio.com" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -173,24 +173,24 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="RecoverEase"
|
||||
copyrightText="© 2025 RecoverEase | Wellness Redefined. All rights reserved."
|
||||
logoText="Relievio"
|
||||
copyrightText="© 2025 Relievio | Wellness Redefined. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/recoverease", ariaLabel: "RecoverEase Facebook"},
|
||||
href: "https://facebook.com/relievio", ariaLabel: "Relievio Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/recoverease", ariaLabel: "RecoverEase Twitter"},
|
||||
href: "https://twitter.com/relievio", ariaLabel: "Relievio Twitter"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/recoverease", ariaLabel: "RecoverEase Instagram"},
|
||||
href: "https://instagram.com/relievio", ariaLabel: "Relievio Instagram"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/recoverease", ariaLabel: "RecoverEase LinkedIn"},
|
||||
href: "https://linkedin.com/company/relievio", ariaLabel: "Relievio LinkedIn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user