Skip to content

Commit 013a737

Browse files
Update project name to 'OuraWork.com'
1 parent 90c02b2 commit 013a737

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Food Influencer Marketplace
1+
# OuraWork.com
22

33
A platform connecting restaurants with food influencers for promotional collaborations and marketing partnerships.
44

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ourawork/food-influencer-marketplace",
3-
"description": "A platform connecting restaurants with food influencers for promotional collaborations",
3+
"description": "OuraWork.com - A platform connecting restaurants with food influencers for promotional collaborations",
44
"type": "project",
55
"require": {
66
"php": ">=8.0"

finder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ If you use Browser Use in your research or project, please cite:
203203
Made with ❤️ in Zurich and San Francisco
204204
</div>
205205

206-
# Food Influencer Scraper
206+
# OuraWork.com Influencer Finder
207207

208208
A TypeScript application for scraping food influencer data from social media platforms.
209209

finder/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,8 @@ def check_creds_and_show_warning():
461461

462462
def create_gradio_interface():
463463
"""Create the Gradio interface with enhanced UI"""
464-
with gr.Blocks(title="Food Influencer Scraper") as demo:
465-
gr.Markdown("# 🍽️ Food Influencer Scraper")
464+
with gr.Blocks(title="OuraWork.com Influencer Finder") as demo:
465+
gr.Markdown("# 🍽️ OuraWork.com Influencer Finder")
466466

467467
warning = gr.Markdown(check_creds_and_show_warning())
468468

html/admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<div class="admin-dashboard">
5454
<div class="admin-header">
5555
<h1>Admin Dashboard</h1>
56-
<p>Manage all aspects of the Food Influencer Marketplace from this central dashboard.</p>
56+
<p>Manage all aspects of OuraWork.com from this central dashboard.</p>
5757
</div>
5858

5959
<!-- Stats Overview -->

html/includes/header.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function is_active($page, $current) {
1010
}
1111

1212
// Set default values for variables that might be set in individual pages
13-
$pageTitle = isset($pageTitle) ? htmlspecialchars($pageTitle) : 'Food Influencer Marketplace';
13+
$pageTitle = isset($pageTitle) ? htmlspecialchars($pageTitle) : 'OuraWork.com';
1414
$bodyClass = isset($bodyClass) ? $bodyClass : '';
1515
?>
1616
<!doctype html>
@@ -37,7 +37,7 @@ function is_active($page, $current) {
3737
<body class="<?= $bodyClass ?>">
3838
<nav>
3939
<div class="container">
40-
<div class="logo">Food Influencer Market</div>
40+
<div class="logo">OuraWork.com</div>
4141
<ul>
4242
<?php if ($user): ?>
4343
<li <?= is_active('dashboard.php', $current) ?>>

html/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212

1313
// Set page-specific variables
14-
$pageTitle = "Connect with Top Food Influencers | OuraWork";
14+
$pageTitle = "Connect with Top Food Influencers | OuraWork.com";
1515
$bodyClass = "landing";
1616

1717
// Include header (assuming it exists and handles basic HTML structure/nav)

tests/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Test Runner Script for Food Influencer Marketplace
3+
# Test Runner Script for OuraWork.com
44
# This script provides easy commands to run different types of tests
55

66
set -e
@@ -129,7 +129,7 @@ cleanup() {
129129

130130
# Show help
131131
show_help() {
132-
echo "Food Influencer Marketplace Test Runner"
132+
echo "OuraWork.com Test Runner"
133133
echo ""
134134
echo "Usage: $0 [COMMAND]"
135135
echo ""

0 commit comments

Comments
 (0)