4 Commits

Author SHA1 Message Date
a4b537f412 Merge version_3 into main
Merge version_3 into main
2026-03-04 02:17:01 +00:00
3f64b0ca78 Update src/app/page.tsx 2026-03-04 02:16:57 +00:00
ffa0beaa2b Update src/app/layout.tsx 2026-03-04 02:16:56 +00:00
19a66d6cfb Merge version_2 into main
Merge version_2 into main
2026-03-04 02:14:38 +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>
);
}
}