Update src/app/page.tsx
This commit is contained in:
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
description="Discover your next chapter in this beautiful San Antonio home. Perfectly located for comfort and convenience."
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-691.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-691.jpg?_wi=1"
|
||||
imageAlt="1607 Harness Ln Front View"
|
||||
testimonials={[{
|
||||
name: "Local Resident", handle: "@satxliving", testimonial: "San Antonio is a fantastic place to call home, with vibrant culture and great community.", rating: 5
|
||||
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-pink-rough-wall-texture_53876-75008.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-pink-rough-wall-texture_53876-75008.jpg?_wi=1"
|
||||
imageAlt="Interior details"
|
||||
/>
|
||||
</div>
|
||||
@@ -79,9 +79,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Modern Kitchen", description: "Updated appliances and ample counter space for culinary enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pink-rough-wall-texture_53876-75008.jpg" },
|
||||
{ title: "Spacious Living", description: "Open-concept layout designed for relaxation and entertainment.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pink-rough-wall-texture_53876-75008.jpg" },
|
||||
{ title: "Prime Location", description: "Close proximity to schools, shopping, and major San Antonio landmarks.", imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-691.jpg" }
|
||||
{ title: "Modern Kitchen", description: "Updated appliances and ample counter space for culinary enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pink-rough-wall-texture_53876-75008.jpg?_wi=2" },
|
||||
{ title: "Spacious Living", description: "Open-concept layout designed for relaxation and entertainment.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pink-rough-wall-texture_53876-75008.jpg?_wi=3" },
|
||||
{ title: "Prime Location", description: "Close proximity to schools, shopping, and major San Antonio landmarks.", imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-691.jpg?_wi=2" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user