4 Commits

Author SHA1 Message Date
fadfc23be5 Update src/app/page.tsx 2026-04-27 19:19:02 +00:00
ea288f8d87 Update src/app/page.tsx 2026-04-27 19:14:39 +00:00
966458784c Merge version_2 into main
Merge version_2 into main
2026-04-27 19:12:47 +00:00
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 ContactCTA from '@/components/sections/contact/ContactCTA';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Products",
id: "products",
},
name: "Products", id: "products"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="D&E Foodcraft"
/>
@@ -55,47 +47,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-animated",
}}
variant: "rotated-rays-animated"}}
title="Freshness You Can Taste, Service You Can Trust."
description="Your neighborhood destination for high-quality meats, hand-crafted Mexican burgers, and everyday grocery essentials in Zapata."
buttons={[
{
text: "Visit Us Today",
href: "#contact",
},
text: "Visit Us Today", href: "#contact"},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-with-spices-cleaver_23-2148610988.jpg",
imageAlt: "Fresh Meat Market",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-with-spices-cleaver_23-2148610988.jpg", imageAlt: "Fresh Meat Market"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/big-burger-with-steak-french-fries-with-herbs_114579-1923.jpg",
imageAlt: "Juicy Mexican Burger",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/big-burger-with-steak-french-fries-with-herbs_114579-1923.jpg", imageAlt: "Juicy Mexican Burger"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket_1339-5840.jpg",
imageAlt: "Groceries & Essentials",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket_1339-5840.jpg", imageAlt: "Groceries & Essentials"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/chef-cook-holds-knife-large-piece-exclusive-cured-meat-dark-background_613910-18813.jpg",
imageAlt: "Premium Cuts",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/chef-cook-holds-knife-large-piece-exclusive-cured-meat-dark-background_613910-18813.jpg", imageAlt: "Premium Cuts"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-mexican-party_23-2149362777.jpg",
imageAlt: "Freshly Cooked Meals",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-mexican-party_23-2149362777.jpg", imageAlt: "Freshly Cooked Meals"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/subway-sign-metro-entrance-new-york_181624-43525.jpg",
imageAlt: "D&E Foodcraft Exterior",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/subway-sign-metro-entrance-new-york_181624-43525.jpg", imageAlt: "D&E Foodcraft Exterior"},
]}
/>
</div>
@@ -107,19 +78,13 @@ export default function LandingPage() {
metrics={[
{
icon: Award,
label: "Years of Quality",
value: "15+",
},
label: "Years of Quality", value: "15+"},
{
icon: Star,
label: "Review Rating",
value: "4.6",
},
label: "Review Rating", value: "4.6"},
{
icon: Users,
label: "Happy Customers",
value: "1000+",
},
label: "Happy Customers", value: "1000+"},
]}
metricsAnimation="blur-reveal"
/>
@@ -133,41 +98,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Mexican Burger",
price: "Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-arrangement_23-2148868198.jpg",
},
id: "p1", name: "Mexican Burger", price: "From $8.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-arrangement_23-2148868198.jpg"},
{
id: "p2",
name: "Premium Raw Beef",
price: "By Weight",
imageSrc: "http://img.b2bpic.net/free-photo/ham-counter-market_1398-2259.jpg",
},
id: "p2", name: "Premium Raw Beef", price: "From $5.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/ham-counter-market_1398-2259.jpg"},
{
id: "p3",
name: "Marinated Meats",
price: "Ready-to-Cook",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-red-meat-wooden-tray-garlic-green-ketchup-chopped-pepper-oil-bottle-dark-background_140725-141515.jpg",
},
id: "p3", name: "Marinated Meats", price: "From $7.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-red-meat-wooden-tray-garlic-green-ketchup-chopped-pepper-oil-bottle-dark-background_140725-141515.jpg"},
{
id: "p4",
name: "Garden Fresh Produce",
price: "Local",
imageSrc: "http://img.b2bpic.net/free-photo/different-colorful-fresh-vegetables-concrete-surface_114579-5395.jpg",
},
id: "p4", name: "Garden Fresh Produce", price: "From $1.49/lb", imageSrc: "http://img.b2bpic.net/free-photo/different-colorful-fresh-vegetables-concrete-surface_114579-5395.jpg"},
{
id: "p5",
name: "Traditional Sides",
price: "Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/nam-phrik-kapi-with-chili-lemon-wooden-floor_1150-25820.jpg",
},
id: "p5", name: "Traditional Sides", price: "From $3.99", imageSrc: "http://img.b2bpic.net/free-photo/nam-phrik-kapi-with-chili-lemon-wooden-floor_1150-25820.jpg"},
{
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",
},
id: "p6", name: "Everyday Staples", price: "From $2.49", imageSrc: "http://img.b2bpic.net/free-photo/terrace-restaurant-with-assembled-chairs-tables-small-tree-front-entrance-nikiti-greece_1268-16660.jpg"},
]}
title="Popular Market Selections"
description="Discover our hand-picked selection of fresh daily essentials and local favorites, crafted with care for your table."
@@ -182,20 +123,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "EBT Accepted",
description: "We make healthy food accessible for all families in the Zapata area.",
},
id: "m1", value: "EBT Accepted", description: "We make healthy food accessible for all families in the Zapata area."},
{
id: "m2",
value: "In-Store Pickup",
description: "Skip the lines with our fast and convenient in-store pickup service.",
},
id: "m2", value: "In-Store Pickup", description: "Skip the lines with our fast and convenient in-store pickup service."},
{
id: "m3",
value: "Fresh Daily",
description: "Our prepared meats are cooked daily to perfection for your convenience.",
},
id: "m3", value: "Fresh Daily", description: "Our prepared meats are cooked daily to perfection for your convenience."},
]}
title="Why Zapata Chooses Us"
description="We are committed to providing the best local shopping experience with convenience, quality, and a welcoming community atmosphere."
@@ -207,30 +139,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-185.jpg",
},
id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-185.jpg"},
{
id: "t2",
name: "Michael C.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-salted-roasted-pistachios-isolated-old-paper-texture-background-with-copy-space_141793-7919.jpg",
},
id: "t2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salted-roasted-pistachios-isolated-old-paper-texture-background-with-copy-space_141793-7919.jpg"},
{
id: "t3",
name: "Emily R.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-organic-vegetables_23-2148493618.jpg",
},
id: "t3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-organic-vegetables_23-2148493618.jpg"},
{
id: "t4",
name: "David K.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-picking-strawberry-grocery-store_23-2148216087.jpg",
},
id: "t4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-picking-strawberry-grocery-store_23-2148216087.jpg"},
{
id: "t5",
name: "John D.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-shopping-supermarket-buying-fresh-organic-vegetables_169016-1809.jpg",
},
id: "t5", name: "John D.", imageSrc: "http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-shopping-supermarket-buying-fresh-organic-vegetables_169016-1809.jpg"},
]}
cardTitle="What Our Community Says"
cardTag="Community Love"
@@ -243,20 +160,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you accept EBT/SNAP?",
content: "Yes, we proudly accept SNAP/EBT benefits to serve all members of our Zapata community.",
},
id: "f1", title: "Do you accept EBT/SNAP?", content: "Yes, we proudly accept SNAP/EBT benefits to serve all members of our Zapata community."},
{
id: "f2",
title: "What are your hours?",
content: "We are open daily from 8 AM and close at 8 PM, seven days a week.",
},
id: "f2", title: "What are your hours?", content: "We are open daily from 8 AM and close at 8 PM, seven days a week."},
{
id: "f3",
title: "Do you offer pickup?",
content: "Yes, we provide in-store pickup for your convenience. Please call us ahead to place your order.",
},
id: "f3", title: "Do you offer pickup?", content: "Yes, we provide in-store pickup for your convenience. Please call us ahead to place your order."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about shopping with us at D&E Foodcraft."
@@ -265,20 +173,16 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
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",
},
<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..." }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/contact-us-concept-with-wooden-blocks_23-2148679469.jpg"
/>
</div>
@@ -286,29 +190,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Store",
items: [
title: "Store", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Products",
href: "#products",
},
label: "Products", href: "#products"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
],
},
]}