chore: remove OfferBlock learn more button and change to coming soon
This commit is contained in:
13
src/components/TabletAdSection.js
Normal file → Executable file
13
src/components/TabletAdSection.js
Normal file → Executable file
@@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import AdBlock from './AdBlock';
|
||||
import OfferBlock from './OfferBlock';
|
||||
import AffiliateBlock from './AffiliateBlock';
|
||||
import React from "react";
|
||||
import AdBlock from "./AdBlock";
|
||||
import OfferBlock from "./OfferBlock";
|
||||
import AffiliateBlock from "./AffiliateBlock";
|
||||
|
||||
const TabletAdSection = () => {
|
||||
return (
|
||||
@@ -11,7 +11,10 @@ const TabletAdSection = () => {
|
||||
</h3>
|
||||
<div className="flex justify-center gap-4 overflow-x-auto pb-4">
|
||||
<div className="flex-shrink-0">
|
||||
<AdBlock adKey="7c55aebcdd74f6e9a8dc24bd13e7d949" adDomain="solutionbiologyisle.com" />
|
||||
<AdBlock
|
||||
adKey="7c55aebcdd74f6e9a8dc24bd13e7d949"
|
||||
adDomain="www.highperformanceformat.com"
|
||||
/>
|
||||
</div>
|
||||
<div className="flex-shrink-0">
|
||||
<OfferBlock />
|
||||
|
||||
Reference in New Issue
Block a user