diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d40bfba..6817972 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,11 +1,11 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; -import "@/styles/globals.css"; +import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "HomeWish - Premium Furniture & Home Decor", description: "Discover premium furniture, stylish home decor, and delightful toys. Create your dream home with HomeWish."}; + title: "Create Next App", description: "Generated by create next app"}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index bb27d0a..d0cd93c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { tag="New Arrivals" tagIcon={Star} tagAnimation="slide-up" - buttons={[{ text: "Shop All Items – Limited Stock", href: "#categories" }]} + buttons={[{ text: "View All Products", href: "#categories" }]} buttonAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -181,8 +181,8 @@ export default function LandingPage() { title="Ready to Refresh Your Space?" description="Have questions about our products or need design advice? Our team is here to help you create the perfect home." buttons={[ + { text: "Start Chat Now", href: "#" }, { text: "Contact Us", href: "mailto:info@homewish.com" }, - { text: "Live Chat", href: "#" }, ]} buttonAnimation="slide-up" background={{ variant: "plain" }}