1 Commits

Author SHA1 Message Date
36df9cd681 Update src/app/page.tsx 2026-04-27 19:12:41 +00:00

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
@@ -110,6 +110,10 @@ export default function LandingPage() {
{
id: "p6", name: "Everyday Staples", price: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/terrace-restaurant-with-assembled-chairs-tables-small-tree-front-entrance-nikiti-greece_1268-16660.jpg"},
]}
buttons={[
{ text: "View Menu", href: "#" },
{ text: "Order for Pickup", href: "#contact" }
]}
title="Popular Market Selections"
description="Discover our hand-picked selection of fresh daily essentials and local favorites, crafted with care for your table."
/>
@@ -173,16 +177,17 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Get in Touch"
description="Have questions or need to place a pickup order? Reach out and we will get back to you promptly."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }
]}
textarea={{ name: "message", placeholder: "Your message here..." }}
<ContactCTA
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/contact-us-concept-with-wooden-blocks_23-2148679469.jpg"
background={{
variant: "sparkles-gradient"}}
tag="Get in Touch"
title="Visit D&E Foodcraft Center"
description="1605 N, 1605 US-83, Zapata, TX 78076. Call us at (956) 765-4365."
buttons={[
{
text: "Call Now", href: "tel:9567654365"},
]}
/>
</div>