8 Commits

Author SHA1 Message Date
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
4e26a121c6 Update src/app/page.tsx 2026-03-05 12:01:58 +00:00
6be67fb797 Update src/app/layout.tsx 2026-03-05 12:01:58 +00:00
bb45589470 Merge version_1 into main
Merge version_1 into main
2026-03-05 12:01:03 +00:00
bab817f6e6 Merge version_1 into main
Merge version_1 into main
2026-03-05 12:00:18 +00:00
c2074ed526 Merge version_1 into main
Merge version_1 into main
2026-03-05 11:59:15 +00:00
2 changed files with 25 additions and 55 deletions

View File

@@ -1,58 +1,20 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google"; import { Inter } from "next/font/google";
import { Poppins } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({ const inter = Inter({ subsets: ["latin"] });
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"],
});
export const metadata: Metadata = { 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"), title: "Create Next App", description: "Generated by create next app"};
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,
},
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={inter.className}>{children}
<body
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1420,7 +1382,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -53,9 +53,11 @@ export default function LandingPage() {
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ 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" mediaAnimation="slide-up"
rating={5} rating={5}
@@ -130,7 +132,8 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ 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} speed={40}
showCard={true} showCard={true}
/> />
@@ -147,17 +150,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ 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" animationType="slide-up"
speed={40} speed={40}
@@ -172,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" }}