Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -53,19 +53,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Johnson", handle: "Homeowner", testimonial: "They guided us through every step of the process. Amazing service and support!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Michael Chen", handle: "Real Estate Investor", testimonial: "Professional team that understands the market. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-businessman-with-crossed-arms_1139-348.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-businessman-with-crossed-arms_1139-348.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Emily Rodriguez", handle: "Home Seller", testimonial: "Excellent communication and negotiation skills. Sold quickly and fairly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064811.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064811.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "David Kim", handle: "First-Time Buyer", testimonial: "Made the buying process simple and stress-free. Thank you!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-couple-discussing-with-financial-advisor-while-analyzing-documents-meeting-office_637285-1726.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-couple-discussing-with-financial-advisor-while-analyzing-documents-meeting-office_637285-1726.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-architect-showing-blueprint-his-female-colleague_23-2147839903.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-architect-showing-blueprint-his-female-colleague_23-2147839903.jpg?_wi=1"
|
||||
imageAlt="Yes Realtors professional team"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
@@ -123,13 +123,13 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "property-1", name: "Modern Home - Uptown Charlotte", price: "$450,000", imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-brown-gray-houses-pink-sky_181624-3252.jpg", imageAlt: "Modern home in Uptown", initialQuantity: 1
|
||||
id: "property-1", name: "Modern Home - Uptown Charlotte", price: "$450,000", imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-brown-gray-houses-pink-sky_181624-3252.jpg?_wi=1", imageAlt: "Modern home in Uptown", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "property-2", name: "Urban Apartment - South End", price: "$380,000", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-concrete-city-structure_23-2148798643.jpg", imageAlt: "Urban apartment", initialQuantity: 1
|
||||
id: "property-2", name: "Urban Apartment - South End", price: "$380,000", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-concrete-city-structure_23-2148798643.jpg?_wi=1", imageAlt: "Urban apartment", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "property-3", name: "Luxury Home - Myers Park", price: "$650,000", imageSrc: "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg", imageAlt: "Luxury home interior", initialQuantity: 1
|
||||
id: "property-3", name: "Luxury Home - Myers Park", price: "$650,000", imageSrc: "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg?_wi=1", imageAlt: "Luxury home interior", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/realtor-handing-smiley-couple-keys-their-new-home_23-2148895467.jpg", imageAlt: "Home buying consultation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-brown-gray-houses-pink-sky_181624-3252.jpg", imageAlt: "Property viewing"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-brown-gray-houses-pink-sky_181624-3252.jpg?_wi=2", imageAlt: "Property viewing"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -167,7 +167,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-loan-estate-sell-mortgage-concept_53876-125098.jpg", imageAlt: "Home selling service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-concrete-city-structure_23-2148798643.jpg", imageAlt: "Property listing"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-concrete-city-structure_23-2148798643.jpg?_wi=2", imageAlt: "Property listing"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -178,7 +178,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-female-leader-evaluating-trading-risks-before-making-investment_482257-112812.jpg", imageAlt: "Investment consultation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg", imageAlt: "Investment property"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg?_wi=2", imageAlt: "Investment property"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -189,7 +189,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-showing-results-report_1098-819.jpg", imageAlt: "Bilingual service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-architect-showing-blueprint-his-female-colleague_23-2147839903.jpg", imageAlt: "Diverse team"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-architect-showing-blueprint-his-female-colleague_23-2147839903.jpg?_wi=2", imageAlt: "Diverse team"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -214,27 +214,27 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Steffany Cid", handle: "Homebuyer", testimonial: "She was there for us every step of the way, answering any questions we had during our search. I will recommend her to anyone looking for a home.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Martinez", handle: "Property Seller", testimonial: "Outstanding service and professionalism. They sold our home quickly and at a great price. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-businessman-with-crossed-arms_1139-348.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-businessman-with-crossed-arms_1139-348.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Angela Thompson", handle: "Real Estate Investor", testimonial: "Excellent market knowledge and negotiation skills. They helped me find multiple investment properties. Great team!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064811.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064811.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Roberto Gonzalez", handle: "First-Time Buyer", testimonial: "Muy profesional y amable. Hablamos español y eso fue muy importante. Gracias por ayudarnos a encontrar nuestra casa.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-couple-discussing-with-financial-advisor-while-analyzing-documents-meeting-office_637285-1726.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-couple-discussing-with-financial-advisor-while-analyzing-documents-meeting-office_637285-1726.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Chen", handle: "Commercial Property Buyer", testimonial: "Professional, responsive, and knowledgeable. They guided us through a complex commercial transaction seamlessly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "6", name: "William Davis", handle: "Relocating Executive", testimonial: "Relocated from out of state and they made the process smooth and stress-free. Excellent team!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-businessman-with-crossed-arms_1139-348.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-businessman-with-crossed-arms_1139-348.jpg?_wi=3"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -261,7 +261,7 @@ export default function LandingPage() {
|
||||
id: "2", value: "98%", title: "Client Satisfaction", description: "Highly satisfied customers", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-girlfriend-boyfriend-show-ok-sign-with-hands-express-excellent-symbol-demonstrate-their-approval-agreement-have-cheerful-expressions-stand-indoor-against-white-wall_273609-16204.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", value: "15+", title: "Years Experience", description: "Serving Charlotte region", imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-brown-gray-houses-pink-sky_181624-3252.jpg"
|
||||
id: "3", value: "15+", title: "Years Experience", description: "Serving Charlotte region", imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-brown-gray-houses-pink-sky_181624-3252.jpg?_wi=3"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user