diff --git a/src/app/page.tsx b/src/app/page.tsx
index f9682c1..4b872e1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,127 +28,48 @@ export default function LandingPage() {
@@ -157,22 +78,10 @@ export default function LandingPage() {
@@ -183,48 +92,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Fresh Snacks",
- price: "Varies",
- variant: "Food",
- imageSrc: "http://img.b2bpic.net/free-photo/defocused-cake-shop_1232-1398.jpg",
- },
- {
- id: "p2",
- name: "Cold Beverages",
- price: "Varies",
- variant: "Drink",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-having-snacks_23-2149857568.jpg",
- },
- {
- id: "p3",
- name: "Beer & Tobacco",
- price: "Age Restricted",
- variant: "Adult",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-salty-beer-snacks-sunflower-seeds-corn-cones-almond-rustic-wood-with-copy-space_141793-6652.jpg",
- },
- {
- id: "p4",
- name: "Household Goods",
- price: "Varies",
- variant: "Home",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-headphones-around-neck-putting-book-shelf_23-2148397150.jpg",
- },
- {
- id: "p5",
- name: "Daily Clothing",
- price: "Varies",
- variant: "Retail",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-paintwork-supplies-coloring-tubes-oil-paints-creative-atelier_482257-116192.jpg",
- },
- {
- id: "p6",
- name: "Hygiene Items",
- price: "Varies",
- variant: "Personal",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-young-lady-standing-cafe-while-choosing-dessert_171337-15404.jpg",
- },
+ { id: "p1", name: "Fresh Snacks", price: "Varies", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/defocused-cake-shop_1232-1398.jpg" },
+ { id: "p2", name: "Cold Beverages", price: "Varies", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-having-snacks_23-2149857568.jpg" },
+ { id: "p3", name: "Beer & Tobacco", price: "Age Restricted", variant: "Adult", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-salty-beer-snacks-sunflower-seeds-corn-cones-almond-rustic-wood-with-copy-space_141793-6652.jpg" },
+ { id: "p4", name: "Household Goods", price: "Varies", variant: "Home", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-headphones-around-neck-putting-book-shelf_23-2148397150.jpg" },
+ { id: "p5", name: "Daily Clothing", price: "Varies", variant: "Retail", imageSrc: "http://img.b2bpic.net/free-photo/modern-paintwork-supplies-coloring-tubes-oil-paints-creative-atelier_482257-116192.jpg" },
+ { id: "p6", name: "Hygiene Items", price: "Varies", variant: "Personal", imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-young-lady-standing-cafe-while-choosing-dessert_171337-15404.jpg" }
]}
title="Our Daily Essentials"
description="Everything you need, right around the corner."
@@ -236,21 +109,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- {
- id: "1",
- title: "Operating Hours",
- content: "Open daily from 8:30 AM to late night.",
- },
- {
- id: "2",
- title: "Our Address",
- content: "601 N Key Blvd, Midwest City, OK 73110.",
- },
- {
- id: "3",
- title: "Contact Number",
- content: "(405) 737-5514",
- },
+ { id: "1", title: "Operating Hours", content: "Open daily from 8:30 AM to late night." },
+ { id: "2", title: "Our Address", content: "601 N Key Blvd, Midwest City, OK 73110." },
+ { id: "3", title: "Contact Number", content: "(405) 737-5514" }
]}
title="Store Info & Hours"
description="Visit us at 601 N Key Blvd, Midwest City, OK 73110."
@@ -264,16 +125,8 @@ export default function LandingPage() {
title="Need Assistance?"
description="Give us a call at (405) 737-5514 or send us a message!"
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Your Name",
- },
- {
- name: "email",
- type: "email",
- placeholder: "Your Email",
- },
+ { name: "name", type: "text", placeholder: "Your Name" },
+ { name: "email", type: "email", placeholder: "Your Email" }
]}
imageSrc="http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150900725.jpg"
mediaPosition="left"