@@ -62,7 +62,7 @@ export default function LandingPage() {
{/* Features Section */}
-
+
@@ -108,7 +108,7 @@ export default function LandingPage() {
{/* Room Types Section */}
-
+
@@ -129,7 +129,7 @@ export default function LandingPage() {
{ name: "Nursery", icon: "👶" },
{ name: "Outdoor", icon: "🌳" },
].map((room) => (
-
+
@@ -140,7 +140,7 @@ export default function LandingPage() {
{/* Design Styles Section */}
-
+
{room.icon}
{room.name}
diff --git a/src/components/site-footer.tsx b/src/components/site-footer.tsx
index 9ce3654..e491c30 100644
--- a/src/components/site-footer.tsx
+++ b/src/components/site-footer.tsx
@@ -2,7 +2,7 @@ import { Palette } from "lucide-react";
export function SiteFooter() {
return (
-