Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e26a121c6 | |||
| 6be67fb797 | |||
| bb45589470 | |||
| bab817f6e6 | |||
| c2074ed526 |
@@ -1,58 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Poppins } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import "@/styles/globals.css";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const poppins = Poppins({
|
||||
variable: "--font-poppins", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "HomeWish - Premium Furniture, Decor & Toys Shop", description: "Discover curated furniture, home decor, and quality toys at HomeWish. Transform your space with modern designs and exceptional quality.", keywords: "furniture, home decor, toys, home furnishings, interior design, modern furniture", metadataBase: new URL("https://homewish.com"),
|
||||
alternates: {
|
||||
canonical: "https://homewish.com"},
|
||||
openGraph: {
|
||||
title: "HomeWish - Premium Furniture, Decor & Toys", description: "Curated collection of premium furniture, stylish home decor, and delightful toys.", url: "https://homewish.com", siteName: "HomeWish", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/interior-design-house-modern-wooden-chair_657883-341.jpg", alt: "HomeWish - Modern Furniture & Home Decor"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "HomeWish - Premium Furniture, Decor & Toys", description: "Transform your home with our curated collection of quality furniture and decor.", images: ["http://img.b2bpic.net/free-photo/interior-design-house-modern-wooden-chair_657883-341.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "HomeWish - Premium Furniture & Home Decor", description: "Discover premium furniture, stylish home decor, and delightful toys. Create your dream home with HomeWish."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1420,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -53,9 +53,11 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-wooden-chair_657883-341.jpg", imageAlt: "Modern furniture showroom"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-wooden-chair_657883-341.jpg", imageAlt: "Modern furniture showroom"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-carpet-playing-with-puppet_1153-2552.jpg", imageAlt: "Home decor and toys display"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-carpet-playing-with-puppet_1153-2552.jpg", imageAlt: "Home decor and toys display"
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -71,7 +73,7 @@ export default function LandingPage() {
|
||||
tag="New Arrivals"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "View All Products", href: "#categories" }]}
|
||||
buttons={[{ text: "Shop All Items – Limited Stock", href: "#categories" }]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -130,7 +132,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Interior Design Pro", "Home Styling Co", "Decor Boutique", "Furniture Direct", "Living Spaces", "Design Hub"]}
|
||||
"Interior Design Pro", "Home Styling Co", "Decor Boutique", "Furniture Direct", "Living Spaces", "Design Hub"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -147,17 +150,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", handle: "@sarahdesigns", testimonial: "Absolutely love the quality and design of the furniture I purchased. Delivery was quick and the pieces fit perfectly in my living room!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Mitchell"},
|
||||
id: "1", name: "Sarah Mitchell", handle: "@sarahdesigns", testimonial: "Absolutely love the quality and design of the furniture I purchased. Delivery was quick and the pieces fit perfectly in my living room!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "Designer & Home Enthusiast", testimonial: "The home decor collection is stunning! Each piece is carefully curated and adds such character to my space.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Michael Chen"},
|
||||
id: "2", name: "Michael Chen", handle: "Designer & Home Enthusiast", testimonial: "The home decor collection is stunning! Each piece is carefully curated and adds such character to my space.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", handle: "@emmahomedecor", testimonial: "My kids love the toys we bought! High quality, safe, and they've been keeping them entertained for weeks now.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Emma Rodriguez"},
|
||||
id: "3", name: "Emma Rodriguez", handle: "@emmahomedecor", testimonial: "My kids love the toys we bought! High quality, safe, and they've been keeping them entertained for weeks now.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Thompson", handle: "Interior Designer", testimonial: "Best shopping experience yet. The customer service was incredible and the products exceeded my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "David Thompson"},
|
||||
id: "4", name: "David Thompson", handle: "Interior Designer", testimonial: "Best shopping experience yet. The customer service was incredible and the products exceeded my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "David Thompson"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Chen", handle: "@jessicahome", testimonial: "Amazing selection and fantastic prices. I've already recommended HomeWish to all my friends!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Jessica Chen"},
|
||||
id: "5", name: "Jessica Chen", handle: "@jessicahome", testimonial: "Amazing selection and fantastic prices. I've already recommended HomeWish to all my friends!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Jessica Chen"
|
||||
},
|
||||
{
|
||||
id: "6", name: "James Wilson", handle: "Home & Lifestyle", testimonial: "The quality is exceptional and the designs are so modern. This is now my go-to shop for everything home-related.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "James Wilson"},
|
||||
id: "6", name: "James Wilson", handle: "Home & Lifestyle", testimonial: "The quality is exceptional and the designs are so modern. This is now my go-to shop for everything home-related.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "James Wilson"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
speed={40}
|
||||
|
||||
Reference in New Issue
Block a user