diff --git a/src/app/page.tsx b/src/app/page.tsx index d91d4c3..f09e9d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,19 +156,15 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" - gridVariant="uniform-all-items-equal" testimonials={[ { - id: "1", name: "John Smith", role: "Database Administrator", company: "Enterprise Corp", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", imageAlt: "John Smith" + id: "1", name: "John Smith", handle: "@johnsmith", testimonial: "Excellent cloud hosting service. Their support team is incredibly responsive and helpful.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", imageAlt: "John Smith" }, { - id: "2", name: "Sarah Johnson", role: "IT Director", company: "Tech Solutions", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop", imageAlt: "Sarah Johnson" + id: "2", name: "Sarah Johnson", handle: "@sarahjohnson", testimonial: "Best FileMaker hosting solution we've used. Reliable, secure, and scales with our business needs.", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop", imageAlt: "Sarah Johnson" }, { - id: "3", name: "Michael Chen", role: "Development Lead", company: "Digital Innovations", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop", imageAlt: "Michael Chen" + id: "3", name: "Michael Chen", handle: "@mchen", testimonial: "Outstanding platform. The migration process was smooth and their team guided us every step of the way.", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop", imageAlt: "Michael Chen" }, ]} /> @@ -180,6 +176,11 @@ export default function LandingPage() { description="Ready to elevate your FileMaker deployment? Contact our team for a consultation." buttonText="Send Message" useInvertedBackground={false} + inputs={[ + { name: "email", type: "email", placeholder: "your@email.com", required: true }, + { name: "company", type: "text", placeholder: "Your Company", required: true }, + ]} + mediaAnimation="none" />