diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 34cc5e5..2533332 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,14 +24,12 @@ export default function LandingPage() { @@ -41,16 +39,10 @@ export default function LandingPage() { title="Request a Free Estimate" description="Tell us about your event. We typically respond within 4 business hours." inputs={[ - { - name: "name", type: "text", placeholder: "Full Name", required: true, - }, - { - name: "email", type: "email", placeholder: "Email Address", required: true, - }, + { name: "name", type: "text", placeholder: "Full Name", required: true }, + { name: "email", type: "email", placeholder: "Email Address", required: true }, ]} - textarea={{ - name: "message", placeholder: "Tell us about your event details...", rows: 4, - }} + textarea={{ name: "message", placeholder: "Tell us about your event details...", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/happy-event-manager-banquet-hall_23-2148085332.jpg" /> @@ -58,22 +50,8 @@ export default function LandingPage() { @@ -57,22 +52,8 @@ export default function LandingPage() { @@ -105,12 +88,8 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={false} products={[ - { - id: "p1", brand: "CleanScene", name: "3-Station Private Suite", price: "Quote on Request", rating: 0, - reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-wood-stone-white-bathroom_105762-2136.jpg"}, - { - id: "p2", brand: "CleanScene", name: "Executive Comfort Series", price: "Quote on Request", rating: 0, - reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg"}, + { id: "p1", brand: "CleanScene", name: "3-Station Private Suite", price: "Quote on Request", rating: 0, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-wood-stone-white-bathroom_105762-2136.jpg" }, + { id: "p2", brand: "CleanScene", name: "Executive Comfort Series", price: "Quote on Request", rating: 0, reviewCount: "", imageSrc: "http://img.b2bpic.net/modern-bathroom-with-big-mirror_1203-1497.jpg" }, ]} title="Our Curated Fleet" description="Made-in-USA trailers designed for peak comfort." @@ -126,12 +105,9 @@ export default function LandingPage() { title="Modern Hospitality Standards" description="Every detail of our rental fleet is meticulously maintained to ensure your event leaves a lasting impression." features={[ - { - title: "Advanced Climate Control", description: "Fully adjustable heating and cooling systems to keep guests comfortable regardless of the season.", imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-modern-hotel-interior_23-2148777121.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-modern-hotel-interior_23-2148777121.jpg", buttonText: "Learn More"}, - { - title: "Luxury Finishes", description: "Designer lighting, high-end vanity surfaces, and elegant trim throughout our trailers.", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-concept-with-details_23-2148777121.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/interior-design-concept-with-details_23-2148777121.jpg", buttonText: "Learn More"}, - { - title: "White-Glove Setup", description: "Our professional team handles every step from delivery to onsite staging to ensure perfection.", imageSrc: "http://img.b2bpic.net/free-photo/professional-team-working-together_23-2148777121.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/professional-team-working-together_23-2148777121.jpg", buttonText: "Learn More"}, + { title: "Advanced Climate Control", description: "Fully adjustable heating and cooling systems to keep guests comfortable regardless of the season.", imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-modern-hotel-interior_23-2148777121.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-modern-hotel-interior_23-2148777121.jpg", buttonText: "Learn More" }, + { title: "Luxury Finishes", description: "Designer lighting, high-end vanity surfaces, and elegant trim throughout our trailers.", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-concept-with-details_23-2148777121.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/interior-design-concept-with-details_23-2148777121.jpg", buttonText: "Learn More" }, + { title: "White-Glove Setup", description: "Our professional team handles every step from delivery to onsite staging to ensure perfection.", imageSrc: "http://img.b2bpic.net/free-photo/professional-team-working-together_23-2148777121.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/professional-team-working-together_23-2148777121.jpg", buttonText: "Learn More" }, ]} /> @@ -139,12 +115,10 @@ export default function LandingPage() {
@@ -152,22 +126,8 @@ export default function LandingPage() {