diff --git a/app/about/page.tsx b/app/about/page.tsx new file mode 100644 index 0000000..6ab2999 --- /dev/null +++ b/app/about/page.tsx @@ -0,0 +1,264 @@ +export default function AboutPage() { + return ( + <> +
+
+
+
+
+ About Us +

+ Building Tomorrow's Homes Today +

+

+ Where luxury construction meets intelligent living. We create + extraordinary spaces that redefine modern living through + innovation and craftsmanship.{" "} +

+
+
+
+
+
+
+
+
+ {/* LEFT CONTENT */} +
+
+ What this Gives you +

+ About HouseCoin{" "} +

+
+

+ HouseCoin is a premium construction and smart home company dedicated + to creating exceptional living spaces that blend luxury with + cutting-edge technology. For over 15 years, we've been at the + forefront of architectural innovation. +

+

+ Our team of expert architects, engineers, and craftsmen work in + harmony to transform your vision into reality, ensuring every detail + reflects your lifestyle and aspirations. +

+
+
+ Premium Quality +
+
+ Smart Technology +
+
+
+ {/* RIGHT IMAGES */} +
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+ {/* Heading */} +
+
+
+
+ Values Shape Everything. +

+ Guiding principles that drive our excellence +

+
+
+
+
+ {/* Cards */} +
+ {/* Card 1 */} +
+
+
Mission
+
+ +
+
Focused on Impact
+

+ Our mission is to deliver high-quality, transparent, and + technology-driven construction solutions that create meaningful + living spaces. +

+
+
+ {/* Card 2 */} +
+
+
Vision
+
+ +
+
Future of Smart Living
+

+ Our vision is to redefine modern homes through innovation, smart + technology, and premium design experiences. +

+
+
+ {/* Card 3 */} +
+
+
Goals
+
+ +
+
Driven by Growth
+

+ We aim to scale innovation, deliver consistent quality, and ensure + long-term client satisfaction across every project. +

+
+
+
+
+
+
+
+
+
+ Core Values +

+ The foundation of everything we do +

+
+
+
+ {/* LEFT SIDE */} +
+
+
+ +
+
Quality Assured
+

+ We never compromise on quality, ensuring every project meets the + highest standards. +

+
+
+
+ +
+
Innovation First
+

+ Embracing cutting-edge technology and smart home solutions for + modern living. +

+
+
+ {/* CENTER IMAGE */} +
+ +
+ {/* RIGHT SIDE */} +
+
+
+ +
+
Client Focused
+

+ Your vision is our mission. We build relationships alongside + structures with trust always. +

+
+
+
+ +
+
Sustainable Growth
+

+ Eco-friendly practices and sustainable materials for a better + tomorrow future growth vision. +

+
+
+
+
+
+
+
+
+ {/* LEFT IMAGES */} +
+
+
+ +
+
+ +
+
+
+ {/* RIGHT CONTENT */} +
+

Smart Home Technology

+

+ We integrate the latest smart home technology into every project, + ensuring your home is not just beautiful, but intelligent and + efficient. +

+
+
Energy Management
+

+ Advanced systems that optimize energy consumption and reduce + costs. +

+
+
+
Automated Systems
+

+ Control lighting, climate, security, and entertainment with ease. +

+
+
+
Advanced Security
+

State-of-the-art security systems for complete peace of mind.

+
+
+
+
+
+ + + ); + } \ No newline at end of file diff --git a/app/blog/blog_details/page.jsx b/app/blog/blog_details/page.jsx new file mode 100644 index 0000000..a9e96c7 --- /dev/null +++ b/app/blog/blog_details/page.jsx @@ -0,0 +1,151 @@ +import Image from "next/image"; +import Link from "next/link"; + +export default function BlogDetails() { + return ( + <> + {/* HERO SECTION */} +
+
+
+
+
+ + Blogs Details + +

+ Expert Ideas, Trends & Guides for Smarter Living +

+

+ Stay updated with the latest trends in home remodeling, smart + living, and modern design. Our blog brings you expert insights. +

+
+
+ +
+ + Schedule Consultation + +
+
+
+
+ + {/* BLOG DETAILS */} +
+
+
+ + {/* LEFT CONTENT */} +
+
+ +
+ 12 Feb 2026 | HouseCoin Team +
+ +

+ Smart Kitchen Remodeling Ideas to Elevate Functionality and Style +

+ +

+ A well-designed kitchen is the heart of every modern home. At HouseCoin, we believe that kitchen remodeling is not just about aesthetics—it’s about enhancing functionality, improving workflow, and creating a space that reflects your lifestyle. From smart storage solutions to premium finishes, every detail plays a crucial role in transforming your kitchen into a highly efficient and elegant space. +

+ +

+ With the integration of smart home technology, today’s kitchens are more advanced than ever. Features like automated lighting, touchless faucets, and energy-efficient appliances not only add convenience but also contribute to sustainable living. Our expert team ensures that every kitchen renovation is tailored to meet both your design preferences and practical needs. +

+ + kitchen remodel + +

Key benefits of kitchen remodeling

+
    +
  • Maximizes space with smart storage and layout planning
  • +
  • Enhances home value with modern and premium finishes
  • +
  • Improves energy efficiency with advanced appliances
  • +
  • Creates a seamless blend of style and functionality
  • +
+ +

Building a future-ready living space

+

+ Investing in a kitchen remodel is a step toward a smarter and more comfortable lifestyle. At HouseCoin, we combine innovative design, quality craftsmanship, and cutting-edge technology to deliver spaces that are built to last. Whether you're planning a complete renovation or a simple upgrade, our team ensures a smooth, transparent, and hassle-free experience from start to finish. +

+ +
+
+ kitchen remodel +
+
+ kitchen remodel +
+
+ +
+
+ + {/* RIGHT SIDEBAR */} +
+
+ +
+
Popular Posts
+ +
+ +
+ 18 Feb 2026 +

How Smart Home Technology is Transforming Modern Living

+
+
+ +
+ +
+ 25 Feb 2026 +

Sunroom Design Ideas to Brighten Your Living Space

+
+
+ +
+ +
+ 03 Mar 2026 +

Outdoor Living Spaces: Create the Perfect Backyard Retreat

+
+
+ +
+ +
+
+ +
+
+
+ + ); +} \ No newline at end of file diff --git a/app/blog/page.jsx b/app/blog/page.jsx new file mode 100644 index 0000000..521b75c --- /dev/null +++ b/app/blog/page.jsx @@ -0,0 +1,112 @@ +import Link from "next/link"; +import Image from "next/image"; +import Contact from "@/component/Contact"; +export default function BlogPage() { + const blogs = [ + { + img: "/assets/images/blog1.png", + date: "12 Feb 2026", + title: "Top Kitchen Remodeling Ideas to Maximize Space & Style", + }, + { + img: "/assets/images/blog2.png", + date: "18 Feb 2026", + title: "How Smart Home Technology is Transforming Modern Living", + }, + { + img: "/assets/images/blog3.png", + date: "25 Feb 2026", + title: "Sunroom Design Ideas to Brighten Your Living Space", + }, + { + img: "/assets/images/blog4.png", + date: "03 Mar 2026", + title: "Outdoor Living Spaces: Create the Perfect Backyard Retreat", + }, + { + img: "/assets/images/blog1.png", + date: "10 Mar 2026", + title: "Budget-Friendly Renovation Tips Without Compromising Quality", + }, + { + img: "/assets/images/blog4.png", + date: "18 Mar 2026", + title: "Step-by-Step Guide to Planning Your Dream Home Remodel", + }, + ]; + + return ( + <> + {/* HERO SECTION */} +
+
+
+
+
+ Our Blogs +

+ Expert Ideas, Trends & Guides for Smarter Living +

+

+ Stay updated with the latest trends in home remodeling, smart + living, and modern design. Our blog brings you expert insights. +

+
+
+ +
+ + Schedule Consultation + +
+
+
+
+ + {/* BLOG GRID */} +
+
+
+
+ Insights & Inspiration +

Expert Ideas for Smarter Home Transformations

+
+
+ +
+
+ {blogs.map((blog, index) => ( + + {blog.title} + +
+ + calendar{" "} + {blog.date} • HouseCoin Team + +

{blog.title}

+
+ + ))} +
+
+
+
+ + + ); + } \ No newline at end of file diff --git a/app/faq/page.jsx b/app/faq/page.jsx new file mode 100644 index 0000000..60a8b65 --- /dev/null +++ b/app/faq/page.jsx @@ -0,0 +1,305 @@ +import Contact from "@/component/Contact" +export default function FaqPage() { + return ( +<> +
+
+
+
+
+ Faq +

Frequently Asked Questions

+

+ Everything you need to know about our services, pricing, and + process. +

+
+
+
+
+
+
+
+
+ {/* 1 */} +
+

+ +

+
+
+ We use high-quality materials and advanced construction techniques + to ensure strong, durable, and long-lasting structural frameworks + for every project. +
+
+
+ {/* 2 */} +
+

+ +

+
+
+ Our glazing solutions include energy-efficient, UV-protected, and + weather-resistant glass options designed to enhance aesthetics and + comfort. +
+
+
+ {/* 3 */} +
+

+ +

+
+
+ We integrate safe electrical systems and efficient HVAC solutions + to ensure proper lighting, ventilation, and climate control in + your space. +
+
+
+ {/* 4 */} +
+

+ +

+
+
+ Choose from a wide range of flooring options including hardwood, + tiles, vinyl, and laminates to match your design and durability + needs. +
+
+
+ {/* 5 */} +
+

+ +

+
+
+ Yes, we provide a complimentary consultation to understand your + requirements and suggest the best solutions tailored to your + project. +
+
+
+ {/* 6 */} +
+

+ +

+
+
+ Project timelines depend on scope and complexity. Smaller + renovations may take a few weeks, while larger projects can take + several months. +
+
+
+ {/* 7 */} +
+

+ +

+
+
+ Yes, we are fully licensed and insured, ensuring compliance with + industry standards and complete peace of mind for our clients. +
+
+
+ {/* 8 */} +
+

+ +

+
+
+ Absolutely! All our designs are fully customizable. We work + closely with you to create a space that matches your vision and + lifestyle. +
+
+
+ {/* 9 */} +
+

+ +

+
+
+ Yes, we ensure regular updates and clear communication throughout + the project so you stay informed at every stage. +
+
+
+ {/* 10 */} +
+

+ +

+
+
+ We primarily serve Central and South Texas, including Austin, + Dallas, and San Antonio. +
+
+
+ {/* 11 */} +
+

+ +

+
+
+ Yes, we specialize in smart home integrations like automated + lighting, security systems, and advanced home technologies. +
+
+
+ {/* 12 */} +
+

+ +

+
+
+ Simply click on "Get a Quote" or contact us directly. Our team + will guide you through the process and schedule your consultation. +
+
+
+
+
+
+ + + + ); +} \ No newline at end of file diff --git a/app/favicon.ico b/app/favicon.ico deleted file mode 100644 index 718d6fe..0000000 Binary files a/app/favicon.ico and /dev/null differ diff --git a/app/layout.tsx b/app/layout.tsx index 976eb90..f8b2acf 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,33 +1,56 @@ -import type { Metadata } from "next"; -import { Geist, Geist_Mono } from "next/font/google"; -import "./globals.css"; - -const geistSans = Geist({ - variable: "--font-geist-sans", - subsets: ["latin"], -}); - -const geistMono = Geist_Mono({ - variable: "--font-geist-mono", - subsets: ["latin"], -}); - -export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", -}; +import "bootstrap/dist/css/bootstrap.min.css" +import "swiper/css" +import "aos/dist/aos.css" +import Header from "@/component/header" +import Footer from "@/component/Footer" +import Script from "next/script" export default function RootLayout({ children, -}: Readonly<{ - children: React.ReactNode; -}>) { +}: { + children: React.ReactNode +}) { return ( - - {children} + + + {/* ✅ YAHAN */} + + + + + + + +
+ + {children} + + +