Merge version_1 into main #2
@@ -14,31 +14,28 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Departments",
|
||||
id: "/departments",
|
||||
},
|
||||
name: "Departments", id: "/departments"},
|
||||
{
|
||||
name: "Weekly Deals",
|
||||
id: "/deals",
|
||||
},
|
||||
name: "Weekly Deals", id: "/deals"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Milam's Market"
|
||||
/>
|
||||
@@ -52,19 +49,13 @@ export default function LandingPage() {
|
||||
description="At Milam's Market, we believe that grocery shopping should be a pleasure, not a chore. We combine the high-touch service of a neighborhood market with a curated selection of the finest local and organic products."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Freshness First",
|
||||
description: "We source daily from local growers to ensure you get the peak of the season.",
|
||||
},
|
||||
title: "Freshness First", description: "We source daily from local growers to ensure you get the peak of the season."},
|
||||
{
|
||||
title: "Curated Quality",
|
||||
description: "Every item on our shelves is hand-selected to meet our rigorous standards.",
|
||||
},
|
||||
title: "Curated Quality", description: "Every item on our shelves is hand-selected to meet our rigorous standards."},
|
||||
{
|
||||
title: "Community Focus",
|
||||
description: "Supporting our local farmers and producers is at the heart of our mission.",
|
||||
},
|
||||
title: "Community Focus", description: "Supporting our local farmers and producers is at the heart of our mission."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-looking-various-fresh-produce_482257-92814.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-looking-various-fresh-produce_482257-92814.jpg"
|
||||
imageAlt="Friendly grocery store staff smiling"
|
||||
/>
|
||||
</div>
|
||||
@@ -76,19 +67,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Local Farmers",
|
||||
value: "150+",
|
||||
},
|
||||
label: "Local Farmers", value: "150+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Served",
|
||||
value: "20",
|
||||
},
|
||||
label: "Years Served", value: "20"},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Happy Families",
|
||||
value: "50k+",
|
||||
},
|
||||
label: "Happy Families", value: "50k+"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,29 +82,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Market",
|
||||
items: [
|
||||
title: "Market", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Story", href: "/about"},
|
||||
{
|
||||
label: "Departments",
|
||||
href: "/departments",
|
||||
},
|
||||
label: "Departments", href: "/departments"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQs", href: "/faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -12,31 +12,28 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Departments",
|
||||
id: "/departments",
|
||||
},
|
||||
name: "Departments", id: "/departments"},
|
||||
{
|
||||
name: "Weekly Deals",
|
||||
id: "/deals",
|
||||
},
|
||||
name: "Weekly Deals", id: "/deals"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Milam's Market"
|
||||
/>
|
||||
@@ -49,25 +46,17 @@ export default function LandingPage() {
|
||||
description="Have questions about our products or want to provide feedback? We'd love to hear from you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "How can we help?", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/variety-organic-vegetables-supermarket_53876-138173.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/variety-organic-vegetables-supermarket_53876-138173.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,29 +64,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "123 Market St.",
|
||||
href: "#",
|
||||
},
|
||||
label: "123 Market St.", href: "#"},
|
||||
{
|
||||
label: "555-010-9999",
|
||||
href: "#",
|
||||
},
|
||||
label: "555-010-9999", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -12,31 +12,28 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Departments",
|
||||
id: "/departments",
|
||||
},
|
||||
name: "Departments", id: "/departments"},
|
||||
{
|
||||
name: "Weekly Deals",
|
||||
id: "/deals",
|
||||
},
|
||||
name: "Weekly Deals", id: "/deals"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Milam's Market"
|
||||
/>
|
||||
@@ -47,25 +44,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Organic Honeycrisp Apples",
|
||||
price: "$2.99/lb",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-box-with-green-vegetables_23-2148678872.jpg?_wi=3",
|
||||
},
|
||||
id: "1", name: "Organic Honeycrisp Apples", price: "$2.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/front-view-box-with-green-vegetables_23-2148678872.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Grass-Fed Ground Beef",
|
||||
price: "$7.49/lb",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/butcher-workwear-posing-with-two-axes-refrigerated-warehouse-midst-meat-carcasses_613910-21674.jpg?_wi=3",
|
||||
},
|
||||
id: "2", name: "Grass-Fed Ground Beef", price: "$7.49/lb", imageSrc: "http://img.b2bpic.net/free-photo/butcher-workwear-posing-with-two-axes-refrigerated-warehouse-midst-meat-carcasses_613910-21674.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fresh Atlantic Salmon",
|
||||
price: "$12.99/lb",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-blue-crates-shelf-with-price-label_23-2147916211.jpg?_wi=3",
|
||||
},
|
||||
id: "3", name: "Fresh Atlantic Salmon", price: "$12.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-blue-crates-shelf-with-price-label_23-2147916211.jpg"},
|
||||
]}
|
||||
title="Weekly Market Deals"
|
||||
description="Explore our hand-picked selection of items on sale this week at Milam's Market."
|
||||
@@ -76,25 +62,17 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Offers",
|
||||
items: [
|
||||
title: "Offers", items: [
|
||||
{
|
||||
label: "Weekly Deals",
|
||||
href: "/deals",
|
||||
},
|
||||
label: "Weekly Deals", href: "/deals"},
|
||||
{
|
||||
label: "Store Locations",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Store Locations", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Help",
|
||||
items: [
|
||||
title: "Help", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -12,31 +12,28 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Departments",
|
||||
id: "/departments",
|
||||
},
|
||||
name: "Departments", id: "/departments"},
|
||||
{
|
||||
name: "Weekly Deals",
|
||||
id: "/deals",
|
||||
},
|
||||
name: "Weekly Deals", id: "/deals"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Milam's Market"
|
||||
/>
|
||||
@@ -50,20 +47,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Produce",
|
||||
description: "Hand-picked, locally sourced fruits and vegetables delivered daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-box-with-green-vegetables_23-2148678872.jpg?_wi=2",
|
||||
},
|
||||
title: "Produce", description: "Hand-picked, locally sourced fruits and vegetables delivered daily.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-box-with-green-vegetables_23-2148678872.jpg"},
|
||||
{
|
||||
title: "Premium Meats",
|
||||
description: "Expertly cut premium meats from pasture-raised animals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/butcher-workwear-posing-with-two-axes-refrigerated-warehouse-midst-meat-carcasses_613910-21674.jpg?_wi=2",
|
||||
},
|
||||
title: "Premium Meats", description: "Expertly cut premium meats from pasture-raised animals.", imageSrc: "http://img.b2bpic.net/free-photo/butcher-workwear-posing-with-two-axes-refrigerated-warehouse-midst-meat-carcasses_613910-21674.jpg"},
|
||||
{
|
||||
title: "Fresh Seafood",
|
||||
description: "Daily arrivals of fresh catches from sustainable fisheries.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-blue-crates-shelf-with-price-label_23-2147916211.jpg?_wi=2",
|
||||
},
|
||||
title: "Fresh Seafood", description: "Daily arrivals of fresh catches from sustainable fisheries.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-blue-crates-shelf-with-price-label_23-2147916211.jpg"},
|
||||
]}
|
||||
title="Our Departments"
|
||||
description="Discover our world-class departments, designed to bring the best ingredients to your kitchen table."
|
||||
@@ -74,29 +62,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Produce",
|
||||
href: "/departments",
|
||||
},
|
||||
label: "Produce", href: "/departments"},
|
||||
{
|
||||
label: "Meat & Seafood",
|
||||
href: "/departments",
|
||||
},
|
||||
label: "Meat & Seafood", href: "/departments"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
113
src/app/page.tsx
113
src/app/page.tsx
@@ -16,31 +16,28 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Departments",
|
||||
id: "/departments",
|
||||
},
|
||||
name: "Departments", id: "/departments"},
|
||||
{
|
||||
name: "Weekly Deals",
|
||||
id: "/deals",
|
||||
},
|
||||
name: "Weekly Deals", id: "/deals"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Milam's Market"
|
||||
/>
|
||||
@@ -49,17 +46,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Freshness You Can Taste, Quality You Can Trust."
|
||||
description="Welcome to Milam's Market, your neighborhood destination for farm-fresh produce, premium meats, and curated organic goods. Experience a calm, curated atmosphere where every detail matters."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Weekly Deals",
|
||||
href: "/deals",
|
||||
},
|
||||
text: "View Weekly Deals", href: "/deals"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/variety-organic-vegetables-supermarket_53876-138173.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/variety-organic-vegetables-supermarket_53876-138173.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -71,15 +65,11 @@ export default function LandingPage() {
|
||||
description="At Milam's, we believe that grocery shopping should be an experience, not a chore. With classical music, immaculate displays, and a team dedicated to your needs, we provide a premium boutique environment for your daily nourishment."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+ Years",
|
||||
title: "Serving Community",
|
||||
},
|
||||
value: "15+ Years", title: "Serving Community"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Fresh Guarantee",
|
||||
},
|
||||
value: "100%", title: "Fresh Guarantee"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-looking-various-fresh-produce_482257-92814.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-looking-various-fresh-produce_482257-92814.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -93,23 +83,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Farm Fresh Produce",
|
||||
description: "Crisp vegetables and seasonal fruits sourced from local growers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-box-with-green-vegetables_23-2148678872.jpg?_wi=1",
|
||||
},
|
||||
id: "1", title: "Farm Fresh Produce", description: "Crisp vegetables and seasonal fruits sourced from local growers.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-box-with-green-vegetables_23-2148678872.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Premium Butcher",
|
||||
description: "High-quality, ethically sourced meats prepared by expert butchers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/butcher-workwear-posing-with-two-axes-refrigerated-warehouse-midst-meat-carcasses_613910-21674.jpg?_wi=1",
|
||||
},
|
||||
id: "2", title: "Premium Butcher", description: "High-quality, ethically sourced meats prepared by expert butchers.", imageSrc: "http://img.b2bpic.net/free-photo/butcher-workwear-posing-with-two-axes-refrigerated-warehouse-midst-meat-carcasses_613910-21674.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Sustainable Seafood",
|
||||
description: "Fresh catch brought in daily with a commitment to ocean health.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-blue-crates-shelf-with-price-label_23-2147916211.jpg?_wi=1",
|
||||
},
|
||||
id: "3", title: "Sustainable Seafood", description: "Fresh catch brought in daily with a commitment to ocean health.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-blue-crates-shelf-with-price-label_23-2147916211.jpg"},
|
||||
]}
|
||||
title="Our Departments"
|
||||
description="Explore our carefully curated selection, hand-picked for quality."
|
||||
@@ -121,25 +99,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-living-farmhouse_23-2150621704.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-living-farmhouse_23-2150621704.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-multiracial-pair-choosing-goods-supermarket_23-2148216069.jpg",
|
||||
},
|
||||
id: "2", name: "James Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-multiracial-pair-choosing-goods-supermarket_23-2148216069.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-food-package_23-2148869392.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-food-package_23-2148869392.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thompson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-carries-peppers-his-hands-woman-choosing-fresh-vegetables-measuring-grocery-store_1391-625.jpg",
|
||||
},
|
||||
id: "4", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/woman-carries-peppers-his-hands-woman-choosing-fresh-vegetables-measuring-grocery-store_1391-625.jpg"},
|
||||
]}
|
||||
cardTitle="What Our Neighbors Say"
|
||||
cardTag="Loved by locals"
|
||||
@@ -151,16 +117,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Experience Milam's Today"
|
||||
description="Come see why we're the premier choice for local shoppers who value quality above all else."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Directions", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -169,29 +132,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Milam's Market",
|
||||
items: [
|
||||
title: "Milam's Market", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Departments",
|
||||
href: "/departments",
|
||||
},
|
||||
label: "Departments", href: "/departments"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Shopping",
|
||||
items: [
|
||||
title: "Shopping", items: [
|
||||
{
|
||||
label: "Weekly Deals",
|
||||
href: "/deals",
|
||||
},
|
||||
label: "Weekly Deals", href: "/deals"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user