Skip to content

Commit

Permalink
feat: replace theme images with more focused images
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay Kumaran Nair committed Sep 24, 2024
1 parent 38a0ac4 commit 8dc43ed
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Binary file added src/images/code-block.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/custom-professional-service.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/dedicated-support.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/help-desk.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/paid-support.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/patterns.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/support-desk.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/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import features from "@data/features.json";
import pricing from "@data/pricing.json";
import featureImage from "@images/features-image.avif";
import disciplines from "@images/person-working.avif";
import industries from "@images/blueprints-image.avif";
import industries from "@images/patterns.jpg";
import patterns from "@images/dashboard-image.avif";
const avatarSrcs: Array<string> = [
Expand Down Expand Up @@ -56,7 +56,7 @@ const avatarSrcs: Array<string> = [
<!-- <center>
<Fragment set:html={featureImage} />
</center> -->


<!-- TODO: add this section with Netspective and other clients
<ClientsSection
Expand Down
14 changes: 7 additions & 7 deletions src/pages/services.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import FeaturesStats from "@components/sections/features/FeaturesStats.astro";
// Import necessary images
import blueprints from "@images/blueprints-image.avif";
import personWorking from "@images/person-working.avif";
import beforeAfter from "@images/before-after.avif";
import constructionWorkers from "@images/construction-workers.avif";
import aerialView from "@images/aerial-view.avif";
import usingTools from "@images/using-tools.avif";
import progressBuilding from "@images/progress-building.avif";
import underConstruction from "@images/under-construction.avif";
import beforeAfter from "@images/help-desk.jpg";
import constructionWorkers from "@images/support-desk.jpg";
import aerialView from "@images/paid-support.jpg";
import usingTools from "@images/custom-professional-service.jpg";
import progressBuilding from "@images/dedicated-support.jpg";
import underConstruction from "@images/code-block.jpg";
import { SITE } from "@data/constants";
interface Article {
Expand All @@ -33,7 +33,7 @@ interface Article {
imgTwoAlt?: string;
}
const articles: Article[] = [
const articles: Article[] = [
{
isRightSection: false,
title: "Free Best-Effort Support via GitHub Help Desk",
Expand Down

0 comments on commit 8dc43ed

Please sign in to comment.