Skip to content

Demo contact form and removed the large picture with "contact us" #148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions data/mainPageContents.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import Translate, { translate } from '@docusaurus/Translate';
import partnersBrandLogoList from './partnersBrandLogo.js';
import eventDetail from './eventContent.js';

import Link from '@docusaurus/Link';

const safetyWork = [
{
Expand Down Expand Up @@ -64,12 +61,10 @@ const consolidateWorkContent = {
//Avpublisert

const brandLogoPartners = partnersBrandLogoList.brandList;
const eventBlock = eventDetail;

const mainPageContentRecords = {
safetyWork,
newsContent,
eventBlock,
brandLogoPartners,
}

Expand Down
2 changes: 0 additions & 2 deletions src/components/Layout1/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import EventBlock from '../EventBlock';
import clsx from 'clsx';

import BrandLogo from "../BrandLogo";
import HomeContactBanner from "../HomeContactBanner";
import SafetyWork from "../SafetyWork";
import News from "../News";
import Translate from '@docusaurus/Translate';
Expand Down Expand Up @@ -148,7 +147,6 @@ useEffect(() => {
{safeuseContent && <Safeuse items={safeuseContent}/>}
{consolidateContent && <ConsolidateWork items={consolidateContent}/>}
{shareInfoContent && <ShareInformation items={shareInfoContent}/>}
<HomeContactBanner/>
</section>
);
}
1 change: 0 additions & 1 deletion src/pages/about/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ export default function About() {
<MainLayout>
<MeetTeam />
<HomepageHeader />
<Contact />
</MainLayout>
);
}
1 change: 1 addition & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function HomepageHeader() {
return (
<section className='homepage-banner'>
<div class="elfsight-app-d10311ae-313f-4b43-8b4f-edcd5204f038" data-elfsight-app-lazy></div>
<div class="elfsight-app-954fa691-f581-4d70-a48d-6ba7822b0756" data-elfsight-app-lazy></div>
<div className={clsx('hero hero--primary heroBanner')}>
<div className="container">
<div className="row">
Expand Down