Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 02:17:02 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -92,7 +92,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardThree
title="Choose Your Perfect Plan"
description="Select the hosting package that fits your business needs"
description="Choose the perfect website package to launch your business online"
tag="Website Plans"
tagIcon={Package}
tagAnimation="slide-up"
@@ -249,4 +249,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}