Merge version_1 into main #1
481
src/app/page.tsx
481
src/app/page.tsx
@@ -26,369 +26,136 @@ export default function LandingPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Fresh Selection",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="New Truong Nguyen Market"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Fresh Selection", id: "#products" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="New Truong Nguyen Market"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Authentic Flavors, Fresh Ingredients"
|
||||
description="Your local source for fresh produce, live seafood, and authentic Asian pantry essentials in Garland, Texas. Explore our extensive selection today."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Nguyen",
|
||||
handle: "@sarahcooks",
|
||||
testimonial: "The best selection of fresh herbs and live seafood in Garland! Always clean and well-stocked.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-multiethnical-couple-choosing-goods-supermarket_23-2148216067.jpg",
|
||||
},
|
||||
{
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "I can always find those unique spices I need for my Vietnamese recipes. Amazing variety.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-chooses-fruits-vegetables-supermarket_169016-19314.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@elenavibes",
|
||||
testimonial: "Such a convenient place for everyday essentials and exotic fruits. Great staff!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-food-market_23-2149082593.jpg",
|
||||
},
|
||||
{
|
||||
name: "David Kim",
|
||||
handle: "@dkim",
|
||||
testimonial: "SNAP/EBT acceptance makes this my go-to market for healthy Asian options.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-posing-vegetables-bag_23-2148332119.jpg",
|
||||
},
|
||||
{
|
||||
name: "Jasmine T.",
|
||||
handle: "@j_t",
|
||||
testimonial: "The ready-to-eat foods are delicious. A must-visit if you want real authentic flavors.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-with-medical-masks-out-grocery-shopping-with-shopping-cart_23-2149483216.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/exotic-fruits-wooden-background-healthy-eating-dieting-food-pitahaya-carambola-papaya-baby-pineapple-mango-passion-fruit-tamarind-other_627829-10762.jpg"
|
||||
imageAlt="Fresh asian grocery produce"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/arrangement-delicious-exotic-fruits_23-2149090894.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/exotic-fruits-tray_169016-1883.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-selection-exotic-fruits-ready-be-served_23-2148482264.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-fresh-fruit-composition-with-french-macarons-light-pink-surface_140725-65946.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-asian-boy-supermarket_23-2151008124.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 5000+ happy shoppers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fresh Produce",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Live Seafood",
|
||||
icon: Fish,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Authentic Spices",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Healthy Choices",
|
||||
icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Daily Arrivals",
|
||||
icon: Truck,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
title="Authentic Flavors, Fresh Ingredients"
|
||||
description="Your local source for fresh produce, live seafood, and authentic Asian pantry essentials in Garland, Texas. Explore our extensive selection today."
|
||||
testimonials={[
|
||||
{ name: "Sarah Nguyen", handle: "@sarahcooks", testimonial: "The best selection of fresh herbs and live seafood in Garland! Always clean and well-stocked.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-multiethnical-couple-choosing-goods-supermarket_23-2148216067.jpg" },
|
||||
{ name: "Michael Chen", handle: "@mchen", testimonial: "I can always find those unique spices I need for my Vietnamese recipes. Amazing variety.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-chooses-fruits-vegetables-supermarket_169016-19314.jpg" },
|
||||
{ name: "Elena Rodriguez", handle: "@elenavibes", testimonial: "Such a convenient place for everyday essentials and exotic fruits. Great staff!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-food-market_23-2149082593.jpg" },
|
||||
{ name: "David Kim", handle: "@dkim", testimonial: "SNAP/EBT acceptance makes this my go-to market for healthy Asian options.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-posing-vegetables-bag_23-2148332119.jpg" },
|
||||
{ name: "Jasmine T.", handle: "@j_t", testimonial: "The ready-to-eat foods are delicious. A must-visit if you want real authentic flavors.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-woman-with-medical-masks-out-grocery-shopping-with-shopping-cart_23-2149483216.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "Visit Us", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/exotic-fruits-wooden-background-healthy-eating-dieting-food-pitahaya-carambola-papaya-baby-pineapple-mango-passion-fruit-tamarind-other_627829-10762.jpg"
|
||||
imageAlt="Fresh asian grocery produce"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/arrangement-delicious-exotic-fruits_23-2149090894.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/exotic-fruits-tray_169016-1883.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-selection-exotic-fruits-ready-be-served_23-2148482264.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-fresh-fruit-composition-with-french-macarons-light-pink-surface_140725-65946.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-asian-boy-supermarket_23-2151008124.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
avatarText="Join 5000+ happy shoppers"
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Fresh Produce", icon: Leaf },
|
||||
{ type: "text-icon", text: "Live Seafood", icon: Fish },
|
||||
{ type: "text-icon", text: "Authentic Spices", icon: Sparkles },
|
||||
{ type: "text-icon", text: "Healthy Choices", icon: Heart },
|
||||
{ type: "text-icon", text: "Daily Arrivals", icon: Truck },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Your Neighborhood Asian Market"
|
||||
description="New Truong Nguyen Market is dedicated to providing high-quality, authentic ingredients to the Garland community. We pride ourselves on a massive inventory that caters to both seasoned cooks and culinary explorers."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fresh Produce",
|
||||
description: "Daily arrivals of exotic and local fruits and vegetables.",
|
||||
},
|
||||
{
|
||||
title: "Live Seafood",
|
||||
description: "High-quality seafood caught fresh for your kitchen.",
|
||||
},
|
||||
{
|
||||
title: "Authentic Pantry",
|
||||
description: "Extensive range of sauces, spices, noodles, and rice.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-preserved-food-arrangement_23-2149238970.jpg"
|
||||
imageAlt="Supermarket shelves"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Your Neighborhood Asian Market"
|
||||
description="New Truong Nguyen Market is dedicated to providing high-quality, authentic ingredients to the Garland community. We pride ourselves on a massive inventory that caters to both seasoned cooks and culinary explorers."
|
||||
bulletPoints={[
|
||||
{ title: "Fresh Produce", description: "Daily arrivals of exotic and local fruits and vegetables." },
|
||||
{ title: "Live Seafood", description: "High-quality seafood caught fresh for your kitchen." },
|
||||
{ title: "Authentic Pantry", description: "Extensive range of sauces, spices, noodles, and rice." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-preserved-food-arrangement_23-2149238970.jpg"
|
||||
imageAlt="Supermarket shelves"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Fresh",
|
||||
name: "Live Seafood",
|
||||
price: "Market Price",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500422.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Exotic",
|
||||
name: "Seasonal Fruits",
|
||||
price: "Varies",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-sashimi_1203-7810.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Pantry",
|
||||
name: "Rice & Noodles",
|
||||
price: "Affordable",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-fish-stall-market-sanarysurmer_268835-3784.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Fresh",
|
||||
name: "Quality Meats",
|
||||
price: "Per Pound",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ordinary-life-scene-from-mall-america_23-2151564130.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Authentic",
|
||||
name: "Sauces & Spices",
|
||||
price: "Daily Low",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287839.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Variety",
|
||||
name: "Beverages",
|
||||
price: "Daily Low",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-female-small-business-owner-entrepreneur-start-up-hand-using-tablet-checking-quality-control-hydroponic-vegetable-farm-stack-organics-hydroponics-farmnew-greenhouse-plants-farm_609648-412.jpg",
|
||||
},
|
||||
]}
|
||||
title="Fresh & Authentic Selections"
|
||||
description="Discover everything you need to cook the perfect meal."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "Fresh", name: "Live Seafood", price: "Market Price", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500422.jpg" },
|
||||
{ id: "p2", brand: "Exotic", name: "Seasonal Fruits", price: "Varies", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/mixed-sashimi_1203-7810.jpg" },
|
||||
{ id: "p3", brand: "Pantry", name: "Rice & Noodles", price: "Affordable", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-fish-stall-market-sanarysurmer_268835-3784.jpg" },
|
||||
{ id: "p4", brand: "Fresh", name: "Quality Meats", price: "Per Pound", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/ordinary-life-scene-from-mall-america_23-2151564130.jpg" },
|
||||
{ id: "p5", brand: "Authentic", name: "Sauces & Spices", price: "Daily Low", rating: 5, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287839.jpg" },
|
||||
{ id: "p6", brand: "Variety", name: "Beverages", price: "Daily Low", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/young-asian-female-small-business-owner-entrepreneur-start-up-hand-using-tablet-checking-quality-control-hydroponic-vegetable-farm-stack-organics-hydroponics-farmnew-greenhouse-plants-farm_609648-412.jpg" },
|
||||
]}
|
||||
title="Fresh & Authentic Selections"
|
||||
description="Discover everything you need to cook the perfect meal."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Nguyen",
|
||||
role: "Chef",
|
||||
company: "Home Cook",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-shopping-together_23-2149151647.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
role: "Foodie",
|
||||
company: "Garland Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-grocery-bag-modern-bright-space-calm-home-shopping_169016-70798.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Customer",
|
||||
company: "Garland Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-goods-supermarket_23-2148150039.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
role: "Customer",
|
||||
company: "Garland Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-young-european-woman-with-shirt-hairstyle-wearing-bright-clothes-posing-with-holiday-easter-basket-posing-blue-wall_291650-1069.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jasmine T.",
|
||||
role: "Customer",
|
||||
company: "Garland Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-five-african-womans-with-shopping-carts-choose-cheese-supermarket_627829-608.jpg",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Served",
|
||||
},
|
||||
{
|
||||
value: "5000+",
|
||||
label: "Happy Customers",
|
||||
},
|
||||
{
|
||||
value: "Daily",
|
||||
label: "Fresh Arrivals",
|
||||
},
|
||||
]}
|
||||
title="Trusted by the Community"
|
||||
description="What our customers say about our quality and service."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah Nguyen", role: "Chef", company: "Home Cook", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-shopping-together_23-2149151647.jpg" },
|
||||
{ id: "t2", name: "Michael Chen", role: "Foodie", company: "Garland Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-grocery-bag-modern-bright-space-calm-home-shopping_169016-70798.jpg" },
|
||||
{ id: "t3", name: "Elena Rodriguez", role: "Customer", company: "Garland Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-goods-supermarket_23-2148150039.jpg" },
|
||||
{ id: "t4", name: "David Kim", role: "Customer", company: "Garland Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-young-european-woman-with-shirt-hairstyle-wearing-bright-clothes-posing-with-holiday-easter-basket-posing-blue-wall_291650-1069.jpg" },
|
||||
{ id: "t5", name: "Jasmine T.", role: "Customer", company: "Garland Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-five-african-womans-with-shopping-carts-choose-cheese-supermarket_627829-608.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "15+", label: "Years Served" },
|
||||
{ value: "5000+", label: "Happy Customers" },
|
||||
{ value: "Daily", label: "Fresh Arrivals" },
|
||||
]}
|
||||
title="Trusted by the Community"
|
||||
description="What our customers say about our quality and service."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Visit Us Today"
|
||||
description="3555 E Walnut St #221, Garland, TX 75042 | Phone: (972) 276-1185 | Open Daily!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clients-buy-chemicals-free-food_482257-81658.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Visit Us Today"
|
||||
description="3555 E Walnut St #221, Garland, TX 75042 | Phone: (972) 276-1185 | Open Daily!"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "How can we help?", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clients-buy-chemicals-free-food_482257-81658.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/client-shopping-local-retailer_23-2149349425.jpg"
|
||||
logoText="New Truong Nguyen Market"
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "3555 E Walnut St #221",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Garland, TX 75042",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
{
|
||||
label: "Sun: 9 AM – 9 PM",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "M-Th: 9 AM – 8 PM",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "F-Sa: 9 AM – 9 PM",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Phone: (972) 276-1185",
|
||||
href: "tel:+19722761185",
|
||||
},
|
||||
{
|
||||
label: "SNAP/EBT Accepted",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/client-shopping-local-retailer_23-2149349425.jpg"
|
||||
logoText="New Truong Nguyen Market"
|
||||
columns={[
|
||||
{ title: "Location", items: [{ label: "3555 E Walnut St #221", href: "#" }, { label: "Garland, TX 75042", href: "#" }] },
|
||||
{ title: "Hours", items: [{ label: "Sun: 9 AM – 9 PM", href: "#" }, { label: "M-Th: 9 AM – 8 PM", href: "#" }, { label: "F-Sa: 9 AM – 9 PM", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "Phone: (972) 276-1185", href: "tel:+19722761185" }, { label: "SNAP/EBT Accepted", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user