Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-06 07:26:14 +00:00
2 changed files with 17 additions and 17 deletions

View File

@@ -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>
);
}
}

View File

@@ -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" },
@@ -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>
);
}
}