diff --git a/src/app/page.tsx b/src/app/page.tsx
index f3d441e..87980bb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -53,9 +53,7 @@ export default function HomePage() {
{ name: "About", id: "/about" },
]}
button={{
- text: "Call Now",
- href: "tel:+919876543210",
- }}
+ text: "Call Now", href: "tel:+919876543210"}}
animateOnLoad={true}
/>
@@ -69,31 +67,20 @@ export default function HomePage() {
tagAnimation="slide-up"
buttons={[
{
- text: "Call Now",
- href: "tel:+919876543210",
- },
+ text: "Call Now", href: "tel:+919876543210"},
{
- text: "Get Free Consultation",
- href: "#contact-cta",
- },
+ text: "Get Free Consultation", href: "#contact-cta"},
]}
buttonAnimation="slide-up"
background={{
- variant: "radial-gradient",
- }}
+ variant: "radial-gradient"}}
dashboard={{
- title: "Property Market Insights",
- logoIcon: Hexagon,
- imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148310538.jpg",
- buttons: [
+ title: "Property Market Insights", logoIcon: Hexagon,
+ imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148310538.jpg", buttons: [
{
- text: "View Listings",
- href: "#projects",
- },
+ text: "View Listings", href: "#projects"},
{
- text: "Market Report",
- href: "#",
- },
+ text: "Market Report", href: "#"},
],
sidebarItems: [
{
@@ -109,49 +96,34 @@ export default function HomePage() {
],
stats: [
{
- title: "Properties Sold",
- values: [45, 68, 92],
- description: "Successful transactions",
- },
+ title: "Properties Sold", values: [45, 68, 92],
+ description: "Successful transactions"},
{
- title: "Active Projects",
- values: [8, 12, 15],
- description: "Under construction",
- },
+ title: "Active Projects", values: [8, 12, 15],
+ description: "Under construction"},
{
- title: "Satisfied Clients",
- values: [150, 220, 280],
- description: "Across Andhra Pradesh",
- },
+ title: "Satisfied Clients", values: [150, 220, 280],
+ description: "Across Andhra Pradesh"},
],
- chartTitle: "Sales Growth",
- chartData: [
+ chartTitle: "Sales Growth", chartData: [
{ value: 60 },
{ value: 75 },
{ value: 85 },
{ value: 90 },
{ value: 95 },
],
- listTitle: "Recent Transactions",
- listItems: [
+ listTitle: "Recent Transactions", listItems: [
{
icon: Home,
- title: "Residential Plot - 2500 sq.ft",
- status: "Sold",
- },
+ title: "Residential Plot - 2500 sq.ft", status: "Sold"},
{
icon: Building2,
- title: "Commercial Property - West Godavari",
- status: "Listed",
- },
+ title: "Commercial Property - West Godavari", status: "Listed"},
{
icon: MapPin,
- title: "Construction Project - Tadepalligudem",
- status: "In Progress",
- },
+ title: "Construction Project - Tadepalligudem", status: "In Progress"},
],
- searchPlaceholder: "Search properties...",
- }}
+ searchPlaceholder: "Search properties..."}}
/>
@@ -159,59 +131,29 @@ export default function HomePage() {