diff --git a/src/app/page.tsx b/src/app/page.tsx index a685b15..fbf9cac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/front-view-young-professional-real-estate-agent-siting-office-looking-camera_23-2148182977.jpg", alt: "Client 5"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920946.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWcN5Gh9DeLvOS4Rrxurw0qb8v/uploaded-1780298612639-gawvknmr.jpg" videoSrc="http://img.b2bpic.net/free-photo/aerial-photography-chinese-city_1127-3041.jpg" imageAlt="Luxury villa in Kolhapur" mediaAnimation="opacity" @@ -152,13 +152,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "prop-1", name: "Luxurious Villa Estate", price: "₹ 5.5 Cr", imageSrc: "http://img.b2bpic.net/free-photo/italy-architecture-outdoor-landmark-europe_1203-6325.jpg", imageAlt: "Luxury Villa"}, + id: "prop-1", name: "Luxurious Villa Estate", price: "₹ 5.5 Cr", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWcN5Gh9DeLvOS4Rrxurw0qb8v/uploaded-1780298612640-phvao1wj.jpg", imageAlt: "Luxury Villa"}, { - id: "prop-2", name: "Elite City Apartment", price: "₹ 1.8 Cr", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-island-armchair-stylish-open-space-home-design_169016-72732.jpg", imageAlt: "Elite Apartment"}, + id: "prop-2", name: "Elite City Apartment", price: "₹ 1.8 Cr", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWcN5Gh9DeLvOS4Rrxurw0qb8v/uploaded-1780298612640-6o2caj4p.jpg", imageAlt: "Elite Apartment"}, { - id: "prop-3", name: "Prime Residential Plot", price: "₹ 75 Lac", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-landscape-with-plantations-trees-cloudy-sky_181624-44866.jpg", imageAlt: "Residential Plot"}, + id: "prop-3", name: "Prime Residential Plot", price: "₹ 75 Lac", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWcN5Gh9DeLvOS4Rrxurw0qb8v/uploaded-1780298612640-k3avhjw1.jpg", imageAlt: "Residential Plot"}, { - id: "prop-4", name: "Commercial Office Space", price: "₹ 3.2 Cr", imageSrc: "http://img.b2bpic.net/free-photo/corporate-businesswoman-beige-suit-silhouette-young-corporate-woman-with-documents-laptop_1258-119507.jpg", imageAlt: "Commercial Office"}, + id: "prop-4", name: "Commercial Office Space", price: "₹ 3.2 Cr", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWcN5Gh9DeLvOS4Rrxurw0qb8v/uploaded-1780298612640-smz7w5ih.jpg", imageAlt: "Commercial Office"}, { id: "prop-5", name: "Seaside View Mansion", price: "₹ 8.0 Cr", imageSrc: "http://img.b2bpic.net/free-photo/empty-peaceful-place-outdoors_23-2148739339.jpg", imageAlt: "Seaside Mansion"}, { @@ -341,9 +341,11 @@ export default function LandingPage() { ]} logoText="Vishal Real Estate Kolhapur" copyrightText="© 2024 Vishal Real Estate Kolhapur. All rights reserved." + logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWcN5Gh9DeLvOS4Rrxurw0qb8v/uploaded-1780298612639-gawvknmr.jpg" + logoAlt="Vishal Real Estate Kolhapur Logo" /> ); -} +} \ No newline at end of file diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 62c2d18..efe6053 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-montserrat), sans-serif; + font-family: var(--font-libre-baskerville), serif; } diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a35170a..b483a57 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0B1220; - --card: #111827; - --foreground: #FFFFFF; - --primary-cta: #D4AF37; - --primary-cta-text: #0B1220; - --secondary-cta: #111827; - --secondary-cta-text: #FFFFFF; - --accent: #D4AF37; - --background-accent: #111827; + --background: #000000; + --card: #0c0c0c; + --foreground: #ffffff; + --primary-cta: #cee7ff; + --primary-cta-text: #000000; + --secondary-cta: #000000; + --secondary-cta-text: #ffffff; + --accent: #535353; + --background-accent: #CEE7FF; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);