Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| deaf2a3731 | |||
| 341c82cb96 | |||
| 990d4c8ddc | |||
| 64071f8d0d |
@@ -1,11 +1,11 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import "@/styles/globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
|||||||
tag="New Arrivals"
|
tag="New Arrivals"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[{ text: "Shop All Items – Limited Stock", href: "#categories" }]}
|
buttons={[{ text: "View All Products", href: "#categories" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -181,8 +181,8 @@ export default function LandingPage() {
|
|||||||
title="Ready to Refresh Your Space?"
|
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."
|
description="Have questions about our products or need design advice? Our team is here to help you create the perfect home."
|
||||||
buttons={[
|
buttons={[
|
||||||
|
{ text: "Start Chat Now", href: "#" },
|
||||||
{ text: "Contact Us", href: "mailto:info@homewish.com" },
|
{ text: "Contact Us", href: "mailto:info@homewish.com" },
|
||||||
{ text: "Live Chat", href: "#" },
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user