diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9235d0d..dd168c7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,7 +25,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="medium" - background="floatingGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -36,9 +36,7 @@ export default function AboutPage() { brandName="Trevor Melton" navItems={navItems} button={{ - text: "Inquire Now", - href: "/inquire", - }} + text: "Inquire Now", href: "/inquire"}} /> @@ -49,17 +47,11 @@ export default function AboutPage() { tag="Our Philosophy" features={[ { - title: "Technical Excellence", - description: "Mastery of light, composition, and equipment ensures every frame is flawless. From golden hour magic to precise architectural documentation, technical precision is non-negotiable.", - }, + title: "Technical Excellence", description: "Mastery of light, composition, and equipment ensures every frame is flawless. From golden hour magic to precise architectural documentation, technical precision is non-negotiable.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Technical excellence in photography"}, { - title: "Artistic Vision", - description: "Beyond documentation—we craft narratives. Each space tells a story of design intent, lifestyle aspiration, and emotional connection through authentic, poetic imagery.", - }, + title: "Artistic Vision", description: "Beyond documentation—we craft narratives. Each space tells a story of design intent, lifestyle aspiration, and emotional connection through authentic, poetic imagery.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Artistic vision in visual storytelling"}, { - title: "Client Collaboration", - description: "We listen deeply to understand your vision. Bespoke creative direction, flexible scheduling, and strategic positioning ensure your properties command premium attention and pricing.", - }, + title: "Client Collaboration", description: "We listen deeply to understand your vision. Bespoke creative direction, flexible scheduling, and strategic positioning ensure your properties command premium attention and pricing.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Client collaboration process"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -75,53 +67,17 @@ export default function AboutPage() { tag="Client Testimonials" testimonials={[ { - id: "1", - name: "Marcus Chen", - handle: "Principal Architect, Chen Design Group", - testimonial: "Trevor's photographs have elevated every project we've presented. His understanding of architectural intent is exceptional—he doesn't just document, he amplifies design vision.", - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=5", - imageAlt: "Marcus Chen", - }, + id: "1", name: "Marcus Chen", handle: "Principal Architect, Chen Design Group", testimonial: "Trevor's photographs have elevated every project we've presented. His understanding of architectural intent is exceptional—he doesn't just document, he amplifies design vision.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Marcus Chen"}, { - id: "2", - name: "Victoria Sterling", - handle: "CEO, Sterling Luxury Estates", - testimonial: "Working with Trevor transformed our marketing strategy. His imagery commands premium positioning—buyers respond to the authenticity and technical perfection.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149713708.jpg?_wi=3", - imageAlt: "Victoria Sterling", - }, + id: "2", name: "Victoria Sterling", handle: "CEO, Sterling Luxury Estates", testimonial: "Working with Trevor transformed our marketing strategy. His imagery commands premium positioning—buyers respond to the authenticity and technical perfection.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149713708.jpg", imageAlt: "Victoria Sterling"}, { - id: "3", - name: "James Rothstein", - handle: "Development Director, Rothstein Partners", - testimonial: "Trevor's work is instrumental to our project launches. He captures not just buildings, but the aspirational lifestyle these spaces represent. Genuinely transformative.", - imageSrc: "http://img.b2bpic.net/free-photo/friendly-businessman-with-arms-crossed_23-2147985122.jpg?_wi=3", - imageAlt: "James Rothstein", - }, + id: "3", name: "James Rothstein", handle: "Development Director, Rothstein Partners", testimonial: "Trevor's work is instrumental to our project launches. He captures not just buildings, but the aspirational lifestyle these spaces represent. Genuinely transformative.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-businessman-with-arms-crossed_23-2147985122.jpg", imageAlt: "James Rothstein"}, { - id: "4", - name: "Isabella Rossi", - handle: "Interior Designer, Rossi Contemporary", - testimonial: "Collaborating with Trevor is seamless. He understands design language intimately and translates spatial narratives with remarkable clarity. Essential partner for luxury projects.", - imageSrc: "http://img.b2bpic.net/free-photo/creative-man_1098-14894.jpg?_wi=3", - imageAlt: "Isabella Rossi", - }, + id: "4", name: "Isabella Rossi", handle: "Interior Designer, Rossi Contemporary", testimonial: "Collaborating with Trevor is seamless. He understands design language intimately and translates spatial narratives with remarkable clarity. Essential partner for luxury projects.", imageSrc: "http://img.b2bpic.net/free-photo/creative-man_1098-14894.jpg", imageAlt: "Isabella Rossi"}, { - id: "5", - name: "David Weinstein", - handle: "Luxury Real Estate Agent, The Pinnacle Group", - testimonial: "Trevor's photographs consistently generate higher inquiry rates and faster sales cycles. His technical precision combined with artistic vision is unmatched in South Florida.", - imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg?_wi=3", - imageAlt: "David Weinstein", - }, + id: "5", name: "David Weinstein", handle: "Luxury Real Estate Agent, The Pinnacle Group", testimonial: "Trevor's photographs consistently generate higher inquiry rates and faster sales cycles. His technical precision combined with artistic vision is unmatched in South Florida.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", imageAlt: "David Weinstein"}, { - id: "6", - name: "Sophie Laurent", - handle: "Brand Director, Luxury Living Collective", - testimonial: "From portfolio shoots to editorial campaigns, Trevor delivers consistently exceptional work. His attention to detail and creative problem-solving set him apart as a true visionary.", - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=6", - imageAlt: "Sophie Laurent", - }, + id: "6", name: "Sophie Laurent", handle: "Brand Director, Luxury Living Collective", testimonial: "From portfolio shoots to editorial campaigns, Trevor delivers consistently exceptional work. His attention to detail and creative problem-solving set him apart as a true visionary.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Sophie Laurent"}, ]} textboxLayout="default" animationType="slide-up" @@ -134,13 +90,9 @@ export default function AboutPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index c5e3c27..b7a8452 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="medium" - background="floatingGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -39,9 +39,7 @@ export default function HomePage() { brandName="Trevor Melton" navItems={navItems} button={{ - text: "Inquire Now", - href: "/inquire", - }} + text: "Inquire Now", href: "/inquire"}} /> @@ -49,7 +47,7 @@ export default function HomePage() {