4 Commits

Author SHA1 Message Date
deaf2a3731 Merge version_3 into main
Merge version_3 into main
2026-03-05 12:03:43 +00:00
341c82cb96 Update src/app/page.tsx 2026-03-05 12:03:39 +00:00
990d4c8ddc Update src/app/layout.tsx 2026-03-05 12:03:38 +00:00
64071f8d0d Merge version_2 into main
Merge version_2 into main
2026-03-05 12:02:03 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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,

View File

@@ -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" }}