diff --git a/src/app/page.tsx b/src/app/page.tsx index 493240d..633c656 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { ]} animationType='slide-up' title='Our Premium Real Estate Services' - description='We provide a full suite of services designed to make your real estate journey smooth, stress-free, and successful. From market insights to expert guidance, we\'re here to support you every step of the way.' + description="We provide a full suite of services designed to make your real estate journey smooth, stress-free, and successful. From market insights to expert guidance, we're here to support you every step of the way." textboxLayout='split-description' useInvertedBackground={true} tag='Trusted Excellence' @@ -98,7 +98,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ {id: 'service-1', name: 'Home Buying Guide', price: '$49.99', imageSrc: 'http://img.b2bpic.net/free-photo/african-american-woman-her-bearded-caucasuan-husband-discuss-terms-new-contract-with-employee_273609-44247.jpg', imageAlt: 'Home Buying Guide illustration', isFavorited: false, initialQuantity: 1}, - {id: 'service-2', name: 'Seller\'s Marketplace', price: '$79.99', imageSrc: 'http://img.b2bpic.net/free-photo/house-loan-estate-sell-mortgage-concept_53876-125097.jpg', imageAlt: 'Seller\'s Marketplace dashboard', isFavorited: false, initialQuantity: 1}, + {id: 'service-2', name: "Seller's Marketplace", price: '$79.99', imageSrc: 'http://img.b2bpic.net/free-photo/house-loan-estate-sell-mortgage-concept_53876-125097.jpg', imageAlt: "Seller's Marketplace dashboard", isFavorited: false, initialQuantity: 1}, {id: 'service-3', name: 'Property Valuation Report', price: '$29.99', imageSrc: 'http://img.b2bpic.net/free-photo/interracial-couple-signing-mortgage-investment-contract-meeting-with-broker_1163-4633.jpg', imageAlt: 'Property valuation report sample', isFavorited: false, initialQuantity: 1} ]} /> @@ -106,12 +106,12 @@ export default function LandingPage() {