+
window.open("https://shinenative.com/properties/villa-bangalore", "_blank")
+ },
+ {
+ id: "2", name: "Luxury Penthouse - Mumbai", price: "₹3.2 Cr", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-70.jpg", imageAlt: "Luxury penthouse in Mumbai", onProductClick: () => window.open("https://shinenative.com/properties/penthouse-mumbai", "_blank")
+ },
+ {
+ id: "3", name: "Investment Plot - Hyderabad", price: "₹85 Lakhs", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-field-with-white-clouds-clear-sky_181624-16079.jpg", imageAlt: "Investment plot in Hyderabad", onProductClick: () => window.open("https://shinenative.com/properties/plot-hyderabad", "_blank")
+ },
+ {
+ id: "4", name: "Commercial Retail Space - Delhi", price: "₹2.1 Cr", imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg", imageAlt: "Commercial retail space in Delhi", onProductClick: () => window.open("https://shinenative.com/properties/retail-delhi", "_blank")
+ },
+ {
+ id: "5", name: "Family Apartment - Pune", price: "₹1.3 Cr", imageSrc: "http://img.b2bpic.net/free-photo/dining-area-comfortable-studio-flat-hotel-room_1262-12324.jpg", imageAlt: "Family apartment in Pune", onProductClick: () => window.open("https://shinenative.com/properties/apartment-pune", "_blank")
+ },
+ {
+ id: "6", name: "Corporate Office Complex - Gurgaon", price: "₹4.5 Cr", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-buildings-financial-district_1359-347.jpg", imageAlt: "Corporate office complex in Gurgaon", onProductClick: () => window.open("https://shinenative.com/properties/office-gurgaon", "_blank")
+ }
+ ]}
+ />
+
+
+
+
-
-
- {/* Gallery CTA */}
-
-
- {/* Footer */}
+
+
+
+
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 7482111..50a2109 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,58 +1,43 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
-import { Nunito_Sans } from "next/font/google";
+import { Source_Sans_3 } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
- variable: "--font-halant",
- subsets: ["latin"],
+ variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
- variable: "--font-inter",
- subsets: ["latin"],
+ variable: "--font-inter", subsets: ["latin"],
});
-const nunitoSans = Nunito_Sans({
- variable: "--font-nunito-sans",
- subsets: ["latin"],
+const sourceSans3 = Source_Sans_3({
+ variable: "--font-source-sans-3", subsets: ["latin"]
});
export const metadata: Metadata = {
- title: "Shine Native - Premium Real Estate Solutions",
- description: "Discover luxury properties, expert guidance, and investment opportunities with Shine Native across India.",
- keywords: "real estate, luxury villas, apartments, plots, commercial properties, India",
- metadataBase: new URL("https://shinenative.com"),
+ title: "Shine Native - Premium Real Estate Solutions in India", description: "Discover your perfect property with Shine Native. Expert real estate services for residential, luxury villas, apartments, plots, and commercial investments across India.", keywords: "real estate India, property buying, luxury villas, apartments, commercial properties, real estate investment, home buying India", metadataBase: new URL("https://shinenative.com"),
alternates: {
- canonical: "https://shinenative.com",
+ canonical: "https://shinenative.com"
},
openGraph: {
- title: "Shine Native - Find Your Perfect Property",
- description: "Premium real estate solutions for residential, commercial, and investment properties across India.",
- url: "https://shinenative.com",
- siteName: "Shine Native",
- images: [
+ title: "Shine Native - Premium Real Estate Solutions", description: "Find your perfect property with Shine Native. Trusted real estate partner across India for residential, commercial, and investment properties.", url: "https://shinenative.com", siteName: "Shine Native", type: "website", images: [
{
- url: "http://img.b2bpic.net/free-photo/mosque-pictures-moroccan-wall-pattern_1203-5080.jpg",
- alt: "Luxury properties by Shine Native",
- },
- ],
- type: "website",
+ url: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg", alt: "Luxury properties and buildings"
+ }
+ ]
},
twitter: {
- card: "summary_large_image",
- title: "Shine Native - Premium Real Estate",
- description: "Explore luxury properties and expert real estate guidance across India.",
- images: ["http://img.b2bpic.net/free-photo/mosque-pictures-moroccan-wall-pattern_1203-5080.jpg"],
+ card: "summary_large_image", title: "Shine Native - Premium Real Estate", description: "Expert real estate solutions across India. Find residential, commercial, and investment properties.", images: ["http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg"]
},
robots: {
index: true,
- follow: true,
- },
+ follow: true
+ }
};
export default function RootLayout({
@@ -64,7 +49,7 @@ export default function RootLayout({
{children}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index c93f8d8..6e0ced9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,276 +1,218 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
-import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
-import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
-import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
+import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
+import HeroOverlay from "@/components/sections/hero/HeroOverlay";
+import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
-import SplitAbout from "@/components/sections/about/SplitAbout";
-import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
-import ContactCTA from "@/components/sections/contact/ContactCTA";
-import FooterSimple from "@/components/sections/footer/FooterSimple";
+import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
+import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
+import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
+import ContactSplit from "@/components/sections/contact/ContactSplit";
+import FooterBase from "@/components/sections/footer/FooterBase";
import Link from "next/link";
-import { Home, Award, CheckCircle, MapPin, Shield, TrendingUp, Star, PhoneCall } from "lucide-react";
+import { Home, TrendingUp, Building2, MapPin } from "lucide-react";
export default function HomePage() {
return (
- {/* Navbar */}
-
- {/* Hero Section */}
-
- {/* Property Search Section */}
-
- {/* Featured Properties */}
window.open("https://shinenative.com/properties/1", "_blank")
+ },
+ {
+ id: "2", name: "Premium Apartment - Bangalore", price: "₹1.2 Cr", imageSrc: "http://img.b2bpic.net/free-photo/dining-area-comfortable-studio-flat-hotel-room_1262-12324.jpg", imageAlt: "Premium apartment in Bangalore", onProductClick: () => window.open("https://shinenative.com/properties/2", "_blank")
+ },
+ {
+ id: "3", name: "Commercial Complex - Delhi", price: "₹3.8 Cr", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-buildings-financial-district_1359-347.jpg", imageAlt: "Commercial complex in Delhi", onProductClick: () => window.open("https://shinenative.com/properties/3", "_blank")
+ }
+ ]}
/>
- {/* Why Choose Us */}
-
-
+
+
+
+
+
+
+
+
+
-
-
- {/* Testimonials */}
-
-
- {/* Contact CTA */}
-
-
+ console.log("Email submitted:", email)}
/>
- {/* Footer */}
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 7a7caac..c8329c7 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -1,154 +1,128 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
-import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
-import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
-import ContactCTA from "@/components/sections/contact/ContactCTA";
-import FooterSimple from "@/components/sections/footer/FooterSimple";
-import { PhoneCall } from "lucide-react";
+import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
+import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
+import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
+import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
+import FooterBase from "@/components/sections/footer/FooterBase";
+import Link from "next/link";
+import { CheckCircle, Briefcase, LineChart, Home } from "lucide-react";
export default function ServicesPage() {
return (
- {/* Navbar */}
-
- {/* Premium Services */}
-
-
+
-
-
- {/* Services CTA */}
-
-
+
+
+
+
+
+
+
+
- {/* Footer */}