Visit the yard
{siteConfig.address.street}
{siteConfig.address.cityStateZip}
{siteConfig.phoneDisplay}import Image from "next/image";
import Link from "next/link";
import { Suspense } from "react";
import { Breadcrumbs } from "@/components/breadcrumbs";
import { ContactForm } from "@/components/contact-form";
import { JsonLd } from "@/components/json-ld";
import { deliveryHighlights, siteConfig } from "@/data/site-content";
import {
breadcrumbSchema,
buildPageMetadata,
} from "@/lib/seo";
import { FadeUp, FadeIn } from "@/components/page-hero-motion";
import { MotionSection } from "@/components/motion-section";
export const metadata = buildPageMetadata({
title: "Contact Southern Masonry Supply in Corpus Christi, TX",
description:
"Reach Southern Masonry Supply at 5205 Agnes St, Corpus Christi, TX 78405 or call (361) 289-1074 during business hours.",
path: "/contact",
image: "/images/delivery_truck_logistics_png_1773134721043.png",
});
export default function ContactPage() {
const breadcrumbs = [
{ name: "Home", path: "/" },
{ name: "Contact", path: "/contact" },
];
return (
<>
Share the material, quantity, and timing you need. We will get back with the right next step.
{siteConfig.address.street}
{siteConfig.address.cityStateZip}
{siteConfig.phoneDisplay}