Skip to content

Commit

Permalink
fix: update location
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrad26 committed Aug 27, 2024
1 parent eaa85fd commit 3cdbbbc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#271d3b" />
<meta name="description" content="Unreal Pixels provides web and app development services in Orange County California." />
<meta name="description" content="Unreal Pixels provides web and app development services in the San Francisco Bay Area." />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<link rel="preconnect" href="https://fonts.googleapis.com">
Expand Down
2 changes: 1 addition & 1 deletion src/views/About/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class About extends React.Component {
<div className="col-md-12">
<h3 className="section-title">About Us</h3>
<div className="section-title-divider"></div>
<p className="section-description">We are a group of developers providing web and app development services in Orange County California.</p>
<p className="section-description">We are a group of developers providing web and app development services in the San Francisco Bay Area.</p>
</div>
</div>
</div>
Expand Down
Binary file modified src/views/Contact/area.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/views/Contact/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default class Contact extends React.Component {
}

render (): React.ReactNode {
const { name, email, subject, message } = this.state;
// const { name, email, subject, message } = this.state;

return (
<section id="contact">
Expand All @@ -58,7 +58,7 @@ export default class Contact extends React.Component {
<div className="col-md-12">
<h3 className="section-title">Contact Us</h3>
<div className="section-title-divider"></div>
<p className="section-description">Serving Orange County and all of SoCal.</p>
<p className="section-description">Serving Silicon Valley and all of the Bay Area.</p>
</div>
</div>

Expand Down
6 changes: 2 additions & 4 deletions src/views/Home/index.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import React from 'react';
// import Landing from '../../components/Landing';
import Portfolio from '../Portfolio';
import Landing from '../../components/Landing';

export default class Home extends React.Component {
render (): React.ReactNode {
return (
// <Landing /> Straight to products to show to Google Ads
<Portfolio />
<Landing />
);
}
}

0 comments on commit 3cdbbbc

Please sign in to comment.