Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user