diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index d26c08d..ef30f4a 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -179,7 +179,7 @@ export default function DesignStudioPage() { {/* Loading Overlay */} {isGenerating && (
-
+
diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fee4649..53255e0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -29,13 +29,14 @@ export default function RootLayout({ return ( {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a49a16..f657278 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ export default function LandingPage() { return (
{/* Hero Section */} -
+
@@ -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) => ( -
+
{room.icon}

{room.name}

@@ -140,7 +140,7 @@ export default function LandingPage() {
{/* Design Styles Section */} -
+
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 ( -