diff --git a/README-RUN.md b/README-RUN.md
new file mode 100644
index 000000000..2e6fc17bb
--- /dev/null
+++ b/README-RUN.md
@@ -0,0 +1,8 @@
+## 2 terminals
+
+# ~ */apps/medusa:
+ docker-compose up -d
+
+# ~ root coffee-pantry-2.0
+ yarn dev
+ is my git hub working
\ No newline at end of file
diff --git a/apps/medusa/package.json b/apps/medusa/package.json
index 457575b47..7cd8169b8 100644
--- a/apps/medusa/package.json
+++ b/apps/medusa/package.json
@@ -13,7 +13,7 @@
"medusa"
],
"scripts": {
- "nukedb": "docker compose down -v && docker compose up -d",
+ "nukedb": "docker compose down -v && docker-compose up -d",
"build": "medusa build",
"seed": "medusa exec ./src/scripts/seed.ts",
"start": "medusa start",
diff --git a/apps/storefront/app/components/layout/footer/Footer.tsx b/apps/storefront/app/components/layout/footer/Footer.tsx
index efc636ebd..57dcc73aa 100644
--- a/apps/storefront/app/components/layout/footer/Footer.tsx
+++ b/apps/storefront/app/components/layout/footer/Footer.tsx
@@ -44,11 +44,11 @@ export const Footer = () => {
-
Coffee & Community
+
Culture & Heritage
- Barrio Coffee is a specialty coffee roaster and cafe located in East Austin. We offer freshly roasted
- beans with an experienced balance of quality flavors. Come enjoy our custom house-blends and our
- assortment of single origin coffees.
+ Levant Pantry offering a curated selection of pantry staples
+ including aromatic spices, premium nuts, wholesome grains, delectable desserts, and traditional sweets.
+ Each product is carefully chosen to embody the rich heritage and vibrant flavors of the region, inviting you to taste the tradition, naturally yours.
diff --git a/apps/storefront/app/components/sections/Hero.tsx b/apps/storefront/app/components/sections/Hero.tsx
index f47101326..5ebf6f0eb 100644
--- a/apps/storefront/app/components/sections/Hero.tsx
+++ b/apps/storefront/app/components/sections/Hero.tsx
@@ -33,7 +33,7 @@ export const Hero: FC<{
{!!actions?.length && (
-
+
)}
diff --git a/apps/storefront/app/root.tsx b/apps/storefront/app/root.tsx
index 35106bc06..2af416e5d 100644
--- a/apps/storefront/app/root.tsx
+++ b/apps/storefront/app/root.tsx
@@ -19,7 +19,7 @@ import '@app/styles/global.css';
import { useRootLoaderData } from './hooks/useRootLoaderData';
export const getRootMeta: MetaFunction = ({ data }) => {
- const title = 'Barrio Store';
+ const title = 'Levant Pantry Store';
const description = 'Discover our artisan-roasted coffee, crafted with care and delivered to your door.';
const ogTitle = title;
const ogDescription = description;
diff --git a/apps/storefront/app/routes/_index.tsx b/apps/storefront/app/routes/_index.tsx
index 9b9d56f15..6bf9ae61c 100644
--- a/apps/storefront/app/routes/_index.tsx
+++ b/apps/storefront/app/routes/_index.tsx
@@ -22,41 +22,41 @@ export default function IndexRoute() {
- COFFEE & COMMUNITY
- BARRIO
-
- Discover our artisan-roasted coffee, crafted with care and delivered to your door. At Barrio, we’re more
- than a coffee roastery—we’re a neighborhood.
+
+
CULTURE & HERITAGE
+
LEVANT PANTRY
+
+ Explore the essential flavors of the Levant—from aromatic spices to delicious sweets—all hand-selected to bring authentic tradition to your table.
}
actions={[
{
- label: 'Discover Our Blends',
+ label: 'Discover Our Pantry',
url: '/categories/blends',
},
]}
image={{
- url: '/assets/images/barrio-banner.png',
+ url: '/assets/images/gemini-banner-Edited.jpg',
alt: 'Barrio background',
}}
/>
-
- */}
+ {/*
-
+ /> */}
+ {/* */}
-
-
+
+ {/*
*/}
+
Building Community
diff --git a/apps/storefront/libs/util/server/root.server.ts b/apps/storefront/libs/util/server/root.server.ts
index 1e231006f..f2dfa3f0b 100644
--- a/apps/storefront/libs/util/server/root.server.ts
+++ b/apps/storefront/libs/util/server/root.server.ts
@@ -60,7 +60,7 @@ export const getRootLoader = async ({ request }: LoaderFunctionArgs) => {
region,
siteDetails: {
store: {
- name: 'BARRIO',
+ name: 'LEVANT PANTRY',
},
settings: siteSettings,
headerNavigationItems,
diff --git a/apps/storefront/public/assets/images/gemini-banner-Edited.jpg b/apps/storefront/public/assets/images/gemini-banner-Edited.jpg
new file mode 100644
index 000000000..4d16fb8db
Binary files /dev/null and b/apps/storefront/public/assets/images/gemini-banner-Edited.jpg differ